Metadata-Version: 2.1
Name: acestream_search
Version: 1.2.3
Summary: Produces acestream m3u playlist, xml epg or json data.
Home-page: https://github.com/vstavrinov/acestream_search
Author: Vladimir Stavrinov
Author-email: vstavrinov@gmail.com
License: GNU General Public License v3 (GPLv3)
Description: # acestream-search
        Produces acestream m3u playlist, xml epg or json data. 
        
        You need acestream engine to get it working. 
        
        ## Installation:
        
        ```
        pip install acestream-search
        ```
        
        ## Usage:
        
        ```
        acestream_search
        ```
        
        By default You will get long m3u playlist.
        See help for for more options:
        
        ```
        acestream_search -h
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
