recon-github 0.1.5__tar.gz → 0.1.6__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 (31) hide show
  1. {recon_github-0.1.5 → recon_github-0.1.6}/PKG-INFO +1 -1
  2. {recon_github-0.1.5 → recon_github-0.1.6}/pyproject.toml +1 -1
  3. {recon_github-0.1.5 → recon_github-0.1.6}/uv.lock +1 -1
  4. {recon_github-0.1.5 → recon_github-0.1.6}/.agents/rich-ui-architect.md +0 -0
  5. {recon_github-0.1.5 → recon_github-0.1.6}/.github/workflows/cd.yml +0 -0
  6. {recon_github-0.1.5 → recon_github-0.1.6}/.github/workflows/ci.yml +0 -0
  7. {recon_github-0.1.5 → recon_github-0.1.6}/.gitignore +0 -0
  8. {recon_github-0.1.5 → recon_github-0.1.6}/.python-version +0 -0
  9. {recon_github-0.1.5 → recon_github-0.1.6}/LICENSE +0 -0
  10. {recon_github-0.1.5 → recon_github-0.1.6}/README.md +0 -0
  11. {recon_github-0.1.5 → recon_github-0.1.6}/ROADMAP.md +0 -0
  12. {recon_github-0.1.5 → recon_github-0.1.6}/app/cli.py +0 -0
  13. {recon_github-0.1.5 → recon_github-0.1.6}/app/commands/auth.py +0 -0
  14. {recon_github-0.1.5 → recon_github-0.1.6}/app/commands/me.py +0 -0
  15. {recon_github-0.1.5 → recon_github-0.1.6}/app/commands/repo.py +0 -0
  16. {recon_github-0.1.5 → recon_github-0.1.6}/app/services/auth.py +0 -0
  17. {recon_github-0.1.5 → recon_github-0.1.6}/app/services/github.py +0 -0
  18. {recon_github-0.1.5 → recon_github-0.1.6}/app/services/github_errors.py +0 -0
  19. {recon_github-0.1.5 → recon_github-0.1.6}/app/services/storage.py +0 -0
  20. {recon_github-0.1.5 → recon_github-0.1.6}/app/ui/avatar.py +0 -0
  21. {recon_github-0.1.5 → recon_github-0.1.6}/app/ui/display.py +0 -0
  22. {recon_github-0.1.5 → recon_github-0.1.6}/app/ui/repo.py +0 -0
  23. {recon_github-0.1.5 → recon_github-0.1.6}/main.py +0 -0
  24. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_auth_service.py +0 -0
  25. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_cli.py +0 -0
  26. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_cli_commands.py +0 -0
  27. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_github_errors.py +0 -0
  28. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_github_service.py +0 -0
  29. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_repo_helpers.py +0 -0
  30. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_storage.py +0 -0
  31. {recon_github-0.1.5 → recon_github-0.1.6}/tests/test_ui_repo.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: recon-github
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Recon is a powerful CLI companion for developers and tools for agents, turning GitHub activity and repository data into useful insights from your terminal
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "recon-github"
3
- version = "0.1.5"
3
+ version = "0.1.6"
4
4
  description = "Recon is a powerful CLI companion for developers and tools for agents, turning GitHub activity and repository data into useful insights from your terminal"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -423,7 +423,7 @@ wheels = [
423
423
 
424
424
  [[package]]
425
425
  name = "recon-github"
426
- version = "0.1.5"
426
+ version = "0.1.6"
427
427
  source = { editable = "." }
428
428
  dependencies = [
429
429
  { name = "dotenv" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes