Metadata-Version: 2.1
Name: memorybuffer
Version: 0.5.0b1
Summary: Python buffer protocol.
Home-page: https://pypi.org/project/memorybuffer/
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License: zlib/libpng License ; https://opensource.org/licenses/Zlib
Download-URL: https://pypi.org/project/memorybuffer/
Project-URL: Documentation, https://memorybuffer.readthedocs.io/
Project-URL: Source, https://github.com/karpierz/memorybuffer/
Description: memorybuffer
        ============
        
        Python buffer protocol.
        
        Overview
        ========
        
        | Provides routines to implement `Python Buffer Protocol`_ in clean Python
        | instead of C extension class.
        | TODO...
        
        `PyPI record`_.
        
        Installation
        ============
        
        Prerequisites:
        
        + Python 3.6 or higher
        
          * https://www.python.org/
          * 3.7 is a primary test environment.
        
        + pip and setuptools
        
          * https://pypi.org/project/pip/
          * https://pypi.org/project/setuptools/
        
        To install run:
        
          .. parsed-literal::
        
            python -m pip install --upgrade |package|
        
        Development
        ===========
        
        Prerequisites:
        
        + Development is strictly based on *tox*. To install it run::
        
            python -m pip install --upgrade tox
        
        Visit `development page`_.
        
        Installation from sources:
        
        clone the sources:
        
          .. parsed-literal::
        
            git clone |respository| |package|
        
        and run:
        
          .. parsed-literal::
        
            python -m pip install ./|package|
        
        or on development mode:
        
          .. parsed-literal::
        
            python -m pip install --editable ./|package|
        
        License
        =======
        
          | Copyright (c) 2012-2020 Adam Karpierz
          | Licensed under the zlib/libpng License
          | https://opensource.org/licenses/Zlib
          | Please refer to the accompanying LICENSE file.
        
        Authors
        =======
        
        * Adam Karpierz <adam@karpierz.net>
        
        .. |package| replace:: memorybuffer
        .. |package_bold| replace:: **memorybuffer**
        .. |respository| replace:: https://github.com/karpierz/memorybuffer.git
        .. _development page: https://github.com/karpierz/memorybuffer/
        .. _PyPI record: https://pypi.org/project/memorybuffer/
        .. _Python Buffer Protocol: https://docs.python.org/3/c-api/buffer.html
        
        Changelog
        =========
        
        0.5.0b1 (2020-09-22)
        --------------------
        - Drop support for Python 3.5.
        
        0.4.0b3 (2020-09-22)
        --------------------
        - Setup: fix an improper dependencies versions.
        
        0.4.0b2 (2020-09-20)
        --------------------
        - Add support for Python 3.9.
        - Setup general update and cleanup.
        
        0.3.0b1 (2019-11-13)
        --------------------
        - Drop support for Python 2.
        - Drop support for Python 3.4.
        - Add support for Python 3.8.
        - Setup update and cleanup.
        
        0.2.3a3 (2018-11-08)
        --------------------
        - Drop support for Python 2.6 and 3.0-3.3
        - Update required setuptools version.
        
        0.2.3a2 (2018-05-08)
        --------------------
        - Update required setuptools version.
        - Improve and simplify setup and packaging.
        
        0.2.2a5 (2018-02-26)
        --------------------
        - Improve and simplify setup and packaging.
        
        0.2.2a4 (2018-01-28)
        --------------------
        - Fix a bug and inconsistencies in tox.ini
        - Update of README.rst.
        
        0.2.2a1 (2018-01-24)
        --------------------
        - Update required Sphinx version.
        - Update doc Sphinx configuration files.
        
        0.2.1a2 (2017-11-21)
        --------------------
        - Fix syntax error.
        - Minor improvements.
        - Add trivial example.
        
        0.1.1a5 (2017-11-18)
        --------------------
        - Setup improvements.
        - Other minor improvements.
        
        0.1.1a4 (2016-01-05)
        --------------------
        - Minor setup improvements.
        
        0.1.1a3 (2014-09-25)
        --------------------
        - More PEP8 compliant
        
        0.1.1a2 (2014-09-24)
        --------------------
        - Description suplement
        - Minor fixes.
        
        0.1.1a1 (2014-09-24)
        --------------------
        - First alpha release.
        
        0.0.1a0 (2012-09-23)
        --------------------
        - Initial release.
        
Keywords: memorybuffer,memoryview,buffer
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0.0,>=3.6.0
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: doc
Provides-Extra: test
