base32-crockford


Namebase32-crockford JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/jbittel/base32-crockford
SummaryA Python implementation of Douglas Crockford's base32 encoding scheme
upload_time2015-03-19 22:00:21
maintainerNone
docs_urlNone
authorJason Bittel
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            base32-crockford
================

A Python module implementing the alternate base32 encoding as described
by Douglas Crockford at: http://www.crockford.com/wrmg/base32.html.

He designed the encoding to:

   * Be human and machine readable
   * Be compact
   * Be error resistant
   * Be pronounceable

It uses a symbol set of 10 digits and 22 letters, excluding I, L O and
U. Decoding is not case sensitive, and 'i' and 'l' are converted to '1'
and 'o' is converted to '0'. Encoding uses only upper-case characters.

Hyphens may be present in symbol strings to improve readability, and
are removed when decoding.

A check symbol can be appended to a symbol string to detect errors
within the string.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jbittel/base32-crockford",
    "name": "base32-crockford",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jason Bittel",
    "author_email": "jason.bittel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/e7/868d9b106ffb86ebf1eb877517e03ac87667ce5ce201547fa3a26090c1ba/base32-crockford-0.3.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "base32-crockford\n================\n\nA Python module implementing the alternate base32 encoding as described\nby Douglas Crockford at: http://www.crockford.com/wrmg/base32.html.\n\nHe designed the encoding to:\n\n   * Be human and machine readable\n   * Be compact\n   * Be error resistant\n   * Be pronounceable\n\nIt uses a symbol set of 10 digits and 22 letters, excluding I, L O and\nU. Decoding is not case sensitive, and 'i' and 'l' are converted to '1'\nand 'o' is converted to '0'. Encoding uses only upper-case characters.\n\nHyphens may be present in symbol strings to improve readability, and\nare removed when decoding.\n\nA check symbol can be appended to a symbol string to detect errors\nwithin the string.",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A Python implementation of Douglas Crockford's base32 encoding scheme",
    "version": "0.3.0",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/base32-crockford/",
        "Homepage": "https://github.com/jbittel/base32-crockford"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6f7ad1176c56c920e9841b14923f81545a4243876628312f143915561770d2",
                "md5": "36ec7c57848f4fa15450b41c5ef2f7a9",
                "sha256": "295ef5ffbf6ed96b6e739ffd36be98fa7e90a206dd18c39acefb15777eedfe6e"
            },
            "downloads": -1,
            "filename": "base32_crockford-0.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36ec7c57848f4fa15450b41c5ef2f7a9",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5050,
            "upload_time": "2015-03-19T22:00:34",
            "upload_time_iso_8601": "2015-03-19T22:00:34.116003Z",
            "url": "https://files.pythonhosted.org/packages/4d/6f/7ad1176c56c920e9841b14923f81545a4243876628312f143915561770d2/base32_crockford-0.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8e7868d9b106ffb86ebf1eb877517e03ac87667ce5ce201547fa3a26090c1ba",
                "md5": "c6e65112793ffab0150e33739c030cb6",
                "sha256": "115f5bd32ae32b724035cb02eb65069a8824ea08c08851eb80c8b9f63443a969"
            },
            "downloads": -1,
            "filename": "base32-crockford-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c6e65112793ffab0150e33739c030cb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4538,
            "upload_time": "2015-03-19T22:00:21",
            "upload_time_iso_8601": "2015-03-19T22:00:21.687928Z",
            "url": "https://files.pythonhosted.org/packages/a8/e7/868d9b106ffb86ebf1eb877517e03ac87667ce5ce201547fa3a26090c1ba/base32-crockford-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-03-19 22:00:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jbittel",
    "github_project": "base32-crockford",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "base32-crockford"
}
        
Elapsed time: 0.06361s