Metadata-Version: 2.1
Name: pyStreamer
Version: 0.0.2
Summary: A chainable stream solution
Home-page: https://github.com/Arnoldosmium/pystreamer
Author: Arnold Lin
License: UNKNOWN
Keywords: stream generator chain
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

# pydragon
![Build Status](https://travis-ci.com/Arnoldosmium/pydragon.svg?branch=master)

A chain-able generator for python; inspired by the syntactical sugar of java stream


