Metadata-Version: 1.1
Name: django-rtdb
Version: 1.1.0
Summary: Simplified access to the Request Tracker 4 database
Home-page: https://github.com/UNINETT/django-rtdb
Author: Hanne Moa
Author-email: hanne.moa@uninett.no
License: UNKNOWN
Description: Simplified RTDB
        ---------------
        
        Simplified access to the Request Tracker 4 database.
        
        Using the RT api to get statistics is rather slow since fetching many tickets
        at once is expensive. This app models RT4 queues, tickets, ticket customfields
        and users, but not for instance groups.
        
        :Version: 1.1.0
        
Platform: any
Classifier: Development Status :: 4 - Beta
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
