Metadata-Version: 1.1
Name: tune-reporting
Version: 2.2.4
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.4.tar.gz
Description-Content-Type: UNKNOWN
Description: .. -*- mode: rst -*-
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
        
            * - package
              - |version| |supported-versions|
        
        .. |docs| image:: https://readthedocs.org/projects/tune-reporting-python/badge/?style=flat
            :alt: Documentation Status
            :target: https://readthedocs.org/projects/tune-reporting-python
        
        .. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg
            :alt: License Status
            :target: https://opensource.org/licenses/MIT
        
        .. |travis| image:: https://travis-ci.org/TuneLab/tune-reporting-python.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/TuneLab/tune-reporting-python
        
        .. |coveralls| image:: https://coveralls.io/repos/TuneLab/tune-reporting-python/badge.svg?branch=master&service=github
            :alt: Code Coverage Status
            :target: https://coveralls.io/r/TuneLab/tune-reporting-python
        
        .. |requires| image:: https://requires.io/github/TuneLab/tune-reporting-python/requirements.svg?branch=master
            :alt: Requirements Status
            :target: https://requires.io/github/TuneLab/tune-reporting-python/requirements/?branch=master
        
        .. |version| image:: https://img.shields.io/pypi/v/tune_reporting.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/tune_reporting
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/tune_reporting.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/tune_reporting
        
        .. end-badges
        
        
        tune-reporting-python
        ---------------------
        
        :Package: `tune-reporting-python <https://github.com/TuneLab/tune-reporting-python>`_
        :Label: TUNE Reporting Python SDK
        :Purpose: Incorporate TUNE services.
        
        
        Overview
        --------
        
        Python helper library for TUNE services.
        
        The utility focus of this Python SDK is upon the Advertiser Reporting endpoints.
        
        The second goal of the SDKs is to assure that our customers’ developers are using best practices in gathering reports in the most optimal way.
        
        Please see documentation here: `TUNE Reporting API <https://developers.tune.com/reporting/>`_
        
        
        Install
        -------
        
        .. code-block:: bash
        
            pip install tune_reporting
        
        
        Requirements
        ------------
        
        Prerequisites
        ~~~~~~~~~~~~~
        
        Python 3.0
        
        Generate API Key
        ~~~~~~~~~~~~~~~~
        
        To use SDK, it requires you to `Generate API Key <https://developers.tune.com/management-docs/resource-authentication-user-permissions//>`_
        
        
        Run Examples
        ------------
        
        .. code-block:: bash
        
            make run-examples tmc_api_key=[TMC API KEY]
        
        
        Run Tests
        ---------
        
        .. code-block:: bash
        
            make test tmc_api_key=[TMC API KEY]
        
        
        License
        -------
        
        `MIT License <http://opensource.org/licenses/MIT>`_.
        
        
        Reporting Issues
        ----------------
        
        We would love to hear your feedback.
        
        Email: `sdk@tune.com <mailto:sdk@tune.com>`_
        
        
        .. :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
        
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
