Metadata-Version: 2.1
Name: pstream
Version: 0.0.23
Summary: Provides a Stream and AsyncStream for composing fluent lazily evaluated, _sync fusion, iterators.
Home-page: https://github.com/christopher-henderson/pstream
Author: Christopher Henderson
Author-email: chris@chenderson.org
License: UNKNOWN
Description: # pstream
        
        [![PyPI version](https://img.shields.io/pypi/v/pstream)](https://pypi.org/project/pstream/) [![Documentation Status](https://readthedocs.org/projects/pstream/badge/?version=latest)](https://pstream.readthedocs.io/en/latest/?badge=latest) [![PyPI download total](https://img.shields.io/pypi/dm/pstream)](https://pypi.python.org/pypi/pstream/) [![Build Status](https://travis-ci.org/christopher-henderson/pstream.svg?branch=main)](https://travis-ci.org/christopher-henderson/pstream) [![codecov](https://codecov.io/gh/christopher-henderson/pstream/branch/main/graph/badge.svg)](https://codecov.io/gh/christopher-henderson/pstream) [![License](https://img.shields.io/pypi/l/pstream)](https://github.com/christopher-henderson/pstream/blob/main/LICENSE)
        
        
        Fluent, composable, async, iteration.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, >=3.6, <4
Description-Content-Type: text/markdown
