Metadata-Version: 2.4
Name: DProvenanceKitPython
Version: 0.1.0
Summary: Compatibility shim that installs dprovenancekit.
Author: DProvenanceKit
License: BSL-1.1
Project-URL: Homepage, https://github.com/Therealdk8890/DProvenanceKitPython
Project-URL: Repository, https://github.com/Therealdk8890/DProvenanceKitPython
Project-URL: Issues, https://github.com/Therealdk8890/DProvenanceKitPython/issues
Keywords: observability,ai,agents,tracing,provenance,regression
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: dprovenancekit==0.1.0

# DProvenanceKitPython

Compatibility shim for the published Python package.

Installing this package installs the canonical `dprovenancekit` package:

```bash
pip install DProvenanceKitPython
```

New projects should prefer:

```bash
pip install dprovenancekit
```
