Metadata-Version: 1.1
Name: pytwitcherapi
Version: 0.1.4
Summary: Python API for interacting with twitch.tv
Home-page: https://github.com/Pytwitcher/pytwitcherapi
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        pytwitcherapi
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/pytwitcherapi.png?style=flat
            :target: https://pypi.python.org/pypi/pytwitcherapi
        
        .. image::  https://img.shields.io/travis/Pytwitcher/pytwitcherapi/master.png?style=flat
            :target: https://travis-ci.org/Pytwitcher/pytwitcherapi
        
        .. image:: http://img.shields.io/pypi/dm/pytwitcherapi.png?style=flat
            :target: https://pypi.python.org/pypi/pytwitcherapi
        
        .. image:: https://img.shields.io/coveralls/Pytwitcher/pytwitcherapi/master.png?style=flat
            :target: https://coveralls.io/r/Pytwitcher/pytwitcherapi
        
        .. image:: http://img.shields.io/pypi/l/pytwitcherapi.png?style=flat
            :target: https://pypi.python.org/pypi/pytwitcherapi
        
        
        
        
        Python API for interacting with twitch.tv
        
        
        Documentation
        -------------
        
        The full documentation is at http://pytwitcherapi.rtfd.org.
        
        
        Features
        --------
        
        * Easy-to-use Object oriented API
        * Search and query information about games, channels, streams and users
        * Get the livestream playlist
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.1 (2015-03-15)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI.
        * Pulled pytwitcherapi out of main project pytwitcher
        
        0.1.2 (2015-03-15)
        +++++++++++++++++++++++++++++++++++++++
        
        * Fix wrapping search stream results due to incomplete channel json
        
        0.1.3 (2015-03-23)
        +++++++++++++++++++++++++++++++++++++++
        
        * Refactor twitch module into models and session module
        
        0.1.4 (2015-03-23)
        +++++++++++++++++++++++++++++++++++++++
        
        * Fix wrap json using actual class instead of cls
        
Keywords: pytwitcherapi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
