{ "info": { "author": "Paul Brown", "author_email": "paul90brown+pypi@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "python-ordered-uuid\n===================\n\nOverrides Python's UUID class to implement \"Ordered UUID\".\n\nFor more info about \"Ordered UUID\" see:\nhttps://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/\n\nSupports both Python 2 & 3.\n\nUsage\n=====\n\n::\n\n from ordered_uuid import OrderedUUID\n\n hex_string = 'cdef89ab012345670123456789abcdef'\n OrderedUUID(hex_string)\n\n some_bytes = b'\\xcd\\xef\\x89\\xab\\x01\\x23\\x45\\x67\\x01\\x23\\x45\\x67\\x89\\xab\\xcd\\xef'\n OrderedUUID(bytes=some_bytes)\n\n fields = (0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678)\n OrderedUUID(fields=fields)\n\nInstallation\n============\n\n::\n\n pip install python-ordered-uuid", "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/pawl/python-ordered-uuid", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-ordered-uuid", "package_url": "https://pypi.org/project/python-ordered-uuid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-ordered-uuid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pawl/python-ordered-uuid" }, "release_url": "https://pypi.org/project/python-ordered-uuid/1.3.5/", "requires_dist": null, "requires_python": null, "summary": "A python implementation of Ordered UUID.", "version": "1.3.5" }, "last_serial": 2682116, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7cde50d3154da34bee510df4224c89c0", "sha256": "d7ce1dae1e9ee4d51cc760e8552074cde84f54685f44051ffef9b7601baca795" }, "downloads": -1, "filename": "python-ordered-uuid-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7cde50d3154da34bee510df4224c89c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1538, "upload_time": "2017-02-12T08:28:32", "url": "https://files.pythonhosted.org/packages/ff/ff/8b8ec7bc91eb8849ecbf563b71f4ef34667c418374da75aa868e85a97e54/python-ordered-uuid-1.0.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "ce95adeeb2bdaf13b8af72f193181538", "sha256": "3ce615b4690dbd0b4a75bc279cc0b86ee3e40f4bfad94b56068d3eab69a8777a" }, "downloads": -1, "filename": "python-ordered-uuid-1.1.1.tar.gz", "has_sig": false, "md5_digest": "ce95adeeb2bdaf13b8af72f193181538", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1757, "upload_time": "2017-02-12T09:40:59", "url": "https://files.pythonhosted.org/packages/b2/b5/9f5f593711211a04610e62049cfd38f933f152a80724d8051e1a28608df7/python-ordered-uuid-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "8a8e5fc80e2c8ec68ac8a237f04ff979", "sha256": "b5802ac7ddb5a0ae5de6227512da65bfab73f678e9e6b907998f372c0b70417f" }, "downloads": -1, "filename": "python-ordered-uuid-1.2.0.tar.gz", "has_sig": false, "md5_digest": "8a8e5fc80e2c8ec68ac8a237f04ff979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1850, "upload_time": "2017-02-12T10:09:56", "url": "https://files.pythonhosted.org/packages/d3/24/af0161182a89e70c39a9fb7ed00393109329e58402e2beb551693c9ff2d5/python-ordered-uuid-1.2.0.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "6aba43138c5adae6628eb8b3b38cdf05", "sha256": "0959f4cd3007b0df18e221ed492bca60bcf4582fcc53a191b590bf17dd5ec293" }, "downloads": -1, "filename": "python-ordered-uuid-1.3.5.tar.gz", "has_sig": false, "md5_digest": "6aba43138c5adae6628eb8b3b38cdf05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2017-03-04T10:46:07", "url": "https://files.pythonhosted.org/packages/31/15/5cbae3315153a8cbd09fa65d1af2dcda6269caeda727caafbd0e0cb98bec/python-ordered-uuid-1.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6aba43138c5adae6628eb8b3b38cdf05", "sha256": "0959f4cd3007b0df18e221ed492bca60bcf4582fcc53a191b590bf17dd5ec293" }, "downloads": -1, "filename": "python-ordered-uuid-1.3.5.tar.gz", "has_sig": false, "md5_digest": "6aba43138c5adae6628eb8b3b38cdf05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2017-03-04T10:46:07", "url": "https://files.pythonhosted.org/packages/31/15/5cbae3315153a8cbd09fa65d1af2dcda6269caeda727caafbd0e0cb98bec/python-ordered-uuid-1.3.5.tar.gz" } ] }