Metadata-Version: 1.1
Name: ntv
Version: 0.3.0
Summary: n.tv api
Home-page: https://github.com/onjin/ntv
Author: Marek Wywiał
Author-email: onjinx@gmail.com
License: BSD
Description: ===============================
        ntv
        ===============================
        
        .. image:: https://badge.fury.io/py/ntv.png
            :target: http://badge.fury.io/py/ntv
            
        .. image:: https://travis-ci.org/onjin/ntv.png?branch=master
                :target: https://travis-ci.org/onjin/ntv
        
        .. image:: https://pypip.in/d/ntv/badge.png
                :target: https://crate.io/packages/ntv?version=latest
        
        
        n.tv api
        
        * Free software: BSD license
        
        Features
        --------
        
        * python wrapper over tv program from n.pl site
        * ntv-cli command utility to list and search tv program
        
        Installation
        ------------
        
        * pip install ntv
        
        CLI usage
        ---------
        List channels from today schedule:
        
        * ntv-cli channels
        
        Find channel by id or by name
        
        * ntv-cli channels film
        * ntv-cli channels -c 833
        
        Display all movies from today schedule
        
        * ntv-cli movies
        
        Find movies by channel name or/and movie name
        
        * ntv-cli movies axn
        * ntv-cli movies comedy -t madagaskar
        
        Change schedule date by adding `-d` option:
        
        * ntv-cli channels -d 2013-12-24
        * ntv-cli movies -d 2013-12-24
        
        
        
        
        History
        -------
        
        0.3.0 (2013-10-11)
        ++++++++++++++++++
        
        * Changed dict.itermitems() to items() for compatibility with python 3.x
        
        0.2.0 (2013-10-11)
        ++++++++++++++++++
        
        * Fixed utf-8 input titles and names
        
        0.1.0 (2013-10-11)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: ntv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
