{ "info": { "author": "Sumin Byeon", "author_email": "suminb@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Temporal UUID64\n===============\nA time-based 64-bit UUID generator. The basic idea behind is to provide a\nuniversally unique identifier that satisfies the following conditions:\n\nInstallation\n------------\n\n.. code-block::\n\n pip install temporaluuid64\n\nTechnical Details\n-----------------\n\nThe time-based UUID consists of two components: a timestamp and a node ID.\n\n.. code-block::\n\n +----------------------+--------------------+\n | 48-bit (timestamp) | 16-bit (node_id) |\n +----------------------+--------------------+\n\nSort entities in chronological order\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nEntities given their UUIDs must be able to be sorted in chronological order\nwithout relying on additional data fields. This is why the timestamp bits\noccupy the most significant bits.\n\nSuitable for distributed systems\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nEven if multiple identifiers are created at the exactly same time, given a\nparticular granularity (generally a millisecond), the UUID generator must be\nable to provide a way to avoid collisions.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/suminb/temporaluuid64", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "temporaluuid64", "package_url": "https://pypi.org/project/temporaluuid64/", "platform": "", "project_url": "https://pypi.org/project/temporaluuid64/", "project_urls": { "Homepage": "https://github.com/suminb/temporaluuid64" }, "release_url": "https://pypi.org/project/temporaluuid64/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A time-based 64-bit UUID generator", "version": "0.1.3" }, "last_serial": 5807351, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f7ee4c30b97d229180fc4ad2db4bab47", "sha256": "8004eeb6d8fe5ad008db84d209bf045f3f61be176b8c417b6ff283c6f1476799" }, "downloads": -1, "filename": "temporaluuid64-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f7ee4c30b97d229180fc4ad2db4bab47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1072, "upload_time": "2016-02-06T08:19:19", "url": "https://files.pythonhosted.org/packages/c5/bf/144a4ecb8bf394071a2fcab6abe4ecd8893024b8d0c0724552b97bf9e237/temporaluuid64-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c2d0c6b15119a266d0e55c09f06ba504", "sha256": "b0c04af46900f6b0adb5d7cc8e1ffe402560dc70443273f1873aebd0e7ff2261" }, "downloads": -1, "filename": "temporaluuid64-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c2d0c6b15119a266d0e55c09f06ba504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1249, "upload_time": "2016-02-25T14:24:38", "url": "https://files.pythonhosted.org/packages/17/d4/6dde9ff38c8455762799e0fc2a0cd79844b838599d5334d853a5d56e4838/temporaluuid64-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ea0906ec2ffbbf789649c776de666a5e", "sha256": "60f5af1564ec6e8c435ca40049d1ae6155fc4d9ab12697a129331af6cf9425a3" }, "downloads": -1, "filename": "temporaluuid64-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ea0906ec2ffbbf789649c776de666a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1570, "upload_time": "2016-12-25T16:45:23", "url": "https://files.pythonhosted.org/packages/58/3a/e78806f797589c6e9653e9f71c8ae9b174d8852a29ce4b85c19db4650b4d/temporaluuid64-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "05271216968fa2109b1b2fb889e08811", "sha256": "27e22d0c5224c42fafdda03b3f9e49f9da461475498f3feae1c22f5ad18f5db0" }, "downloads": -1, "filename": "temporaluuid64-0.1.3.tar.gz", "has_sig": false, "md5_digest": "05271216968fa2109b1b2fb889e08811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1704, "upload_time": "2019-09-10T07:11:15", "url": "https://files.pythonhosted.org/packages/08/f9/92c36665a10423e760352a584597557e8303255d30f882036dd672dd3d27/temporaluuid64-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05271216968fa2109b1b2fb889e08811", "sha256": "27e22d0c5224c42fafdda03b3f9e49f9da461475498f3feae1c22f5ad18f5db0" }, "downloads": -1, "filename": "temporaluuid64-0.1.3.tar.gz", "has_sig": false, "md5_digest": "05271216968fa2109b1b2fb889e08811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1704, "upload_time": "2019-09-10T07:11:15", "url": "https://files.pythonhosted.org/packages/08/f9/92c36665a10423e760352a584597557e8303255d30f882036dd672dd3d27/temporaluuid64-0.1.3.tar.gz" } ] }