Metadata-Version: 2.1
Name: fastapi_toolkit
Version: 0.0.11
Summary: Package for creating web app using fastapi
Home-page: https://github.com/timaakulich/fastapi_toolkit
Author: Timofey Akulich
Author-email: tima.akulich@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# FastAPI Toolkit

## Includes

- async sqlalchemy
- manage.py commands
- ...


## How to start

```
pip install fastapi-toolkit
fastapi-toolkit startproject
cd <project_name>
python manage.py runserver
```

