Metadata-Version: 2.1
Name: cybuffer
Version: 0.2.0
Summary: A Python 2/3 compatible buffer in Cython
Home-page: https://github.com/jakirkham/cybuffer
Author: John Kirkham
Author-email: kirkhamj@janelia.hhmi.org
License: BSD license
Keywords: cybuffer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE.txt
License-File: AUTHORS.rst

========
cybuffer
========


.. image:: https://img.shields.io/pypi/v/cybuffer.svg
        :target: https://pypi.python.org/pypi/cybuffer
        :alt: PyPI

.. image:: https://anaconda.org/conda-forge/cybuffer/badges/version.svg
        :target: https://anaconda.org/conda-forge/cybuffer
        :alt: conda-forge

.. image:: https://img.shields.io/travis/jakirkham/cybuffer/master.svg
        :target: https://travis-ci.org/jakirkham/cybuffer
        :alt: Travis CI

.. image:: https://ci.appveyor.com/api/projects/status/github/jakirkham/cybuffer?svg=true&branch=master
        :target: https://ci.appveyor.com/project/jakirkham/cybuffer
        :alt: AppVeyor

.. image:: https://readthedocs.org/projects/cybuffer/badge/?version=latest
        :target: https://cybuffer.readthedocs.io/en/latest/?badge=latest
        :alt: Read the Docs

.. image:: https://coveralls.io/repos/github/jakirkham/cybuffer/badge.svg
        :target: https://coveralls.io/github/jakirkham/cybuffer
        :alt: Coveralls

.. image:: https://img.shields.io/github/license/jakirkham/cybuffer.svg
        :target: ./LICENSE.txt
        :alt: License


A Python 2/3 compatible buffer in Cython


* Free software: BSD license
* Documentation: https://cybuffer.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `dask-image/dask-image-cookiecutter`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`dask-image/dask-image-cookiecutter`: https://github.com/dask-image/dask-image-cookiecutter



=======
History
=======

0.1.0 (2018-11-13)
------------------

* First release on PyPI.


