Metadata-Version: 2.1
Name: io-chunks
Version: 1.0.2
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
Provides-Extra: dev
Requires-Dist: six
Provides-Extra: dev
Requires-Dist: flake8 (==3.5.0); extra == 'dev'
Requires-Dist: pytest (>=3.6.2); extra == 'dev'
Requires-Dist: Sphinx (>=1.7.5); extra == 'dev'
Requires-Dist: tox (>=3.1.2); extra == 'dev'

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

Stream chunks compatible with IO standard library


.. image:: https://travis-ci.org/Terseus/python-io-chunks.svg?branch=master
    :target: https://travis-ci.org/Terseus/python-io-chunks
.. image:: https://readthedocs.org/projects/io-chunks/badge/?version=latest
    :target: http://io-chunks.readthedocs.io/en/latest/


Installing
==========

.. code-block:: bash

    $ pip install io-chunks


Python version
==============

Tested in Python 2.7 and 3.4 to 3.6


Documentation
=============

You can read the current doc at http://io-chunks.readthedocs.io/en/latest/


Running the tests
=================

Run the tests with ``pytest``:

.. code-block:: bash

    $ pytest


TODO
====

* Write *some* examples and description.
* Improve doc.
* Add tests for concurrency support.


