Metadata-Version: 2.0
Name: tune-reporting
Version: 2.2.5
Summary: TUNE Reporting API client library.
Home-page: https://github.com/TuneLab/tune-reporting-python
Author: TUNE Inc., TuneLab
Author-email: jefft@tune.com
License: MIT License
Download-URL: https://github.com/TuneLab/requests-mv-integrations/archive/v2.2.5.tar.gz
Description-Content-Type: UNKNOWN
Keywords: tune,reporting,tmc,api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: logging-mv-integrations (>=0.1.6)
Requires-Dist: pprintpp (>=0.3.0)
Requires-Dist: pyhttpstatus-utils (>=0.1.1)
Requires-Dist: pytest (>=3.2.3)
Requires-Dist: pytest-mock (>=1.6.3)
Requires-Dist: pytest-cov (>=2.5.1)
Requires-Dist: python-dateutil (>=2.6.0)
Requires-Dist: pytz-convert (>=0.0.4)
Requires-Dist: requests-mv-integrations (>=0.5.5)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: safe-cast (>=0.0.8)
Requires-Dist: wheel (>=0.30.0)
Requires-Dist: ujson (==1.35)

tune-reporting-python
---------------------

Python helper library for TUNE services.

The utility focus of this Python SDK is upon the TMC Reporting endpoints.

Install
-------

.. code-block:: bash

    pip install tune_reporting


.. :changelog:

Release History
===============

2.2.1 (2017-10-27)
------------------
- Support logging-mv-integrations refactor

2.2.0 (2017-03-26)
------------------
- Replace 'json' with 'ujson'

2.1.8 (2017-03-12)
------------------
- Switch to using safe-cast package

2.1.7 (2017-02-27)
------------------
- Requirements

2.1.6 (2017-02-07)
------------------
- Requirements

2.1.5 (2017-02-03)
------------------
- Python 3.6 Upgrade

2.1.2 (2017-01-27)
------------------
- Cleanup
- Requirements

2.1.0 (2017-01-14)
------------------
- README.rst
- HISTORY.rst
- setup.py

2.0.0 (2016-11-20)
------------------
- TUNE Reporting API v3

1.1.1 (2016-01-25)
------------------
- TUNE Reporting API v2
- Changes in Handling Exports and Logs

1.0.0 (2015-04-01)
------------------
- TUNE Reporting API v2
- Initial PyPi release

0.0.1 (2014-10-15)
------------------
 - First Commit


