Metadata-Version: 2.4
Name: django-psa
Version: 0.36.0
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: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: django<7.0,>=4.2
Requires-Dist: setuptools
Requires-Dist: python-dateutil
Requires-Dist: retrying
Requires-Dist: redis
Requires-Dist: django-extensions
Requires-Dist: django-model-utils
Requires-Dist: django-braces
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
