fastapi-restful-extension

Extension for make RESTful interfaces with FastAPI.


Keywords
fastapi, api, rest-api, async, python, restful-api
License
MIT
Install
pip install fastapi-restful-extension==0.4.2

Documentation

PyPI - Python Version

FastAPI-RESTful-Extension - is extension for FastAPI that allows you to easily create a REST API.


Documentation: https://maximshumilo.github.io/fastapi-restful-extension/

PyPI: https://pypi.org/project/fastapi-restful-extension/


Installation

FastAPI-RESTful-Extension has the following dependencies:

  • FastAPI <= 0.78.0
  • Python version: 3.7, 3.8, 3.9 or 3.10

From PyPI

Install package with pip from pypi.org

$ pip install fastapi-restful-extension

Collecting fastapi-restful-extension
...
...
...
Installing collected packages: fastapi-restful-extension
Successfully installed fastapi-restful-extension-X.Y.Z