Skip to main content

Python buffer protocol.

Project description

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:

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 Karpierz
Licensed under the zlib/libpng License
Please refer to the accompanying LICENSE file.

Authors

Changelog

0.6.0b1 (2022-09-02)

  • Add support for Python 3.10 and 3.11

  • Drop support for Python 3.6.

  • Copyright year update.

  • Setup update (currently based mainly on pyproject.toml).

0.5.0b2 (2020-10-18)

  • Add support for Python 3.9.

  • Drop support for Python 3.5.

  • Setup: fix an improper dependencies versions.

  • Fixed docs setup.

  • Setup general update and cleanup.

0.3.0b1 (2019-11-13)

  • Add support for Python 3.8.

  • Drop support for Python 2.

  • Drop support for Python 3.4.

  • 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memorybuffer-0.6.0b1.zip (29.3 kB view hashes)

Uploaded Source

Built Distribution

memorybuffer-0.6.0b1-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page