Metadata-Version: 2.0
Name: io-chunks
Version: 1.0.0
Summary: Stream chunks compatible with IO standard library
Home-page: https://github.com/Terseus/python-io-chunks
Author: David Caro
Author-email: terseus@gmail.com
License: MIT
Keywords: io,library,development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six
Provides-Extra: test
Requires-Dist: nose; extra == 'test'

io-chunks
#########

Stream chunks compatible with IO standard library


Installing
==========

.. code-block:: bash

    $ 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``:

.. code-block:: bash

    $ nosetests


TODO
====

* Upload package to pypi so the installing instructions works.
* Write *some* examples and description.
* Write doc for readthedocs.org


