readabform


Namereadabform JSON
Version 1.0 PyPI version JSON
download
home_page
Summary
upload_time2024-01-06 11:40:03
maintainer
docs_urlNone
authorTorrez
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Readable Format

This module contains a function that helps format an input number into a readable number string.

For example:

print(form(1000000000).form())

Would print the following:

'1B'

and:

print(form('1B').form())

Would print the following:

1000000000

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "readabform",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Torrez",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e7/cc/1f736659b8629c19cd396f26c118eb86c0b3f673b12bfcd38bd02929c4f7/readabform-1.0.tar.gz",
    "platform": null,
    "description": "# Readable Format\r\n\r\nThis module contains a function that helps format an input number into a readable number string.\r\n\r\nFor example:\r\n\r\nprint(form(1000000000).form())\r\n\r\nWould print the following:\r\n\r\n'1B'\r\n\r\nand:\r\n\r\nprint(form('1B').form())\r\n\r\nWould print the following:\r\n\r\n1000000000\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e524ce3fb419271be4121e7b5e14107e094258cd76c660970e48b9c2f8a5670",
                "md5": "fbfa9b5ff69f98b2e57afedb786f9aff",
                "sha256": "b8f93ab879092d2c1aa887c48833af0f3770e3f2da1bcf385274cc183a246132"
            },
            "downloads": -1,
            "filename": "readabform-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbfa9b5ff69f98b2e57afedb786f9aff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2575,
            "upload_time": "2024-01-06T11:39:59",
            "upload_time_iso_8601": "2024-01-06T11:39:59.046443Z",
            "url": "https://files.pythonhosted.org/packages/9e/52/4ce3fb419271be4121e7b5e14107e094258cd76c660970e48b9c2f8a5670/readabform-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7cc1f736659b8629c19cd396f26c118eb86c0b3f673b12bfcd38bd02929c4f7",
                "md5": "547391546bef50d0c873430ca7d4c614",
                "sha256": "86ed1d02a83018653344edc43fc2c44ad549ac13c3ed26c262e2e6e226258c60"
            },
            "downloads": -1,
            "filename": "readabform-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "547391546bef50d0c873430ca7d4c614",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2269,
            "upload_time": "2024-01-06T11:40:03",
            "upload_time_iso_8601": "2024-01-06T11:40:03.539467Z",
            "url": "https://files.pythonhosted.org/packages/e7/cc/1f736659b8629c19cd396f26c118eb86c0b3f673b12bfcd38bd02929c4f7/readabform-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 11:40:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "readabform"
}
        
Elapsed time: 0.17807s