Metadata-Version: 1.2
Name: circular-buffer-numpy
Version: 0.2.0
Summary: Package for circular buffer numpy array
Home-page: https://github.com/vstadnytskyi/circular_buffer_numpy
Author: Valentyn Stadnytskyi
Author-email: v.stadnytskyi@gmail.com
License: BSD (3-clause)
Description: ====================================
        Numpy array circular buffer
        ====================================
        
        .. image:: https://img.shields.io/travis/vstadnytskyi/circular_buffer_numpy.svg
                :target: https://travis-ci.org/vstadnytskyi/circular_buffer_numpy
        
        .. image:: https://img.shields.io/pypi/v/circular_buffer_numpy.svg
                :target: https://pypi.python.org/pypi/circular_buffer_numpy
        
        .. image:: https://img.shields.io/pypi/dm/circular_buffer_numpy.svg
                   :target: https://pypi.org/project/circular_buffer_numpy
        
        .. image:: https://zenodo.org/badge/208356512.svg
          :target: https://zenodo.org/badge/latestdoi/208356512
        
        Package for circular buffer numpy array
        
        * Free software: 3-clause BSD license
        * Documentation: https://vstadnytskyi.github.io/circular_buffer_numpy.
        
        Features
        --------
        
        Purpose
        -------
        
        ToDo list
        ---------
        - entry 1
        - entry 2
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
