Metadata-Version: 2.0
Name: rackspace-ticket-report
Version: 1.1
Summary: Get ticket report from Rackspace Private Cloud Insights
Home-page: UNKNOWN
Author: Jesse Cook
Author-email: jesse.cook@rackspace.com
License: Apache Software License
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests (>=2.18.0)

rackspace-ticket-report
=======================

A script to gather the week over week ticket counts for the specified time
range. This was specifically created for the Rackspace Private Cloud Insights
API.

Install
*******

To install the `get_ticket_report.py` script::

    pip install rackspace-ticket-report

Run
***

The `get_ticket_report.py` script has a complete help text by running
`get_ticket_report.py -h`. Usage::

    $ get_ticket_report.py --start <start_date> --end <end_date>
    Enter auth token: <your auth token>
    date range, customer generated, employee generated, system generated, total
    ...


