repr-cli 0.2.6__tar.gz → 0.2.7__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 (38) hide show
  1. {repr_cli-0.2.6/repr_cli.egg-info → repr_cli-0.2.7}/PKG-INFO +1 -1
  2. {repr_cli-0.2.6 → repr_cli-0.2.7}/pyproject.toml +1 -1
  3. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/__init__.py +1 -1
  4. {repr_cli-0.2.6 → repr_cli-0.2.7/repr_cli.egg-info}/PKG-INFO +1 -1
  5. {repr_cli-0.2.6 → repr_cli-0.2.7}/LICENSE +0 -0
  6. {repr_cli-0.2.6 → repr_cli-0.2.7}/README.md +0 -0
  7. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/__main__.py +0 -0
  8. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/api.py +0 -0
  9. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/auth.py +0 -0
  10. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/cli.py +0 -0
  11. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/config.py +0 -0
  12. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/discovery.py +0 -0
  13. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/doctor.py +0 -0
  14. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/extractor.py +0 -0
  15. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/hooks.py +0 -0
  16. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/keychain.py +0 -0
  17. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/llm.py +0 -0
  18. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/openai_analysis.py +0 -0
  19. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/privacy.py +0 -0
  20. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/storage.py +0 -0
  21. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/telemetry.py +0 -0
  22. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/templates.py +0 -0
  23. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/tools.py +0 -0
  24. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr/ui.py +0 -0
  25. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr_cli.egg-info/SOURCES.txt +0 -0
  26. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr_cli.egg-info/dependency_links.txt +0 -0
  27. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr_cli.egg-info/entry_points.txt +0 -0
  28. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr_cli.egg-info/requires.txt +0 -0
  29. {repr_cli-0.2.6 → repr_cli-0.2.7}/repr_cli.egg-info/top_level.txt +0 -0
  30. {repr_cli-0.2.6 → repr_cli-0.2.7}/setup.cfg +0 -0
  31. {repr_cli-0.2.6 → repr_cli-0.2.7}/setup.py +0 -0
  32. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_environment_variables.py +0 -0
  33. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_network_sandboxing.py +0 -0
  34. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_privacy_guarantees.py +0 -0
  35. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_profile_export.py +0 -0
  36. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_repo_identity.py +0 -0
  37. {repr_cli-0.2.6 → repr_cli-0.2.7}/tests/test_stories_review.py +0 -0
  38. {repr_cli-0.2.6 → repr_cli-0.2.7}/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.6
3
+ Version: 0.2.7
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "repr-cli"
7
- version = "0.2.6"
7
+ version = "0.2.7"
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"}
@@ -10,6 +10,6 @@ try:
10
10
  __version__ = version("repr-cli")
11
11
  except Exception:
12
12
  # Fallback for PyInstaller builds where metadata isn't available
13
- __version__ = "0.2.6"
13
+ __version__ = "0.2.7"
14
14
  __author__ = "Repr"
15
15
  __email__ = "hello@repr.dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repr-cli
3
- Version: 0.2.6
3
+ Version: 0.2.7
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes