Metadata-Version: 2.1
Name: np_image_buffer
Version: 0.1.0
Summary: A NumPy circular buffer for fast image storing and indexing.
Home-page: https://github.com/jacopoabramo/np_image_buffer
Author: Jacopo Abramo
Author-email: jacopo.abramo@gmail.com
License: GNU General Public License v3
Keywords: np_image_buffer
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

=================================
NumPy image circular buffer
=================================


.. image:: https://img.shields.io/pypi/v/np_image_buffer.svg
        :target: https://pypi.python.org/pypi/np_image_buffer

.. image:: https://img.shields.io/travis/jacopoabramo/np_image_buffer.svg
        :target: https://travis-ci.com/jacopoabramo/np_image_buffer

.. image:: https://readthedocs.org/projects/np_image_buffer/badge/?version=latest
        :target: https://np_image_buffer.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/jacopoabramo/np_image_buffer/shield.svg
     :target: https://pyup.io/repos/github/jacopoabramo/np_image_buffer/
     :alt: Updates



A NumPy circular buffer for fast image storing and indexing. The project inherits the concepts from Eric Wieser's original ring buffer (https://github.com/eric-wieser/numpy_ringbuffer) and Dennis van Gils' DvG_RingBuffer (https://github.com/Dennis-van-Gils/python-dvg-ringbuffer)

Credits
-------

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

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


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

0.1.0 (2022-07-22)
------------------

* First release on PyPI.
