Metadata-Version: 2.4
Name: ironcageai
Version: 0.1.0
Summary: AI and machine learning utilities built on the ironcage framework
Author-email: wandalen <wandalen.me@gmail.com>
License-Expression: MIT
Keywords: fundamental,general-purpose
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: license
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Dynamic: license-file

# Module :: ironcageai

AI and machine learning utilities built on the ironcage framework

<!--
### Basic use-case

```python
from ironcageai import f1

def main():
  f1()
```

### To add to your project

```bash
uv add ironcageai
```

### Try out from the repository

```shell
git clone <repository>
cd <repository>
uv sync
uv run python -m ironcageai
```
-->

### Sample

<!-- Add usage examples here -->
