memorybuffer
Python buffer protocol.
Overview
Provides routines to implement Python Buffer Protocol in clean Python
instead of C extension class.
TODO...
Installation
Prerequisites:
- Python 3.7 or higher
- https://www.python.org/
- 3.7 is a primary test environment.
- pip and setuptools
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:
git clone https://github.com/karpierz/memorybuffer.git memorybuffer
and run:
python -m pip install ./memorybuffer
or on development mode:
python -m pip install --editable ./memorybuffer
License
Copyright (c) 2012-2022 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
Authors
- Adam Karpierz <adam@karpierz.net>