Skip to content

FastAPI extension that allows you to easily create a RESTful API

License

Notifications You must be signed in to change notification settings

maximshumilo/fastapi-restful-extension

Repository files navigation

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