Metadata-Version: 2.4
Name: specora-python
Version: 0.0.1
Summary: Defensive placeholder — the Specora Python SDK is published as 'specora-runtime'. See https://pypi.org/project/specora-runtime/
Project-URL: Homepage, https://pypi.org/project/specora-runtime/
Author-email: Specora <sdk@specora.ai>
License: MIT
License-File: LICENSE
Keywords: specora
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# specora-python

**This is a defensive placeholder.** The Specora Python SDK is published as
[`specora-runtime`](https://pypi.org/project/specora-runtime/).

```bash
pip install specora-runtime
```

If you installed this package by mistake, uninstall it and install the correct one:

```bash
pip uninstall specora-python
pip install specora-runtime
```

Documentation: <https://docs.specora.ai/sdk/python/runtime>
