Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 583 Bytes

README.rst

File metadata and controls

40 lines (22 loc) · 583 Bytes

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.