Metadata-Version: 2.1
Name: fastapi-rest-framework
Version: 0.0.2
Summary: Restful API based on FastAPI, Pydantic and SQLAlchemy
Home-page: https://github.com/flaiers/fastapi-rest-framework
License: MIT
Keywords: fastapi,pydantic,sqlalchemy
Author: Maxim Bigin
Author-email: i@flaiers.me
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: SQLAlchemy (>=1.4.32,<2.0.0)
Requires-Dist: fastapi (>=0.75.0,<0.76.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Project-URL: Documentation, https://github.com/flaiers/fastapi-rest-framework
Project-URL: Repository, https://github.com/flaiers/fastapi-rest-framework
Description-Content-Type: text/markdown

# FastAPI REST framework

[![Release](https://img.shields.io/github/release/Flaiers/fastapi-rest-framework.svg)](https://github.com/Flaiers/fastapi-rest-framework/releases/latest)
[![Licence](https://img.shields.io/github/license/Flaiers/fastapi-rest-framework)](https://github.com/Flaiers/fastapi-rest-framework/blob/main/LICENSE)


## Introduction

Restful API based on FastAPI, Pydantic and SQLAlchemy

## Installation

```shell
poetry add fastapi-rest-framework
```

```shell
pip install fastapi-rest-framework
```

