repr-cli 0.2.8__tar.gz → 0.2.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {repr_cli-0.2.8 → repr_cli-0.2.11}/PKG-INFO +20 -5
  2. {repr_cli-0.2.8 → repr_cli-0.2.11}/README.md +18 -4
  3. {repr_cli-0.2.8 → repr_cli-0.2.11}/pyproject.toml +2 -1
  4. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/__main__.py +37 -0
  5. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/cli.py +405 -222
  6. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/doctor.py +37 -0
  7. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/llm.py +37 -0
  8. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/openai_analysis.py +110 -65
  9. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/privacy.py +37 -0
  10. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/telemetry.py +37 -0
  11. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/templates.py +6 -1
  12. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/ui.py +37 -0
  13. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/updater.py +37 -0
  14. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/PKG-INFO +20 -5
  15. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/requires.txt +1 -0
  16. {repr_cli-0.2.8 → repr_cli-0.2.11}/setup.py +37 -0
  17. {repr_cli-0.2.8 → repr_cli-0.2.11}/LICENSE +0 -0
  18. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/__init__.py +0 -0
  19. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/api.py +0 -0
  20. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/auth.py +0 -0
  21. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/config.py +0 -0
  22. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/discovery.py +0 -0
  23. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/extractor.py +0 -0
  24. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/hooks.py +0 -0
  25. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/keychain.py +0 -0
  26. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/storage.py +0 -0
  27. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr/tools.py +0 -0
  28. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/SOURCES.txt +0 -0
  29. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/dependency_links.txt +0 -0
  30. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/entry_points.txt +0 -0
  31. {repr_cli-0.2.8 → repr_cli-0.2.11}/repr_cli.egg-info/top_level.txt +0 -0
  32. {repr_cli-0.2.8 → repr_cli-0.2.11}/setup.cfg +0 -0
  33. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_environment_variables.py +0 -0
  34. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_network_sandboxing.py +0 -0
  35. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_privacy_guarantees.py +0 -0
  36. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_profile_export.py +0 -0
  37. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_repo_identity.py +0 -0
  38. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_stories_review.py +0 -0
  39. {repr_cli-0.2.8 → repr_cli-0.2.11}/tests/test_token_budget.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repr-cli
3
- Version: 0.2.8
3
+ Version: 0.2.11
4
4
  Summary: A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile
5
5
  Author-email: Repr <hello@repr.dev>
6
6
  License: MIT License
@@ -48,6 +48,7 @@ Requires-Dist: pygments>=2.16.0
48
48
  Requires-Dist: httpx>=0.25.0
49
49
  Requires-Dist: openai>=1.0.0
50
50
  Requires-Dist: keyring>=24.0.0
51
+ Requires-Dist: pydantic>=2.0.0
51
52
  Provides-Extra: dev
52
53
  Requires-Dist: pytest>=7.0.0; extra == "dev"
53
54
  Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
@@ -71,7 +72,7 @@ Turn commits into professional narratives for interviews, performance reviews, a
71
72
  > *"I used repr to prep for my Meta interview in 30 minutes. Turned 2 years of commits into 8 STAR-format stories. Nailed every behavioral question."*
72
73
  > **— Sarah, Senior Backend Engineer**
73
74
 
74
- > *"Our sprint demos went from chaos to polished in 5 minutes. Just run `repr since '2 weeks ago'` and export. Stakeholders love it."*
75
+ > *"Our sprint demos went from chaos to polished in 5 minutes. Just run `repr commits --days 14` and export. Stakeholders love it."*
75
76
  > **— Marcus, Engineering Manager**
76
77
 
77
78
  > *"I run repr in a fully air-gapped environment. Zero network calls, 100% local. It's the only tool I trust for this."*
@@ -167,7 +168,7 @@ For full step-by-step guides, see the [documentation](https://repr.dev/docs/cli/
167
168
 
168
169
  ```bash
169
170
  repr init ~/code
170
- repr week
171
+ repr commits --days 7
171
172
  repr generate --local
172
173
  ```
173
174
 
@@ -186,7 +187,7 @@ repr review
186
187
  ### Weekly reflection
187
188
 
188
189
  ```bash
189
- repr week
190
+ repr commits --days 7
190
191
  repr generate --local
191
192
  repr story edit <id>
192
193
  repr story feature <id>
@@ -204,6 +205,20 @@ repr story view <id>
204
205
 
205
206
  [Full guide →](https://repr.dev/docs/cli/workflows/interview-prep)
206
207
 
208
+ ### Generate from a specific timeframe
209
+
210
+ ```bash
211
+ # Last 30 days
212
+ repr generate --days 30 --local
213
+
214
+ # Since a specific date
215
+ repr generate --since 2024-01-01 --local
216
+
217
+ # Natural language dates
218
+ repr generate --since "2 weeks ago" --local
219
+ repr generate --since monday --local
220
+ ```
221
+
207
222
  ### Publish your profile (optional)
208
223
 
209
224
  ```bash
@@ -274,7 +289,7 @@ repr llm use byok:openai
274
289
  | **Local LLM** | `repr generate --local` | Talks only to your local endpoint. |
275
290
  | **BYOK** | `repr llm add <provider>` | Calls your provider directly with your key. |
276
291
  | **Cloud** | `repr generate --cloud` | Requires login; you initiate all network calls. |
277
- | **Offline** | `repr week` / `repr stories` | Pure local operations. |
292
+ | **Offline** | `repr commits` / `repr stories` | Pure local operations. |
278
293
 
279
294
  ## Command help
280
295
 
@@ -14,7 +14,7 @@ Turn commits into professional narratives for interviews, performance reviews, a
14
14
  > *"I used repr to prep for my Meta interview in 30 minutes. Turned 2 years of commits into 8 STAR-format stories. Nailed every behavioral question."*
15
15
  > **— Sarah, Senior Backend Engineer**
16
16
 
17
- > *"Our sprint demos went from chaos to polished in 5 minutes. Just run `repr since '2 weeks ago'` and export. Stakeholders love it."*
17
+ > *"Our sprint demos went from chaos to polished in 5 minutes. Just run `repr commits --days 14` and export. Stakeholders love it."*
18
18
  > **— Marcus, Engineering Manager**
19
19
 
20
20
  > *"I run repr in a fully air-gapped environment. Zero network calls, 100% local. It's the only tool I trust for this."*
@@ -110,7 +110,7 @@ For full step-by-step guides, see the [documentation](https://repr.dev/docs/cli/
110
110
 
111
111
  ```bash
112
112
  repr init ~/code
113
- repr week
113
+ repr commits --days 7
114
114
  repr generate --local
115
115
  ```
116
116
 
@@ -129,7 +129,7 @@ repr review
129
129
  ### Weekly reflection
130
130
 
131
131
  ```bash
132
- repr week
132
+ repr commits --days 7
133
133
  repr generate --local
134
134
  repr story edit <id>
135
135
  repr story feature <id>
@@ -147,6 +147,20 @@ repr story view <id>
147
147
 
148
148
  [Full guide →](https://repr.dev/docs/cli/workflows/interview-prep)
149
149
 
150
+ ### Generate from a specific timeframe
151
+
152
+ ```bash
153
+ # Last 30 days
154
+ repr generate --days 30 --local
155
+
156
+ # Since a specific date
157
+ repr generate --since 2024-01-01 --local
158
+
159
+ # Natural language dates
160
+ repr generate --since "2 weeks ago" --local
161
+ repr generate --since monday --local
162
+ ```
163
+
150
164
  ### Publish your profile (optional)
151
165
 
152
166
  ```bash
@@ -217,7 +231,7 @@ repr llm use byok:openai
217
231
  | **Local LLM** | `repr generate --local` | Talks only to your local endpoint. |
218
232
  | **BYOK** | `repr llm add <provider>` | Calls your provider directly with your key. |
219
233
  | **Cloud** | `repr generate --cloud` | Requires login; you initiate all network calls. |
220
- | **Offline** | `repr week` / `repr stories` | Pure local operations. |
234
+ | **Offline** | `repr commits` / `repr stories` | Pure local operations. |
221
235
 
222
236
  ## Command help
223
237
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "repr-cli"
7
- version = "0.2.8"
7
+ version = "0.2.11"
8
8
  description = "A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile"
9
9
  readme = "README.md"
10
10
  license = {file = "LICENSE"}
@@ -32,6 +32,7 @@ dependencies = [
32
32
  "httpx>=0.25.0",
33
33
  "openai>=1.0.0",
34
34
  "keyring>=24.0.0",
35
+ "pydantic>=2.0.0",
35
36
  ]
36
37
 
37
38
  [project.optional-dependencies]