{ "info": { "author": "Bas van den Heuvel", "author_email": "vdheuvel.bas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "baas32\r\n================\r\n\r\nA Python module implementing the alternate base32 encoding as described\r\nby Douglas Crockford at: http://www.crockford.com/wrmg/base32.html.\r\n\r\nIn `baas32`, this encoding is slightly altered.\r\n\r\nHe designed the encoding to:\r\n\r\n * Be human and machine readable\r\n * Be compact\r\n * Be error resistant\r\n * Be pronounceable\r\n\r\nIt uses a symbol set of 10 digits and 22 letters, excluding I, L O and\r\nS. Decoding is not case sensitive, and 'i' and 'l' are converted to '1', 'o' is\r\nconverted to '0' and 's' is converted to '5'. Encoding uses only upper-case\r\ncharacters.\r\n\r\nHyphens may be present in symbol strings to improve readability, and\r\nare removed when decoding.\r\n\r\nA check symbol can be appended to a symbol string to detect errors\r\nwithin the string.", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/baas32/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/viaict/baas32.git", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "baas32", "package_url": "https://pypi.org/project/baas32/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/baas32/", "project_urls": { "Download": "https://pypi.python.org/pypi/baas32/", "Homepage": "https://github.com/viaict/baas32.git" }, "release_url": "https://pypi.org/project/baas32/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "An alternative Python implementation of Douglas Crockford's base32 encoding scheme", "version": "0.3.2" }, "last_serial": 2404235, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "8c608f43f18f8d79e3d3df978049604d", "sha256": "25d330e7ce850b48856798daffc5e6905728fd316b025a3553fe959601cf88a1" }, "downloads": -1, "filename": "baas32-0.3.1.tar.gz", "has_sig": false, "md5_digest": "8c608f43f18f8d79e3d3df978049604d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4695, "upload_time": "2016-01-23T13:26:39", "url": "https://files.pythonhosted.org/packages/cc/a1/bfe5143c5a0aab5b4154eccadfeb0a4c920187abe05db0236ad45f731864/baas32-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "2e1c8f5383c73103c3625175be8dabc4", "sha256": "56f88d5b682df245e6d7ecbbbbc33ebb21b6292ea7ba438328df48d8531b8593" }, "downloads": -1, "filename": "baas32-0.3.2.tar.gz", "has_sig": false, "md5_digest": "2e1c8f5383c73103c3625175be8dabc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4715, "upload_time": "2016-02-13T12:12:47", "url": "https://files.pythonhosted.org/packages/77/01/50704dc8127db187a4563367c6393a50b2346be4e46c4281fb72453b5270/baas32-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e1c8f5383c73103c3625175be8dabc4", "sha256": "56f88d5b682df245e6d7ecbbbbc33ebb21b6292ea7ba438328df48d8531b8593" }, "downloads": -1, "filename": "baas32-0.3.2.tar.gz", "has_sig": false, "md5_digest": "2e1c8f5383c73103c3625175be8dabc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4715, "upload_time": "2016-02-13T12:12:47", "url": "https://files.pythonhosted.org/packages/77/01/50704dc8127db187a4563367c6393a50b2346be4e46c4281fb72453b5270/baas32-0.3.2.tar.gz" } ] }