memorybuffer documentation¶
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
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.
Contents¶
- Users Guide
- Implementing the buffer protocol
- Changelog
- 0.6.0b1 (2022-09-02)
- 0.5.0b2 (2020-10-18)
- 0.3.0b1 (2019-11-13)
- 0.2.3a3 (2018-11-08)
- 0.2.3a2 (2018-05-08)
- 0.2.2a5 (2018-02-26)
- 0.2.2a4 (2018-01-28)
- 0.2.2a1 (2018-01-24)
- 0.2.1a2 (2017-11-21)
- 0.1.1a5 (2017-11-18)
- 0.1.1a4 (2016-01-05)
- 0.1.1a3 (2014-09-25)
- 0.1.1a2 (2014-09-24)
- 0.1.1a1 (2014-09-24)
- 0.0.1a0 (2012-09-23)