Metadata-Version: 2.5
Name: agentopia-town
Version: 0.0.1
Author: Starfish Software
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# agentopia-town



## Installation

```bash
pip install agentopia-town
```

Or with uv:

```bash
uv add agentopia-town
```

## Usage

```python
from agentopia_town import agentopia_town

print(agentopia_town())
# => 'agentopia-town'
```

## License

MIT &copy; 2026 Starfish Software
