Metadata-Version: 1.1
Name: django-connectwise
Version: 0.0.1a0
Summary: Django app for working with ConnectWise. Defines models (tickets, members, companies, etc.) and callbacks.
Home-page: https://github.com/KerkhoffTechnologies/django-connectwise
Author: Kerkhoff Technologies Inc.
Author-email: matt@kerkhofftech.ca
License: MIT
Description: # django-connectwise
        
        Django app for working with ConnectWise. Defines models (tickets, members, companies, etc.) and callbacks.
        
        As of January 2017, this project is highly volatile. Expect lots of changes.
        
        ## Requirements
        
        * Python 3.5 (others may work; we haven't tried)
        * Django 1.8+
        
        ## Installation
        
            git clone git@github.com:KerkhoffTechnologies/django-connectwise.git
            cd django-connectwise
            python setup.py install
        
        TODO: update this when it's on pypi
        
        ## Documentation
        
        TODO
        
        * Uses easy-thumbnails- can use settings from that project to change behaviour http://easy-thumbnails.readthedocs.io/en/stable/ref/settings/. Also must add to INSTALLED_APPS (I think)
        
        ## License
        
        [MIT](LICENSE)
        
        ## Copyright
        
        © 2017 Kerkhoff Technologies Inc.
        
Keywords: django connectwise rest api python
Platform: UNKNOWN
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
