cost-katana 1.0.0__tar.gz → 1.0.1__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 (27) hide show
  1. {cost_katana-1.0.0/cost_katana.egg-info → cost_katana-1.0.1}/PKG-INFO +6 -6
  2. {cost_katana-1.0.0 → cost_katana-1.0.1}/README.md +1 -1
  3. {cost_katana-1.0.0 → cost_katana-1.0.1/cost_katana.egg-info}/PKG-INFO +6 -6
  4. {cost_katana-1.0.0 → cost_katana-1.0.1}/setup.py +5 -5
  5. {cost_katana-1.0.0 → cost_katana-1.0.1}/LICENSE +0 -0
  6. {cost_katana-1.0.0 → cost_katana-1.0.1}/MANIFEST.in +0 -0
  7. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/__init__.py +0 -0
  8. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/cli.py +0 -0
  9. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/client.py +0 -0
  10. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/config.py +0 -0
  11. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/exceptions.py +0 -0
  12. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana/models.py +0 -0
  13. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana.egg-info/SOURCES.txt +0 -0
  14. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana.egg-info/dependency_links.txt +0 -0
  15. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana.egg-info/entry_points.txt +0 -0
  16. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana.egg-info/requires.txt +0 -0
  17. {cost_katana-1.0.0 → cost_katana-1.0.1}/cost_katana.egg-info/top_level.txt +0 -0
  18. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/basic_usage.py +0 -0
  19. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/chat_session.py +0 -0
  20. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/config.json +0 -0
  21. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/config_example.py +0 -0
  22. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/full_integration_demo.py +0 -0
  23. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/old_vs_new.py +0 -0
  24. {cost_katana-1.0.0 → cost_katana-1.0.1}/examples/provider_comparison.py +0 -0
  25. {cost_katana-1.0.0 → cost_katana-1.0.1}/requirements-dev.txt +0 -0
  26. {cost_katana-1.0.0 → cost_katana-1.0.1}/requirements.txt +0 -0
  27. {cost_katana-1.0.0 → cost_katana-1.0.1}/setup.cfg +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cost-katana
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Unified AI interface with cost optimization and failover
5
- Home-page: https://github.com/your-org/cost-katana-python
5
+ Home-page: https://github.com/Hypothesize-Tech/cost-katana-python
6
6
  Author: Cost Katana Team
7
- Author-email: support@costkatana.com
8
- Project-URL: Bug Reports, https://github.com/your-org/cost-katana-python/issues
9
- Project-URL: Source, https://github.com/your-org/cost-katana-python
7
+ Author-email: abdul@hypothesize.tech
8
+ Project-URL: Bug Reports, https://github.com/Hypothesize-Tech/cost-katana-python/issues
9
+ Project-URL: Source, https://github.com/Hypothesize-Tech/cost-katana-python
10
10
  Project-URL: Documentation, https://docs.costkatana.com
11
11
  Keywords: ai,machine learning,cost optimization,openai,anthropic,aws bedrock,gemini
12
12
  Classifier: Development Status :: 4 - Beta
@@ -422,4 +422,4 @@ MIT License - see [LICENSE](LICENSE) for details.
422
422
 
423
423
  ---
424
424
 
425
- **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀
425
+ **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀# cost-katana-python
@@ -377,4 +377,4 @@ MIT License - see [LICENSE](LICENSE) for details.
377
377
 
378
378
  ---
379
379
 
380
- **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀
380
+ **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀# cost-katana-python
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cost-katana
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Unified AI interface with cost optimization and failover
5
- Home-page: https://github.com/your-org/cost-katana-python
5
+ Home-page: https://github.com/Hypothesize-Tech/cost-katana-python
6
6
  Author: Cost Katana Team
7
- Author-email: support@costkatana.com
8
- Project-URL: Bug Reports, https://github.com/your-org/cost-katana-python/issues
9
- Project-URL: Source, https://github.com/your-org/cost-katana-python
7
+ Author-email: abdul@hypothesize.tech
8
+ Project-URL: Bug Reports, https://github.com/Hypothesize-Tech/cost-katana-python/issues
9
+ Project-URL: Source, https://github.com/Hypothesize-Tech/cost-katana-python
10
10
  Project-URL: Documentation, https://docs.costkatana.com
11
11
  Keywords: ai,machine learning,cost optimization,openai,anthropic,aws bedrock,gemini
12
12
  Classifier: Development Status :: 4 - Beta
@@ -422,4 +422,4 @@ MIT License - see [LICENSE](LICENSE) for details.
422
422
 
423
423
  ---
424
424
 
425
- **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀
425
+ **Ready to optimize your AI costs?** Get started at [costkatana.com](https://costkatana.com) 🚀# cost-katana-python
@@ -14,13 +14,13 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
14
14
 
15
15
  setup(
16
16
  name="cost-katana",
17
- version="1.0.0",
17
+ version="1.0.1",
18
18
  author="Cost Katana Team",
19
- author_email="support@costkatana.com",
19
+ author_email="abdul@hypothesize.tech",
20
20
  description="Unified AI interface with cost optimization and failover",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
- url="https://github.com/your-org/cost-katana-python",
23
+ url="https://github.com/Hypothesize-Tech/cost-katana-python",
24
24
  packages=find_packages(),
25
25
  classifiers=[
26
26
  "Development Status :: 4 - Beta",
@@ -40,8 +40,8 @@ setup(
40
40
  install_requires=requirements,
41
41
  keywords="ai, machine learning, cost optimization, openai, anthropic, aws bedrock, gemini",
42
42
  project_urls={
43
- "Bug Reports": "https://github.com/your-org/cost-katana-python/issues",
44
- "Source": "https://github.com/your-org/cost-katana-python",
43
+ "Bug Reports": "https://github.com/Hypothesize-Tech/cost-katana-python/issues",
44
+ "Source": "https://github.com/Hypothesize-Tech/cost-katana-python",
45
45
  "Documentation": "https://docs.costkatana.com",
46
46
  },
47
47
  entry_points={
File without changes
File without changes
File without changes