Metadata-Version: 2.1
Name: djfapi
Version: 0.0.3
Summary: Utilities for use with FastAPI and django
Home-page: https://github.com/Voltane-EU/djfapi
Author: Manuel Stingl
Author-email: opensource@voltane.eu
License: GNU LGPLv2.1
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: FastAPI
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-jose[cryptography]
Requires-Dist: django (>=3.0)
Requires-Dist: fastapi (>=0.63.0)
Requires-Dist: pydantic (>=1.8)
Requires-Dist: langcodes
Requires-Dist: django-health-check (>=3.16)
Requires-Dist: python-forge

# djfapi

A utility library to integrate and use fastapi with the django orm.

djfapi is based on [olympus](https://github.com/LaVita-GmbH/olympus).

Provides optional integration with `sentry-sdk`.


