Metadata-Version: 2.1
Name: genesia
Version: 0.1.12
Summary: genesia cli
License: MIT
Author: lucasmrdt
Author-email: lucas.marandat@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: autoflake (>=2.2.0,<3.0.0)
Requires-Dist: black (>=23.7.0,<24.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: gitpython (>=3.1.32,<4.0.0)
Requires-Dist: isort (>=5.12.0,<6.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-socketio[client] (>=5.8.0,<6.0.0)
Requires-Dist: yaspin (>=3.0.0,<4.0.0)
Description-Content-Type: text/markdown

# Usage
```bash
genesia create --name test --template django --prompt "i want a simple todolist api"
```
