Metadata-Version: 1.1
Name: cinema
Version: 0.0.8
Summary: Everything about Cinema!
Home-page: https://github.com/meysammahfouzi/cinema
Author: Meysam Mahfouzi, Majid Hajiloo
Author-email: maysam.mahfouzi@gmail.com, majid.hajiloo@gmail.com
License: MIT
Download-URL: https://github.com/meysammahfouzi/cinema/tarball/0.0.8
Description: .. image:: https://travis-ci.org/meysammahfouzi/cinema.svg?branch=master
            :target: https://travis-ci.org/meysammahfouzi/cinema
        .. image:: https://coveralls.io/repos/github/meysammahfouzi/cinema/badge.svg?branch=master
            :target: https://coveralls.io/github/meysammahfouzi/cinema?branch=master
        
        Cinema
        ------
        This python scripts retrieves the rating of a movie given its title.
        The following web sites are used to retreive the rating of movies:
        
        - IMDB 
        - RogerEbert 
        - Metacritic
        
        Currently only IMDB is supported but the support for the rest will be added soon.
        
        Installation
        ------------
            pip install cinema  
        
        or locally:
        
            python setup.py install
        
        Usage:
        ------
        An example file has been added to indicate how to use the script. Note that you do not need to specify the movie's exact name.
        
            python example.py {MOVIE_NAME}  
        
        Example:
        
            python example.py 'a separation'  
        
        or  
        
            python example.py 'redemption'
        
Keywords: movie,rating,imdb,film,cinema,actor,metascore,tomatometer
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
