{ "info": { "author": "thenoviceoof", "author_email": "thenoviceoof@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "======\nbase92\n======\n\nA little library for encoding byte-strings into strings easily\ntypeable on a standard US 101-key keyboard, with strictly better\ninformation density than base64 or base85 encodings.\n\n-----\nUSAGE\n-----\n\nFire up your favorite python::\n\n >>> import base92\n >>> base92.decode(base92.encode('hello world'))\n 'hello world'\n >>> base92.encode('\\x61\\xf2\\x05\\x99\\x42')\n 'DJ8gER!'\n\nWe use doctests, so running the tests is as easy as executing the\nbase92.py library file with your python.\n\n----\nMISC\n----\n\nThis library is pure python: there may be a cbase92 forthcoming,\nbacked by a C library.\n\nThis library has not been tested with python3.\n\nThere is more information available at\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thenoviceoof/base92", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "base92", "package_url": "https://pypi.org/project/base92/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/base92/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thenoviceoof/base92" }, "release_url": "https://pypi.org/project/base92/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "A library to create base92 encoded strings", "version": "1.0.3" }, "last_serial": 763065, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "86ddc0f6784b8e9b55dfad939189470d", "sha256": "7243422147315353f939e1190779b01f1ba9e30a207b6a0aaba8deb59e5637f6" }, "downloads": -1, "filename": "base92-1.0.tar.gz", "has_sig": false, "md5_digest": "86ddc0f6784b8e9b55dfad939189470d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2847, "upload_time": "2013-01-27T00:49:17", "url": "https://files.pythonhosted.org/packages/24/4d/b006d8fde20a3033a83ce35e8c41a5f0a2ff429f5fa16ca77651aab24877/base92-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4fc427eebf19faf0e9c0bd9beb566439", "sha256": "fdbf552bf65ff99c97164bce450a6a5b185f33b71d31e5dc333e7b8fcb13d12f" }, "downloads": -1, "filename": "base92-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4fc427eebf19faf0e9c0bd9beb566439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2856, "upload_time": "2013-01-27T00:54:14", "url": "https://files.pythonhosted.org/packages/c5/30/86c2bc4062b5b75b26c0a61d4e1a1c5b403128a72e203f645b9c34a9ebf4/base92-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "589d83c5e8c9bf48c6c0343486c40e63", "sha256": "5f637199d23f65cd13ece26b1ced74eceb3f9c7d848180ba12017a3558c6e183" }, "downloads": -1, "filename": "base92-1.0.2.tar.gz", "has_sig": false, "md5_digest": "589d83c5e8c9bf48c6c0343486c40e63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2854, "upload_time": "2013-01-27T01:03:43", "url": "https://files.pythonhosted.org/packages/71/68/1bee2a23e4a70663ae4bdc84cf6b5374659a59da51e350ff0531d7a6f6cc/base92-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "87f778ba191aaf00659b5555a9d2b2a4", "sha256": "b175adbab740b08dd0684f369f320ca50695d40f62b33d7227bf018819970305" }, "downloads": -1, "filename": "base92-1.0.3.tar.gz", "has_sig": false, "md5_digest": "87f778ba191aaf00659b5555a9d2b2a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2902, "upload_time": "2013-01-27T01:05:58", "url": "https://files.pythonhosted.org/packages/75/80/a004049a60a18ae33248c5b8ec1893cc03d6683dc879e590b86561dc73ba/base92-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87f778ba191aaf00659b5555a9d2b2a4", "sha256": "b175adbab740b08dd0684f369f320ca50695d40f62b33d7227bf018819970305" }, "downloads": -1, "filename": "base92-1.0.3.tar.gz", "has_sig": false, "md5_digest": "87f778ba191aaf00659b5555a9d2b2a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2902, "upload_time": "2013-01-27T01:05:58", "url": "https://files.pythonhosted.org/packages/75/80/a004049a60a18ae33248c5b8ec1893cc03d6683dc879e590b86561dc73ba/base92-1.0.3.tar.gz" } ] }