{ "info": { "author": "stu", "author_email": "stu@unger.rummy", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====\ncoid\n====\n\n.. image:: https://travis-ci.org/bninja/coid.png\n :target: https://travis-ci.org/bninja/coid\n \n.. image:: https://coveralls.io/repos/bninja/coid/badge.png?branch=master\n :target: https://coveralls.io/r/bninja/coid?branch=master\n\nSimple codecs for ids. Can be useful when you represent ids differently between\ndomains.\n\nGet it:\n\n.. code:: bash\n\n $ pip install coid\n\nuse it:\n\n.. code:: python\n\n import uuid\n import coid\n \n id = uuid.uuid4()\n \n id_codec = coid.Id(prefix='BLA-', encoding='base58')\n assert id == id_codec.decode(id_codec.encode(id))", "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/bninja/coid", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "coid", "package_url": "https://pypi.org/project/coid/", "platform": "any", "project_url": "https://pypi.org/project/coid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bninja/coid" }, "release_url": "https://pypi.org/project/coid/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Id codecs.", "version": "0.1.1" }, "last_serial": 1238305, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6775c235f6e166e4e63a32eb3ea83c69", "sha256": "d8a3dda647a85b84b9b987d0a1b35f36e5f9d170df424435f4d56b85bff9723e" }, "downloads": -1, "filename": "coid-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6775c235f6e166e4e63a32eb3ea83c69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684, "upload_time": "2014-08-27T21:23:22", "url": "https://files.pythonhosted.org/packages/6b/75/b27e27ab00cf37f24adca646f144415dcbd6cd34dec6908cba0c19055ffc/coid-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fd6fb1b743175ee15a1349b632437104", "sha256": "ffed4db42f6bf41a3304cfdb6bae4ec8dfcb436440e28c96012767dd73d7fafa" }, "downloads": -1, "filename": "coid-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd6fb1b743175ee15a1349b632437104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2699, "upload_time": "2014-09-26T00:13:54", "url": "https://files.pythonhosted.org/packages/d4/9f/efcbeb87a3fe10da6316f561028e19d5966459f5701b1532b208a1fc4688/coid-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd6fb1b743175ee15a1349b632437104", "sha256": "ffed4db42f6bf41a3304cfdb6bae4ec8dfcb436440e28c96012767dd73d7fafa" }, "downloads": -1, "filename": "coid-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd6fb1b743175ee15a1349b632437104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2699, "upload_time": "2014-09-26T00:13:54", "url": "https://files.pythonhosted.org/packages/d4/9f/efcbeb87a3fe10da6316f561028e19d5966459f5701b1532b208a1fc4688/coid-0.1.1.tar.gz" } ] }