Metadata-Version: 1.2
Name: movie-searcher
Version: 0.1.1
Summary: Search movies for You
Home-page: https://github.com/lt94/movie-searcher
Author: Leetao
Author-email: leetao94@gmail.com
License: MIT
Description: 
        Movie-Searcher: Search movies for You
        =======================================
        
        when using this library you can get movies download urls easily
        
        Usage
        =====
        
        Make a search for movie,which named '功夫',using movie-searcher
        
        .. code-block:: pycon
        
            >>> from movie_searcher import Searcher
            >>> searcher = Searcher()
            >>> r = searcher.getUrls('功夫')
        
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pipenv install movie_searcher
        
        Only Python3 is supported
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
