Metadata-Version: 2.1
Name: mytec
Version: 0.1.0
Summary: Project scaffolding tool
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# GRIM

Python Framework on top of FastAPI

## Usage

```shell
$ grim init 
Project Name: new_project
Use database? (yes/no) [yes]: yes

Generating
new_project/grim.json
new_project/main.py
new_project/app.py
new_project/settings.py
new_project/models/__init__.py
new_project/models/base.py
new_project/repository/__init__.py
```

