recon-github 0.1.3__tar.gz → 0.1.4__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 (30) hide show
  1. {recon_github-0.1.3 → recon_github-0.1.4}/PKG-INFO +1 -1
  2. {recon_github-0.1.3 → recon_github-0.1.4}/pyproject.toml +1 -1
  3. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/PKG-INFO +1 -1
  4. {recon_github-0.1.3 → recon_github-0.1.4}/LICENSE +0 -0
  5. {recon_github-0.1.3 → recon_github-0.1.4}/README.md +0 -0
  6. {recon_github-0.1.3 → recon_github-0.1.4}/app/cli.py +0 -0
  7. {recon_github-0.1.3 → recon_github-0.1.4}/app/commands/auth.py +0 -0
  8. {recon_github-0.1.3 → recon_github-0.1.4}/app/commands/me.py +0 -0
  9. {recon_github-0.1.3 → recon_github-0.1.4}/app/commands/repo.py +0 -0
  10. {recon_github-0.1.3 → recon_github-0.1.4}/app/services/auth.py +0 -0
  11. {recon_github-0.1.3 → recon_github-0.1.4}/app/services/github.py +0 -0
  12. {recon_github-0.1.3 → recon_github-0.1.4}/app/services/github_errors.py +0 -0
  13. {recon_github-0.1.3 → recon_github-0.1.4}/app/services/storage.py +0 -0
  14. {recon_github-0.1.3 → recon_github-0.1.4}/app/ui/avatar.py +0 -0
  15. {recon_github-0.1.3 → recon_github-0.1.4}/app/ui/display.py +0 -0
  16. {recon_github-0.1.3 → recon_github-0.1.4}/app/ui/repo.py +0 -0
  17. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/SOURCES.txt +0 -0
  18. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/dependency_links.txt +0 -0
  19. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/entry_points.txt +0 -0
  20. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/requires.txt +0 -0
  21. {recon_github-0.1.3 → recon_github-0.1.4}/recon_github.egg-info/top_level.txt +0 -0
  22. {recon_github-0.1.3 → recon_github-0.1.4}/setup.cfg +0 -0
  23. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_auth_service.py +0 -0
  24. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_cli.py +0 -0
  25. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_cli_commands.py +0 -0
  26. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_github_errors.py +0 -0
  27. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_github_service.py +0 -0
  28. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_repo_helpers.py +0 -0
  29. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_storage.py +0 -0
  30. {recon_github-0.1.3 → recon_github-0.1.4}/tests/test_ui_repo.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: recon-github
3
- Version: 0.1.3
3
+ Version: 0.1.4
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
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "recon-github"
3
- version = "0.1.3"
3
+ version = "0.1.4"
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: recon-github
3
- Version: 0.1.3
3
+ Version: 0.1.4
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
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes
File without changes
File without changes