An open API service indexing awesome lists of open source software.

https://github.com/dlski/fastapi-ext

FastAPI extensions focused on productivity
https://github.com/dlski/fastapi-ext

class-view enterprise fastapi fastapi-ext

Last synced: about 1 month ago
JSON representation

FastAPI extensions focused on productivity

Awesome Lists containing this project

README

          

# fastapi-ext

[![CI](https://github.com/dlski/fastapi-ext/workflows/CI/badge.svg)](https://github.com/dlski/fastapi-ext/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![codecov](https://codecov.io/gh/dlski/fastapi-ext/branch/main/graph/badge.svg?token=YZJDTRQ5M7)](https://codecov.io/gh/dlski/fastapi-ext)
[![pypi](https://img.shields.io/pypi/v/fastapi-ext.svg)](https://pypi.python.org/pypi/fastapi-ext)
[![downloads](https://img.shields.io/pypi/dm/fastapi-ext.svg)](https://pypistats.org/packages/fastapi-ext)
[![versions](https://img.shields.io/pypi/pyversions/fastapi-ext.svg)](https://github.com/dlski/fastapi-ext)
[![license](https://img.shields.io/github/license/dlski/fastapi-ext.svg)](https://github.com/dlski/fastapi-ext/blob/master/LICENSE)

FastAPI extensions focused on productivity, contains:
* `View` class to replace plain function binding within router (with counterparts decorators)
* simple `AuthCheckDependency` to validate privileges

## Help
Coming soon...