/python-io-chunks

Stream chunks compatible with IO standard library

Primary LanguagePythonMIT LicenseMIT

io-chunks

Stream chunks compatible with IO standard library

https://travis-ci.org/Terseus/python-io-chunks.svg?branch=master

Installing

$ pip install io-chunks

Python version

Tested in Python 2.7 and 3.2 to 3.6

Running the tests

Run the tests with nose:

$ nosetests

TODO

  • Write some examples and description.
  • Write doc for readthedocs.org
  • Add tests for concurrency support.