Metadata-Version: 2.1
Name: corriente
Version: 0.1
Summary: Python streaming library
Home-page: https://github.com/jadielam/corriente
Author: Jadiel de Armas
Author-email: jadielam@gmail.com
License: MIT
Description: # Corriente
        
        `Corriente` is the word for `stream` in Spanish.  `Corriente` is python library for stream processing. 
        The library is designed to facilitate the easy and quick prototyping of streaming applications.  Yet, it can be surprisingly performant and scalable. It can be used in any domain.  For example, in the vision domain it can be used to quickly develop video streaming analytics applications such as object detection, object tracking, object counting, etc.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
