Metadata-Version: 2.4
Name: leonidas
Version: 0.0.1
Summary: Leonidas: client shim for the AXE Technologies Leonidas model on the Hugging Face Hub.
Author: AXE Technologies
License: Apache-2.0
Project-URL: Model, https://huggingface.co/axetechnologies/Leonidas
Project-URL: Homepage, https://axe.onl
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: hub
Requires-Dist: huggingface_hub>=0.20; extra == "hub"

# leonidas

Client shim for **Leonidas**, an AXE Technologies model published on the
Hugging Face Hub at [axetechnologies/Leonidas](https://huggingface.co/axetechnologies/Leonidas).

```bash
pip install "leonidas[hub]"
leonidas            # prints the model id and Hub URL
```

```python
import leonidas
path = leonidas.download()
```

The release itself is announced on the model card. Apache-2.0.
