Metadata-Version: 1.1
Name: osticket
Version: 0.2.1
Summary: Python module for osTicket API
Home-page: https://github.com/sascocl/osticket-api-client-python
Author: Esteban De La Fuente Rubio, DeLaF
Author-email: esteban@sasco.cl
License: LGPL
Description: 
        osTicket API Client in Python
        =============================
        
        .. image:: https://badge.fury.io/py/osticket.svg
            :target: https://pypi.python.org/pypi/osticket
        
        Python client for access to the webservices in an osTicket API.
        
        .. code:: shell
        
            $ pip install osticket
        
        This code is free software under the `LGPL <http://www.gnu.org/licenses/lgpl-3.0.en.html>`_ license.
        
Keywords: osticket
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
