contextbom 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.
contextbom/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """ContextBOM (CBOM) — a bill of materials for every prompt.
2
+
3
+ Placeholder release. v0.1 in development: https://github.com/contextbom/contextbom
4
+ """
5
+
6
+ __version__ = "0.0.1"
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: contextbom
3
+ Version: 0.0.1
4
+ Summary: ContextBOM (CBOM) — a bill of materials for every prompt. Placeholder release; v0.1 coming soon.
5
+ Project-URL: Homepage, https://github.com/contextbom/contextbom
6
+ Project-URL: Repository, https://github.com/contextbom/contextbom
7
+ Author: Akshat
8
+ License-Expression: Apache-2.0
9
+ Keywords: ai,audit,bill-of-materials,cbom,context,llm,provenance
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+
17
+ # contextbom
18
+
19
+ **A bill of materials for every prompt.** ContextBOM (CBOM) is an open spec + SDK that records where every piece of your AI model's context came from — sources, transformations, redactions — as an auditable manifest.
20
+
21
+ This is a placeholder release. v0.1 is in development at [github.com/contextbom/contextbom](https://github.com/contextbom/contextbom).
@@ -0,0 +1,4 @@
1
+ contextbom/__init__.py,sha256=7ZcPUC79YAPDrd1YkEQk-QLhU3oBxOSoTy86ozsrUpA,174
2
+ contextbom-0.0.1.dist-info/METADATA,sha256=yDJC1TAgAV286yQxgx4jkuQPdVIDPQCIUnopT3V9Scc,1049
3
+ contextbom-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
4
+ contextbom-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any