Metadata-Version: 2.1
Name: FastAPIwee
Version: 0.0.1
Summary: FastAPIwee - FastAPI + PeeWee = <3
Home-page: https://github.com/Ignisor/FastAPIwee
Author: German Gensetskyi
Author-email: Ignis2497@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastapi (==0.63.0)
Requires-Dist: pydantic (==1.8.1)
Requires-Dist: peewee (==3.14.4)

# FastAPIwee
FastAPI + PeeWee = <3

## Warning
Library is in development right now.
Documentation is in development as well.
Refer to [example.py](example.py), source code and unit-tests for usage information.

## Installation
```python
pip install FastAPIwee
```

:tada:

