Metadata-Version: 2.4
Name: provenex
Version: 0.1.0
Summary: Meta-package for Provenex — installs provenex-core.
Author: Provenex
License: MIT
Project-URL: Homepage, https://provenex.ai
Project-URL: Repository, https://github.com/provenex/provenex-core
Project-URL: Documentation, https://provenex.ai/docs
Keywords: rag,provenance,ai,compliance,fingerprinting
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: provenex-core>=0.1.0

# provenex

A meta-package for [Provenex](https://provenex.ai). `pip install provenex` installs [`provenex-core`](https://pypi.org/project/provenex-core/), the actual library.

```bash
pip install provenex
# is equivalent to
pip install provenex-core
```

Use `provenex-core` directly if you want explicit control over the version. Use `provenex` if you want the canonical install command.

## Why a separate package?

Reserving the bare `provenex` name on PyPI so it can't be squatted. The `import provenex` Python module ships from `provenex-core`; this package is purely a name placeholder + dependency redirect.

For everything else — docs, the library itself, source code, examples — see [github.com/provenex/provenex-core](https://github.com/provenex/provenex-core).

## License

MIT.
