Metadata-Version: 2.1
Name: theatre
Version: 0.0.1
Summary: A pythonic API for playing music & video.
Home-page: https://github.com/pycampers/theatre
Author: Dev Aggarwal
Author-email: devxpy@gmail.com
License: MIT
Description: 
        # Theatre
        
        > In the face of ambiguity, refuse the temptation to guess.
        
        Finally, the music/video player API you've been waiting for!
        
        This module *had* to be built because other music player APIs in python weren't multi-tasking,
        easy to use, fast and lightweight (at the same time).
        
        (It's a wrapper over MPV's json ipc interface.) 
        
        This module can be used from multiple Processes/Threads (even across machines) thanks to ZProc.
        
        ---
        
        [🐍🏕️](http://www.pycampers.com/)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
