Metadata-Version: 2.0
Name: plum-py
Version: 0.1.0a20
Summary: Pack/Unpack Memory.
Home-page: https://gitlab.com/dangass/plum
Author: Dan Gass
Author-email: dan.gass@gmail.com
Maintainer: Dan Gass
Maintainer-email: dan.gass@gmail.com
License: MIT License; http://opensource.org/licenses/MIT
Download-URL: https://gitlab.com/dangass/plum
Keywords: docstring
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Text Processing
Requires-Python: >=3.6.*
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: setuptools (>=39.0.1)
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.6.7); extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput; extra == 'doc'
Provides-Extra: test
Requires-Dist: baseline; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-html; extra == 'test'


#########################
[plum] Pack/Unpack Memory
#########################

.. image:: https://gitlab.com/dangass/plum/badges/master/pipeline.svg
    :target: https://gitlab.com/dangass/plum/commits/master
    :alt: Pipeline Status

.. image:: https://gitlab.com/dangass/plum/badges/master/coverage.svg
    :target: https://gitlab.com/dangass/plum/commits/master
    :alt: Coverage Report

.. image:: https://readthedocs.org/projects/plum-py/badge/?version=latest
    :target: https://plum-py.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

The ``plum`` Python package provides classes and utility functions to
efficiently pack and unpack bytes and conveniently access bytes
within a buffer. The package offers a collection of basic types which may
be further customized and combined to handle
complex data structures.


