Metadata-Version: 2.1
Name: django-pfx
Version: 1.2.dev34
Summary: Django PFX is a toolkit to build web APIs dedicated to be used by React progressive web app.
Author: Hervé Martinet
Author-email: herve.martinet@gmail.com
License: BSD-3-Clause
Project-URL: Source, https://gitlab.com/hmartinet/django-pfx
Project-URL: Tracker, https://gitlab.com/hmartinet/django-pfx/-/issues
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 (<4.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

# Django PFX

![pipeline]
![coverage]

![logo]

Django PFX is a toolkit to build web APIs dedicated to be used by React progressive web app.

> **WARNING**
>
> This is an experimental projet. It should not be used in real project because it is incomplete and there is no warranty of keeping compatibility in future version.

[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"
