Metadata-Version: 2.1
Name: django-heroku-connect
Version: 3.1.0
Summary: Django integration Salesforce using Heroku Connect.
Home-page: https://github.com/thermondo/django-heroku-connect
License: Apache-2.0
Keywords: heroku,salesforce,django
Author: thermondo
Author-email: opensource@thermondo.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (>=4.2,<5.2)
Requires-Dist: django-appconf (>=1,<2)
Requires-Dist: requests (>=2,<3)
Project-URL: Documentation, https://django-heroku-connect.readthedocs.io/
Project-URL: Repository, https://github.com/thermondo/django-heroku-connect
Description-Content-Type: text/x-rst

|version| |ci| |coverage| |license|

Django Heroku Connect
=====================

**Django integration Salesforce using Heroku Connect.**

Quick Start
-----------

We have a `Deploy to Heroku sample`_ that gets you started in less than a
minute.

.. _`Deploy to Heroku sample`: https://github.com/Thermondo/django-heroku-connect-sample

Documentation
-------------

Check out the full documentation at here:
https://django-heroku-connect.readthedocs.io/


.. |version| image:: https://img.shields.io/pypi/v/django-heroku-connect.svg
   :target: https://pypi.python.org/pypi/django-heroku-connect/
.. |ci| image:: https://travis-ci.com/Thermondo/django-heroku-connect.svg?branch=master
   :target: https://travis-ci.com/Thermondo/django-heroku-connect
.. |coverage| image:: https://codecov.io/gh/Thermondo/django-heroku-connect/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/Thermondo/django-heroku-connect
.. |license| image:: https://img.shields.io/badge/license-Apache_2-blue.svg
   :target: LICENSE

