django-atrium

An MX Atrium wrapper to be used with Django.


Keywords
atrium, django, mx
License
MIT
Install
pip install django-atrium==2.1.2

Documentation

django-atrium

django-atrium tests codecov

A high-level MX Atrium wrapper to be used with Django.

Documentation can be found here.

  1. Add django_atrium to your INSTALLED_APPS settings file.

  2. In your settings file for your Django project, set these three variables:

  • ATRIUM_API_KEY
  • ATRIUM_CLIENT_ID
  • ATRIUM_URL
  1. import using from django_atrium import AtriumClient from any file.

Formatting

black .

Documentation

pdoc ./django_atrium --html -o docs/