Metadata-Version: 2.1
Name: pystreaming
Version: 1.3.2
Summary: Video + Audio streaming done with ZMQ
Home-page: https://github.com/joseph-x-li/pystreaming
Author: Joseph Li
Author-email: jxli@andrew.cmu.edu
License: UNKNOWN
Description: <p align="center"><a href="#"><img width=100% alt="" src="https://github.com/joseph-x-li/pystreaming/blob/main/resources/logo.png?raw=true"></a></p>
        
        # pystreaming
        
        ![build](https://github.com/joseph-x-li/pystreaming/workflows/build/badge.svg) 
        [![codecov](https://codecov.io/gh/joseph-x-li/pystreaming/branch/main/graph/badge.svg?token=14DXVFUY7Z)](https://codecov.io/gh/joseph-x-li/pystreaming) 
        [![Documentation Status](https://readthedocs.org/projects/pystreaming/badge/?version=latest)](https://pystreaming.readthedocs.io/en/latest/?badge=latest) 
        [![PyPI version](https://badge.fury.io/py/pystreaming.svg)](https://badge.fury.io/py/pystreaming) 
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        [Documentation](https://pystreaming.readthedocs.io/)
        
        Easy streaming of video and audio using fast jpg compression provided by libjpegturbo.
        
        Designed for universal installation and minimal requirements. No ffmpeg, no gstreamer.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
