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
- Host: GitHub
- URL: https://github.com/dlski/fastapi-ext
- Owner: dlski
- License: mit
- Created: 2021-03-10T23:45:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T11:54:23.000Z (about 5 years ago)
- Last Synced: 2025-09-01T23:49:53.297Z (10 months ago)
- Topics: class-view, enterprise, fastapi, fastapi-ext
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-ext
[](https://github.com/dlski/fastapi-ext/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[](https://codecov.io/gh/dlski/fastapi-ext)
[](https://pypi.python.org/pypi/fastapi-ext)
[](https://pypistats.org/packages/fastapi-ext)
[](https://github.com/dlski/fastapi-ext)
[](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...