Metadata-Version: 2.1
Name: django-pfx
Version: 1.2.dev131
Summary: Django PFX is a toolkit to build rest APIs with the Django framework.
Author: Hervé Martinet
Author-email: herve.martinet@gmail.com
License: BSD-3-Clause
Project-URL: Source, https://gitlab.com/pfx4/django-pfx
Project-URL: Tracker, https://gitlab.com/pfx4/django-pfx/-/issues
Project-URL: Documentation, https://pfx4.gitlab.io/django-pfx/doc/
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django<5.0,>=3.2
Requires-Dist: django-cors-headers
Requires-Dist: django_json_widget
Requires-Dist: pyjwt>=2.1
Requires-Dist: Babel
Requires-Dist: boto3
Requires-Dist: apispec
Requires-Dist: pyyaml
Requires-Dist: pytz
Requires-Dist: dill

# Django PFX

![pipeline]
![coverage]

![logo]

Django PFX is a toolkit to build rest APIs with the Django framework.


[logo]: https://gitlab.com/hmartinet/django-pfx/-/raw/master/img/pfx.png "PFX"
[pipeline]: https://gitlab.com/hmartinet/django-pfx/badges/master/pipeline.svg "Pipeline Status"
[coverage]: https://gitlab.com/hmartinet/django-pfx/badges/master/coverage.svg "Code Coverage"
