Metadata-Version: 2.4
Name: cages
Version: 0.1.0
Summary: A simple module with an add function
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/cages
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cages

A simple Python module with an add function.

## Installation

```bash
pip install cages
```

## Usage

```python
from cages import add

result = add(2, 3)
print(result)  # Output: 5
```

## License

MIT
