aicostguard-dev 0.0.1__py3-none-any.whl

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.
@@ -0,0 +1,3 @@
1
+ """Placeholder. The real auto-instrumentation ships in v0.3.0b1+."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.4
2
+ Name: aicostguard-dev
3
+ Version: 0.0.1
4
+ Summary: Placeholder reserving the name for AI Cost Guard auto-instrumentation. The real package ships in v0.3.0b1+ — see homepage.
5
+ Project-URL: Homepage, https://aicostguard.dev
6
+ Project-URL: Repository, https://github.com/Vinodmurkute/ai-cost-guard
7
+ Author-email: AI Cost Guard <vinodmurkute@gmail.com>
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
10
+ Keywords: ai,anthropic,cost,finops,gemini,llm,openai,tracking
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Requires-Python: >=3.9
22
+ Description-Content-Type: text/markdown
23
+
24
+ # aicostguard-dev (placeholder)
25
+
26
+ This is a **name reservation** for the upcoming AI Cost Guard auto-instrumentation
27
+ package for Python.
28
+
29
+ The real package ships starting in **v0.3.0b1** with one-line auto-instrumentation
30
+ for OpenAI, Anthropic, Gemini, Cohere, Mistral, and OpenAI-compatible providers
31
+ (xAI, Groq, Together, Fireworks, Perplexity, DeepSeek, OpenRouter, Vercel AI Gateway).
32
+
33
+ **Don't install this version.** It's an empty placeholder. Wait for `aicostguard-dev>=0.3.0b1`.
34
+
35
+ - Homepage: https://aicostguard.dev
36
+ - Source: https://github.com/Vinodmurkute/ai-cost-guard
37
+ - License: Apache-2.0
@@ -0,0 +1,5 @@
1
+ aicostguard_dev/__init__.py,sha256=5Z_7fLty8Z-VQXTF9zAMt6tmPd3LDB12oYhioSs629c,92
2
+ aicostguard_dev-0.0.1.dist-info/METADATA,sha256=b-oqJFiJjdRSRYeLwkj4qq0oze7MsNSEr2tmIbEOFBk,1645
3
+ aicostguard_dev-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ aicostguard_dev-0.0.1.dist-info/licenses/LICENSE,sha256=4bzS7HTwPHj3fi1-3XYyPGpemcClgkyf7acAUEFfSh0,803
5
+ aicostguard_dev-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,19 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+
17
+ Copyright 2026 AI Cost Guard
18
+
19
+ Full license text: https://www.apache.org/licenses/LICENSE-2.0