btype


Namebtype JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/tgree/btype
SummaryPackage for dealing with binary structures
upload_time2024-08-18 10:06:14
maintainerNone
docs_urlNone
authorTerry Greeniaus
requires_python>=3.0
licenseLGPLv2
keywords struct type binary
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            btype
=====
Package for easily declaring data types in Python that can then be manipulated like normal objects but packed into a bytes() object.  Also supports instantiating data types by unpacking from a bytes() object.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tgree/btype",
    "name": "btype",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "struct type binary",
    "author": "Terry Greeniaus",
    "author_email": "terrygreeniaus@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b6/7d/52dac4864b4d385de34c1418d3839e95f3fb1fbdbe6ae13783e99f0e4d79/btype-0.1.6.tar.gz",
    "platform": null,
    "description": "btype\n=====\nPackage for easily declaring data types in Python that can then be manipulated like normal objects but packed into a bytes() object.  Also supports instantiating data types by unpacking from a bytes() object.\n",
    "bugtrack_url": null,
    "license": "LGPLv2",
    "summary": "Package for dealing with binary structures",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/tgree/btype"
    },
    "split_keywords": [
        "struct",
        "type",
        "binary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "343e9376945f137df9f7d069578ea136b932a0aed829437028d5c526dc00448c",
                "md5": "463d84d729df3dbd841381f03579fa25",
                "sha256": "1703b376fd3d402aac913bf188e921149c671ad6b1c91cf12568b073513da8de"
            },
            "downloads": -1,
            "filename": "btype-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "463d84d729df3dbd841381f03579fa25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 13627,
            "upload_time": "2024-08-18T10:06:13",
            "upload_time_iso_8601": "2024-08-18T10:06:13.578226Z",
            "url": "https://files.pythonhosted.org/packages/34/3e/9376945f137df9f7d069578ea136b932a0aed829437028d5c526dc00448c/btype-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b67d52dac4864b4d385de34c1418d3839e95f3fb1fbdbe6ae13783e99f0e4d79",
                "md5": "542e54eb6474ab99052d0d114eb5655b",
                "sha256": "f7f35f8ec024778796eddc886680e8f7ad2b7fd5fa354775bb1629d59e0e4930"
            },
            "downloads": -1,
            "filename": "btype-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "542e54eb6474ab99052d0d114eb5655b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 13241,
            "upload_time": "2024-08-18T10:06:14",
            "upload_time_iso_8601": "2024-08-18T10:06:14.898549Z",
            "url": "https://files.pythonhosted.org/packages/b6/7d/52dac4864b4d385de34c1418d3839e95f3fb1fbdbe6ae13783e99f0e4d79/btype-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-18 10:06:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tgree",
    "github_project": "btype",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "btype"
}
        
Elapsed time: 0.32699s