memorybuffer documentation

memorybuffer

Python buffer protocol.

Overview

Provides routines to implement Python Buffer Protocol in clean Python
instead of C extension class.
TODO…

PyPI record.

Documentation.

Installation

Prerequisites:

To install run:

python -m pip install --upgrade memorybuffer

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:

and run:

python -m pip install ./memorybuffer

or on development mode:

python -m pip install --editable ./memorybuffer

License

Copyright (c) 2012-2024 Adam Karpierz
Licensed under the zlib/libpng License
Please refer to the accompanying LICENSE file.

Authors

Contents

Indices and tables