Metadata-Version: 1.0
Name: python-twitch
Version: 0.3.9
Summary: Python Module for interaction with twitch.tv
Home-page: https://pypi.python.org/pypi/python-twitch
Author: winlu
Author-email: derwinlu+python-twitch@gmail.com
License: GPLv3
Description: python-twitch |build-status| |coverage-status|
        ==============================================
        
        python-twitch is an python module for simple interaction with twitch.tv
        
        * `github version`_
        * `pypi version`_
        
        Installation
        ------------
        ``pip install python-twitch``
        
        Usage
        -----
        Have a look at the tests_ directory.
        
        Credits
        -------
        This library was based on the `twitch.tv plugin for xbmc`_.
        
        
        
        .. Links
        .. _`pypi version`: https://pypi.python.org/pypi/python-twitch/
        .. _`github version`: https://github.com/ingwinlu/python-twitch/
        .. _`twitch.tv plugin for xbmc`: https://github.com/StateOfTheArt89/Twitch.tv-on-XBMC
        .. _tests: https://github.com/ingwinlu/python-twitch/tree/master/twitch/tests
        .. |build-status| image:: https://img.shields.io/travis/ingwinlu/python-twitch/master.svg
           :target: https://travis-ci.org/ingwinlu/python-twitch
           :alt: Travis CI: continuous integration status
        .. |coverage-status| image:: https://img.shields.io/coveralls/ingwinlu/python-twitch.svg
           :target: https://coveralls.io/r/ingwinlu/python-twitch
           :alt: Coveralls: code coverage status
Platform: UNKNOWN
