Metadata-Version: 2.1
Name: ytclip-server
Version: 1.0.0
Summary: Server to run ytclip.
Home-page: https://github.com/zackees/ytclip-server
Author: Zach Vorhies
Author-email: dont@email.me
License: MIT
Description: # ytclip-server
        
        Docker http server running [ytclip](https://github.com/zackees/ytclip)
        
        Simply bring up the service with `docker-compose up`
        
        
        # Demo
        
          * `git clone https://github.com/zackees/ytclip-server`
          * `cd ytclip-server`
          * `pip install -e .`
          * `ytclip_server --port 1234`
          * Now open up `http://127.0.0.1:1234` in a browser.
        
        # Full Tests
        
          * `git clone https://github.com/zackees/ytclip-server`
          * `cd ytclip-server`
          * `tox`
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Console
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: test
