plum-py


Nameplum-py JSON
Version 0.8.7 PyPI version JSON
download
home_pagehttps://plum-py.readthedocs.io/en/latest/index.html
SummaryPack/Unpack Memory.
upload_time2023-08-14 21:56:31
maintainerDan Gass
docs_urlNone
authorDan Gass
requires_python>=3.6
licenseMIT License; http://opensource.org/licenses/MIT
keywords pack unpack bytes structure memory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
#########################
[plum] Pack/Unpack Memory
#########################

.. 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-py Python package provides classes and utility functions to
transform byte sequences into Python objects and back. While similar in
purpose to Python's standard library ``struct`` module, this package
provides a larger set of format specifiers and is extensible, allowing
you to easily create complex ones of your own.

            

Raw data

            {
    "_id": null,
    "home_page": "https://plum-py.readthedocs.io/en/latest/index.html",
    "name": "plum-py",
    "maintainer": "Dan Gass",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "dan.gass@gmail.com",
    "keywords": "pack unpack bytes structure memory",
    "author": "Dan Gass",
    "author_email": "dan.gass@gmail.com",
    "download_url": "https://plum-py.readthedocs.io/en/latest/index.html",
    "platform": "any",
    "description": "\r\n#########################\r\n[plum] Pack/Unpack Memory\r\n#########################\r\n\r\n.. image:: https://readthedocs.org/projects/plum-py/badge/?version=latest\r\n    :target: https://plum-py.readthedocs.io/en/latest/?badge=latest\r\n    :alt: Documentation Status\r\n\r\nThe plum-py Python package provides classes and utility functions to\r\ntransform byte sequences into Python objects and back. While similar in\r\npurpose to Python's standard library ``struct`` module, this package\r\nprovides a larger set of format specifiers and is extensible, allowing\r\nyou to easily create complex ones of your own.\r\n",
    "bugtrack_url": null,
    "license": "MIT License; http://opensource.org/licenses/MIT",
    "summary": "Pack/Unpack Memory.",
    "version": "0.8.7",
    "project_urls": {
        "Download": "https://plum-py.readthedocs.io/en/latest/index.html",
        "Homepage": "https://plum-py.readthedocs.io/en/latest/index.html"
    },
    "split_keywords": [
        "pack",
        "unpack",
        "bytes",
        "structure",
        "memory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fda8a9bdf5d3ea4b13d3142e0c77d6e85e4c2668aef6e4b9d5e9a6619049bdc",
                "md5": "2a465f7d52583db24538d6604500def4",
                "sha256": "d791f059ef159adbe3c3b036557b5b431fa07db226a9de106a74e5e57441741d"
            },
            "downloads": -1,
            "filename": "plum_py-0.8.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a465f7d52583db24538d6604500def4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 69991,
            "upload_time": "2023-08-14T21:56:31",
            "upload_time_iso_8601": "2023-08-14T21:56:31.953823Z",
            "url": "https://files.pythonhosted.org/packages/2f/da/8a9bdf5d3ea4b13d3142e0c77d6e85e4c2668aef6e4b9d5e9a6619049bdc/plum_py-0.8.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 21:56:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plum-py"
}
        
Elapsed time: 0.10037s