Temporal UUID64
===============
A time-based 64-bit UUID generator. The basic idea behind is to provide a
universally unique identifier that satisfies the following conditions:
Installation
------------
.. code-block::
pip install temporaluuid64
Technical Details
-----------------
The time-based UUID consists of two components: a timestamp and a node ID.
.. code-block::
+----------------------+--------------------+
| 48-bit (timestamp) | 16-bit (node_id) |
+----------------------+--------------------+
Sort entities in chronological order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Entities given their UUIDs must be able to be sorted in chronological order
without relying on additional data fields. This is why the timestamp bits
occupy the most significant bits.
Suitable for distributed systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if multiple identifiers are created at the exactly same time, given a
particular granularity (generally a millisecond), the UUID generator must be
able to provide a way to avoid collisions.
Raw data
{
"_id": null,
"home_page": "https://github.com/suminb/temporaluuid64",
"name": "temporaluuid64",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Sumin Byeon",
"author_email": "suminb@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a6/ec/714c472e2f048eb7cb912585126f833bad85aaa7acdcc6129a1fdf65f13c/temporaluuid64-0.2.0.tar.gz",
"platform": null,
"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",
"bugtrack_url": null,
"license": "",
"summary": "A time-based 64-bit UUID generator",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/suminb/temporaluuid64"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "353d4315d9f5fd1aa21b01cfccad0a9a8062d4834c230c5db7ad6e532235b30f",
"md5": "c82f83952c5a1a72cad4df6777c5c473",
"sha256": "24b88114175f16329a3f5a0e76e8ab32327a500992eed82c8250fd82e2aa53ab"
},
"downloads": -1,
"filename": "temporaluuid64-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c82f83952c5a1a72cad4df6777c5c473",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2315,
"upload_time": "2023-05-29T08:37:33",
"upload_time_iso_8601": "2023-05-29T08:37:33.369852Z",
"url": "https://files.pythonhosted.org/packages/35/3d/4315d9f5fd1aa21b01cfccad0a9a8062d4834c230c5db7ad6e532235b30f/temporaluuid64-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6ec714c472e2f048eb7cb912585126f833bad85aaa7acdcc6129a1fdf65f13c",
"md5": "e9589f375c261bc978244d5defe7081d",
"sha256": "7c543bdc3563d0093b30eb9f465dc347486ef3e24b255123033fc2ac4ce8f8f1"
},
"downloads": -1,
"filename": "temporaluuid64-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e9589f375c261bc978244d5defe7081d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2483,
"upload_time": "2023-05-29T08:37:36",
"upload_time_iso_8601": "2023-05-29T08:37:36.371106Z",
"url": "https://files.pythonhosted.org/packages/a6/ec/714c472e2f048eb7cb912585126f833bad85aaa7acdcc6129a1fdf65f13c/temporaluuid64-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-29 08:37:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "suminb",
"github_project": "temporaluuid64",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"lcname": "temporaluuid64"
}