Metadata-Version: 2.4
Name: iron_cage
Version: 0.1.0
Summary: Foundation utilities and core primitives for structured Python applications
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 :: iron_cage

Foundation utilities and core primitives for structured Python applications

<!--
### Basic use-case

```python
from iron_cage import f1

def main():
  f1()
```

### To add to your project

```bash
uv add iron_cage
```

### Try out from the repository

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

### Sample

<!-- Add usage examples here -->
