Metadata-Version: 2.0
Name: attainia-django-extensions
Version: 0.3.1
Summary: A collection of helpful utilities to be used in Attainia Django/Rest Framework projects
Home-page: https://github.com/Attainia/attainia-django-extensions
Author: Attainia
Author-email: developers@attainia.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: django
Requires-Dist: djangorestframework
Requires-Dist: cid
Requires-Dist: django-nameko


Attainia Django Extensions
======================================================================================================================

Attainia Django Extensions is a collection of helpful utilities to be used in Attainia Django/Rest Framework projects

What's included?

* Abstractions for Nameko RPC and Event subscription/dispatch
* Include Correlation ID on Nameko RPC and events
* Django REST Framework JWT authentication and permissions
* Utils for reading environment variables as dictionaries and lists
* Audit trail base model

Libraries used:

[Django REST Framework](https://github.com/encode/django-rest-framework)

[Django CID](https://github.com/snowball-one/cid)

[Nameko](https://github.com/nameko/nameko)

[Django Nameko](https://github.com/Attainia/django-nameko)


