bitformat


Namebitformat JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA library for creating and interpreting binary formats.
upload_time2024-01-17 19:02:10
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords binary bitarray bitvector bitfield bitstring
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![bitformat](https://raw.githubusercontent.com/scott-griffiths/bitformat/main/doc/bitformat_logo_small.png "bitformat")

---------

**bitformat** is a Python module for creating and parsing file formats, especially at the bit rather than byte level.

It is intended to complement the [**bitstring**](https://github.com/scott-griffiths/bitstring) module, but is currently at a planning stage and is not yet recommended for use.

[![CI badge](https://github.com/scott-griffiths/bitformat/actions/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/scott-griffiths/bitformat/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/readthedocs/bitformat?logo=readthedocs&logoColor=white)](https://bitformat.readthedocs.io/en/latest/)
[![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/bitformat?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/bitformat)
   
[![Pepy Total Downlods](https://img.shields.io/pepy/dt/bitformat?logo=python&logoColor=white&labelColor=blue&color=blue)](https://pypistats.org/packages/bitformat)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/bitformat?label=%40&labelColor=blue&color=blue)](https://pypistats.org/packages/bitformat)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bitformat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "binary,bitarray,bitvector,bitfield,bitstring",
    "author": "",
    "author_email": "Scott Griffiths <dr.scottgriffiths@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/34/7e/f5fd150aa6d47f323c506b83b89444a7439696c9d1bf28c2740cfcf7c638/bitformat-0.0.1.tar.gz",
    "platform": null,
    "description": "\n![bitformat](https://raw.githubusercontent.com/scott-griffiths/bitformat/main/doc/bitformat_logo_small.png \"bitformat\")\n\n---------\n\n**bitformat** is a Python module for creating and parsing file formats, especially at the bit rather than byte level.\n\nIt is intended to complement the [**bitstring**](https://github.com/scott-griffiths/bitstring) module, but is currently at a planning stage and is not yet recommended for use.\n\n[![CI badge](https://github.com/scott-griffiths/bitformat/actions/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/scott-griffiths/bitformat/actions/workflows/ci.yml)\n[![Docs](https://img.shields.io/readthedocs/bitformat?logo=readthedocs&logoColor=white)](https://bitformat.readthedocs.io/en/latest/)\n[![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/bitformat?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/bitformat)\n&nbsp; &nbsp;\n[![Pepy Total Downlods](https://img.shields.io/pepy/dt/bitformat?logo=python&logoColor=white&labelColor=blue&color=blue)](https://pypistats.org/packages/bitformat)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/bitformat?label=%40&labelColor=blue&color=blue)](https://pypistats.org/packages/bitformat)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library for creating and interpreting binary formats.",
    "version": "0.0.1",
    "project_urls": {
        "documentation": "https://bitformat.readthedocs.io/",
        "homepage": "https://github.com/scott-griffiths/bitformat"
    },
    "split_keywords": [
        "binary",
        "bitarray",
        "bitvector",
        "bitfield",
        "bitstring"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b2842f88a8351f1dc83ca7afb9bd2891f63c54282396e121d4f13b567674223",
                "md5": "98954c84d0de36846e4e746a2fd9155f",
                "sha256": "86d949c2b0c2d0ab8a585bbf69ab0dfafe0ebb05e0a2b87079925af390796017"
            },
            "downloads": -1,
            "filename": "bitformat-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98954c84d0de36846e4e746a2fd9155f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4051,
            "upload_time": "2024-01-17T19:02:08",
            "upload_time_iso_8601": "2024-01-17T19:02:08.633349Z",
            "url": "https://files.pythonhosted.org/packages/1b/28/42f88a8351f1dc83ca7afb9bd2891f63c54282396e121d4f13b567674223/bitformat-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "347ef5fd150aa6d47f323c506b83b89444a7439696c9d1bf28c2740cfcf7c638",
                "md5": "2f46f5fed176db9cc4049f685dfe3337",
                "sha256": "66d761f1c764b4ac10caac7f595a0b780c0c9eaa6ffb71bf850c81028b4ba4dd"
            },
            "downloads": -1,
            "filename": "bitformat-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2f46f5fed176db9cc4049f685dfe3337",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3553,
            "upload_time": "2024-01-17T19:02:10",
            "upload_time_iso_8601": "2024-01-17T19:02:10.585076Z",
            "url": "https://files.pythonhosted.org/packages/34/7e/f5fd150aa6d47f323c506b83b89444a7439696c9d1bf28c2740cfcf7c638/bitformat-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 19:02:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scott-griffiths",
    "github_project": "bitformat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bitformat"
}
        
Elapsed time: 0.19925s