Metadata-Version: 2.4
Name: provenex-py
Version: 0.0.1
Summary: Defensive stub. The canonical Provenex library is provenex-core.
Author-email: Provenex <contact@provenex.ai>
License-Expression: MIT
Project-URL: Homepage, https://github.com/provenex/provenex-core
Project-URL: Canonical package, https://pypi.org/project/provenex-core/
Keywords: provenex,stub,redirect
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# provenex-py

This is a defensive stub. The canonical Provenex library is
[`provenex-core`](https://pypi.org/project/provenex-core/). This
package exists to claim the name `provenex-py` on PyPI so it cannot be
typosquatted; it contains no functional code.

If you installed `provenex-py` thinking it was the canonical library:

```bash
pip uninstall provenex-py
pip install provenex-core
```

Source and documentation:
<https://github.com/provenex/provenex-core>
