ccburn 0.1.6__tar.gz → 0.1.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 (32) hide show
  1. {ccburn-0.1.6/src/ccburn.egg-info → ccburn-0.1.7}/PKG-INFO +1 -1
  2. {ccburn-0.1.6 → ccburn-0.1.7}/pyproject.toml +1 -1
  3. {ccburn-0.1.6 → ccburn-0.1.7/src/ccburn.egg-info}/PKG-INFO +1 -1
  4. {ccburn-0.1.6 → ccburn-0.1.7}/LICENSE +0 -0
  5. {ccburn-0.1.6 → ccburn-0.1.7}/README.md +0 -0
  6. {ccburn-0.1.6 → ccburn-0.1.7}/setup.cfg +0 -0
  7. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/__init__.py +0 -0
  8. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/app.py +0 -0
  9. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/cli.py +0 -0
  10. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/data/__init__.py +0 -0
  11. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/data/credentials.py +0 -0
  12. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/data/history.py +0 -0
  13. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/data/models.py +0 -0
  14. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/data/usage_client.py +0 -0
  15. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/display/__init__.py +0 -0
  16. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/display/chart.py +0 -0
  17. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/display/gauges.py +0 -0
  18. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/display/layout.py +0 -0
  19. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/main.py +0 -0
  20. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/utils/__init__.py +0 -0
  21. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/utils/calculator.py +0 -0
  22. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn/utils/formatting.py +0 -0
  23. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn.egg-info/SOURCES.txt +0 -0
  24. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn.egg-info/dependency_links.txt +0 -0
  25. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn.egg-info/entry_points.txt +0 -0
  26. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn.egg-info/requires.txt +0 -0
  27. {ccburn-0.1.6 → ccburn-0.1.7}/src/ccburn.egg-info/top_level.txt +0 -0
  28. {ccburn-0.1.6 → ccburn-0.1.7}/tests/test_calculator.py +0 -0
  29. {ccburn-0.1.6 → ccburn-0.1.7}/tests/test_cli.py +0 -0
  30. {ccburn-0.1.6 → ccburn-0.1.7}/tests/test_formatting.py +0 -0
  31. {ccburn-0.1.6 → ccburn-0.1.7}/tests/test_history.py +0 -0
  32. {ccburn-0.1.6 → ccburn-0.1.7}/tests/test_models.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccburn
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Terminal-based Claude Code usage limit visualizer with real-time burn-up charts
5
5
  Author: JuanjoFuchs
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ccburn"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  description = "Terminal-based Claude Code usage limit visualizer with real-time burn-up charts"
9
9
  authors = [{name = "JuanjoFuchs"}]
10
10
  readme = "README.md"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccburn
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Terminal-based Claude Code usage limit visualizer with real-time burn-up charts
5
5
  Author: JuanjoFuchs
6
6
  License-Expression: MIT
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