bytetype


Namebytetype JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/dsm-72/bytetype
Summarybyte type
upload_time2023-10-08 21:27:10
maintainer
docs_urlNone
authordsm-72
requires_python>=3.11
licenseApache Software License 2.0
keywords nbdev jupyter notebook python byte bytes kilo tera giga unit dataclass strenum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bytetype

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

A simple Byte type

## Install

``` sh
pip install bytetype
```

## Usage

**NOTE** that: - `ByteSize` corresponds to the base numeric value to use
i.e. `1024` - `BytesUnit` corresponds to the string unit to use
i.e. `"KB"`

### Examples

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dsm-72/bytetype",
    "name": "bytetype",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python byte bytes kilo tera giga unit dataclass strenum",
    "author": "dsm-72",
    "author_email": "sumner.magruder@yale.edu",
    "download_url": "https://files.pythonhosted.org/packages/f0/25/781f372a7ef2f37630cdd34b77805d339503e22d5d4c6d51519b6aa8e5cc/bytetype-0.0.6.tar.gz",
    "platform": null,
    "description": "# bytetype\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nA simple Byte type\n\n## Install\n\n``` sh\npip install bytetype\n```\n\n## Usage\n\n**NOTE** that: - `ByteSize` corresponds to the base numeric value to use\ni.e.\u00a0`1024` - `BytesUnit` corresponds to the string unit to use\ni.e.\u00a0`\"KB\"`\n\n### Examples\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "byte type",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/dsm-72/bytetype"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python",
        "byte",
        "bytes",
        "kilo",
        "tera",
        "giga",
        "unit",
        "dataclass",
        "strenum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b47c5f97753e30f72ed31032e100fbf75bd83316f5c44ba1c8e7a0f0894fbf9",
                "md5": "13629911fefba6e11592974a602609b5",
                "sha256": "4b452df1569b4e68a33e852c04515147471963d0aecaf2a45664c3cf87bf595a"
            },
            "downloads": -1,
            "filename": "bytetype-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13629911fefba6e11592974a602609b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9871,
            "upload_time": "2023-10-08T21:27:09",
            "upload_time_iso_8601": "2023-10-08T21:27:09.273978Z",
            "url": "https://files.pythonhosted.org/packages/4b/47/c5f97753e30f72ed31032e100fbf75bd83316f5c44ba1c8e7a0f0894fbf9/bytetype-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f025781f372a7ef2f37630cdd34b77805d339503e22d5d4c6d51519b6aa8e5cc",
                "md5": "9ace571e96bb0a05c81d6f880f4eb7b6",
                "sha256": "067ab700b9ad0d9ec07b26fc280c10776122753cc4a0253612905e0da6111b49"
            },
            "downloads": -1,
            "filename": "bytetype-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9ace571e96bb0a05c81d6f880f4eb7b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 10014,
            "upload_time": "2023-10-08T21:27:10",
            "upload_time_iso_8601": "2023-10-08T21:27:10.847475Z",
            "url": "https://files.pythonhosted.org/packages/f0/25/781f372a7ef2f37630cdd34b77805d339503e22d5d4c6d51519b6aa8e5cc/bytetype-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 21:27:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dsm-72",
    "github_project": "bytetype",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bytetype"
}
        
Elapsed time: 0.12155s