Metadata-Version: 1.1
Name: itv
Version: 0.2.1
Summary: 
Download ITV Player (www.itv.com/itvplayer) programmes.

Home-page: https://github.com/jashandeep-sohi/itv
Author: Jashandeep Sohi
Author-email: jashandeep.s.sohi@gmail.com
License: GPLv3
Description: .. vim: filetype=rst tabstop=1 expandtab
        
        itv
        ===
        Download ITV Player (``www.itv.com/itvplayer``) programmes.
        
        Dependencies
        ------------
        - Python 3.4+
        - lxml
        - Requests
        - rtmpdump (the executable, not librtmp)
        
        Installation
        ------------
        pip
        ***
        Install releases on PyPi using ``pip``::
        
         $ pip install itv
         
        distuitls
        *********
        To install from source, use the included ``distutils`` script::
        
         $ python setup.py install
        
        Usage
        -----
        The help switch should get you started::
        
         $ itv.py --help
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
