Metadata-Version: 1.1
Name: jaraco.stream
Version: 1.1.2
Summary: routines for dealing with data streams
Home-page: https://github.com/jaraco/jaraco.stream
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/jaraco.stream.svg
           :target: https://pypi.org/project/jaraco.stream
        
        .. image:: https://img.shields.io/pypi/pyversions/jaraco.stream.svg
        
        .. image:: https://img.shields.io/pypi/dm/jaraco.stream.svg
        
        .. image:: https://img.shields.io/travis/jaraco/jaraco.stream/master.svg
           :target: http://travis-ci.org/jaraco/jaraco.stream
        
        Routines for handling streaming data, including a
        set of generators for loading gzip data on the fly.
        
        License
        =======
        
        License is indicated in the project metadata (typically one or more
        of the Trove classifiers). For more details, see `this explanation
        <https://github.com/jaraco/skeleton/issues/1>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
