Metadata-Version: 2.1
Name: django-psa
Version: 0.16.5a0
Summary: Django app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks. 
Home-page: https://github.com/topleft-team/django-psa
Author: TopLeft Technologies Ltd.
Author-email: sam@topleft.team
License: MIT
Keywords: django connectwise halo autotask rest api python
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: django
Requires-Dist: setuptools
Requires-Dist: python-dateutil
Requires-Dist: retrying
Requires-Dist: redis

# django-psa
Django app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks. Used in https://www.topleft.team/

Will provide a sync interface for applications to selectively implement PSA APIs, just import the sync app
and whatever PSA apps you need.
