Metadata-Version: 2.1
Name: dj-active-campaign
Version: 0.0.4
Summary: A Django Implementation of the Active Campaign Python SDK
Home-page: https://github.com/rhimmelbauer/django-active-campaign
Author: Roberto Himmelbauer Perches
Author-email: robertoh89@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: Django (<4.0,>=3)
Requires-Dist: django-autoslug
Requires-Dist: django-site-configs
Requires-Dist: django-integrations
Provides-Extra: build
Requires-Dist: setuptools ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Provides-Extra: dev
Requires-Dist: dj-database-url ; extra == 'dev'
Requires-Dist: psycopg2-binary ; extra == 'dev'
Requires-Dist: django-allauth ; extra == 'dev'
Requires-Dist: django-crispy-forms ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: coverage (==4.4.1) ; extra == 'docs'
Requires-Dist: Sphinx (==1.6.4) ; extra == 'docs'
Provides-Extra: prod
Provides-Extra: test

# dj-active-campaign

## Overview

This project is intened to help django developers integrate ActiveCampaing's API endpoints to their django solution.

This project is still under development and currently only supports adding Custom Fields and Contacts.



