Name | ulid-transform JSON |
Version |
1.2.1
JSON |
| download |
home_page | None |
Summary | Create and transform ULIDs |
upload_time | 2025-02-22 16:48:17 |
maintainer | None |
docs_url | None |
author | J. Nick Koston |
requires_python | <4.0,>=3.11 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Fast ULID transformations
<p align="center">
<a href="https://github.com/bluetooth-devices/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://codecov.io/gh/bluetooth-devices/ulid-transform">
<img src="https://img.shields.io/codecov/c/github/bluetooth-devices/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
</a>
<a href="https://github.com/ambv/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
<a href="https://codspeed.io/bluetooth-devices/ulid-transform"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
</p>
<p align="center">
<a href="https://pypi.org/project/ulid-transform/">
<img src="https://img.shields.io/pypi/v/ulid-transform.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/ulid-transform.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/ulid-transform.svg?style=flat-square" alt="License">
</p>
Create and transform ULIDs
This library will use the CPP implementation from https://github.com/suyash/ulid if cython is available, and will fallback to pure python if it is not.
## Example
```python
>>> import ulid_transform
>>> ulid_transform.ulid_hex()
'01869a2ea5fb0b43aa056293e47c0a35'
>>> ulid_transform.ulid_now()
'0001HZX0NW00GW0X476W5TVBFE'
>>> ulid_transform.ulid_at_time(1234)
'000000016JC62D620DGYNG2R8H'
>>> ulid_transform.ulid_to_bytes('0001HZX0NW00GW0X476W5TVBFE')
b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee'
>> ulid_transform.bytes_to_ulid(b"\x01\x86\x99?\xe8\xf3\x11\xbc\xed\xef\x86U.9\x03z")
'01GTCKZT7K26YEVVW6AMQ3J0VT'
>>> ulid_transform.ulid_to_bytes_or_none('0001HZX0NW00GW0X476W5TVBFE')
b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee'
>>> ulid_transform.ulid_to_bytes_or_none(None)
>>> ulid_transform.bytes_to_ulid_or_none(b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee')
'0001HZX0NW00GW0X476W5TVBFE'
>>> ulid_transform.bytes_to_ulid_or_none(None)
```
## Installation
Install this via pip (or your favourite package manager):
`pip install ulid-transform`
## Contributors ✨
Thanks to https://github.com/suyash/ulid which provides the cython implementation guts.
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": null,
"name": "ulid-transform",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "J. Nick Koston",
"author_email": "nick@koston.org",
"download_url": "https://files.pythonhosted.org/packages/d6/bf/562a7e184b01470c16ffd1854f8fe77a106665954ac077bdead852c3e964/ulid_transform-1.2.1.tar.gz",
"platform": null,
"description": "# Fast ULID transformations\n\n<p align=\"center\">\n <a href=\"https://github.com/bluetooth-devices/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/bluetooth-devices/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://codecov.io/gh/bluetooth-devices/ulid-transform\">\n <img src=\"https://img.shields.io/codecov/c/github/bluetooth-devices/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/ambv/black\">\n <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square\" alt=\"black\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n <a href=\"https://codspeed.io/bluetooth-devices/ulid-transform\"><img src=\"https://img.shields.io/endpoint?url=https://codspeed.io/badge.json\" alt=\"CodSpeed Badge\"/></a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/ulid-transform/\">\n <img src=\"https://img.shields.io/pypi/v/ulid-transform.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/ulid-transform.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/ulid-transform.svg?style=flat-square\" alt=\"License\">\n</p>\n\nCreate and transform ULIDs\n\nThis library will use the CPP implementation from https://github.com/suyash/ulid if cython is available, and will fallback to pure python if it is not.\n\n## Example\n\n```python\n>>> import ulid_transform\n>>> ulid_transform.ulid_hex()\n'01869a2ea5fb0b43aa056293e47c0a35'\n>>> ulid_transform.ulid_now()\n'0001HZX0NW00GW0X476W5TVBFE'\n>>> ulid_transform.ulid_at_time(1234)\n'000000016JC62D620DGYNG2R8H'\n>>> ulid_transform.ulid_to_bytes('0001HZX0NW00GW0X476W5TVBFE')\nb'\\x00\\x00c\\xfe\\x82\\xbc\\x00!\\xc0t\\x877\\x0b\\xad\\xad\\xee'\n>> ulid_transform.bytes_to_ulid(b\"\\x01\\x86\\x99?\\xe8\\xf3\\x11\\xbc\\xed\\xef\\x86U.9\\x03z\")\n'01GTCKZT7K26YEVVW6AMQ3J0VT'\n>>> ulid_transform.ulid_to_bytes_or_none('0001HZX0NW00GW0X476W5TVBFE')\nb'\\x00\\x00c\\xfe\\x82\\xbc\\x00!\\xc0t\\x877\\x0b\\xad\\xad\\xee'\n>>> ulid_transform.ulid_to_bytes_or_none(None)\n>>> ulid_transform.bytes_to_ulid_or_none(b'\\x00\\x00c\\xfe\\x82\\xbc\\x00!\\xc0t\\x877\\x0b\\xad\\xad\\xee')\n'0001HZX0NW00GW0X476W5TVBFE'\n>>> ulid_transform.bytes_to_ulid_or_none(None)\n```\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install ulid-transform`\n\n## Contributors \u2728\n\nThanks to https://github.com/suyash/ulid which provides the cython implementation guts.\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Create and transform ULIDs",
"version": "1.2.1",
"project_urls": {
"Bug Tracker": "https://github.com/bluetooth-devices/ulid-transform/issues",
"Changelog": "https://github.com/bluetooth-devices/ulid-transform/blob/main/CHANGELOG.md",
"Repository": "https://github.com/bluetooth-devices/ulid-transform"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aa113b8e728ae91c732cdd5587fbfc33a52eb07cd29201342716a166ba4e33e3",
"md5": "09b1054edb892a49697ed9a8b856e0ce",
"sha256": "9e45895f883dfcc137fcb404ce35c121037b41e8e5aa9fbc18394c0221735ac9"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "09b1054edb892a49697ed9a8b856e0ce",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 41136,
"upload_time": "2025-02-22T16:54:29",
"upload_time_iso_8601": "2025-02-22T16:54:29.528181Z",
"url": "https://files.pythonhosted.org/packages/aa/11/3b8e728ae91c732cdd5587fbfc33a52eb07cd29201342716a166ba4e33e3/ulid_transform-1.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a90a8c7494e005bdc4a9a1a1d6c8296b3add950e0f649ca7d9955e3b72e510ca",
"md5": "2dc98f7c0092330df53b228423ae3dc9",
"sha256": "801b232209607130cbcf9ccc5dd6f54d95628df1c60d85fc62858cf4949a9643"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2dc98f7c0092330df53b228423ae3dc9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 164663,
"upload_time": "2025-02-22T16:54:31",
"upload_time_iso_8601": "2025-02-22T16:54:31.342674Z",
"url": "https://files.pythonhosted.org/packages/a9/0a/8c7494e005bdc4a9a1a1d6c8296b3add950e0f649ca7d9955e3b72e510ca/ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a430b57b30de6a03fb2a23b5cc9a852415c28625695acffeade1503bcc09fecf",
"md5": "ab96d37a017d3771549ea4d9f1260e6f",
"sha256": "5901c4f570e0d1a8e4fce8a69c2c0f503a31ad4bb032094bfcceae332f126d7a"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "ab96d37a017d3771549ea4d9f1260e6f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 159618,
"upload_time": "2025-02-22T16:54:32",
"upload_time_iso_8601": "2025-02-22T16:54:32.431929Z",
"url": "https://files.pythonhosted.org/packages/a4/30/b57b30de6a03fb2a23b5cc9a852415c28625695acffeade1503bcc09fecf/ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7fd7798c57ee6830f79930b7c1f89a4db8fd427cd8deb6fb29e4b49ae07acbe",
"md5": "76a5f97ea986424b3cdfe9af696b60f3",
"sha256": "bb7ffb2ad46d3740edc0924f047f0e74ff45c6bd9e914b9c7dc013049c399089"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "76a5f97ea986424b3cdfe9af696b60f3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 166159,
"upload_time": "2025-02-22T16:54:33",
"upload_time_iso_8601": "2025-02-22T16:54:33.528510Z",
"url": "https://files.pythonhosted.org/packages/e7/fd/7798c57ee6830f79930b7c1f89a4db8fd427cd8deb6fb29e4b49ae07acbe/ulid_transform-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "84a11b17cc16f64e83d5f8afa606e945a205cd2088afa6976cdea450373e0c42",
"md5": "782cf302d174c21a6cf93d8488dad2ca",
"sha256": "3c41cfe854876d10d8f6c75d8c419042bd77f0173422643a96c11521de2b3bce"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "782cf302d174c21a6cf93d8488dad2ca",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 1100085,
"upload_time": "2025-02-22T16:54:35",
"upload_time_iso_8601": "2025-02-22T16:54:35.384709Z",
"url": "https://files.pythonhosted.org/packages/84/a1/1b17cc16f64e83d5f8afa606e945a205cd2088afa6976cdea450373e0c42/ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "189933329621096bd387a8c900d754fdce6c2ad983dd216660596e55c8e00696",
"md5": "ddd223ffac13714c316cfb3eb234ea7e",
"sha256": "b427c33e8907d7267ebf2ff8da9d42993090e56b67248919a08bfbcd82473245"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ddd223ffac13714c316cfb3eb234ea7e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 1236450,
"upload_time": "2025-02-22T16:54:36",
"upload_time_iso_8601": "2025-02-22T16:54:36.658254Z",
"url": "https://files.pythonhosted.org/packages/18/99/33329621096bd387a8c900d754fdce6c2ad983dd216660596e55c8e00696/ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "73cb6d6b8df4c9d2366aee3e3431d22a57a21064d2b3f5217a64e3183f1573f9",
"md5": "1a7097d14823d2242973e444e752934b",
"sha256": "f75a8cf53cdd0f687acd5a2e8cbb875cda7effe2f9e52ab64cde7bfbdd47aede"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1a7097d14823d2242973e444e752934b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 1144833,
"upload_time": "2025-02-22T16:54:38",
"upload_time_iso_8601": "2025-02-22T16:54:38.679798Z",
"url": "https://files.pythonhosted.org/packages/73/cb/6d6b8df4c9d2366aee3e3431d22a57a21064d2b3f5217a64e3183f1573f9/ulid_transform-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "461b4e85c1427195aa4d3cc3c40460d1a41a97fb7c1c65e6fb4983094d06e1e5",
"md5": "8f3c714487c907c4f8e5298af3cd68f9",
"sha256": "29db766218f54f0bd9cff0ab33bafa5909ea3fd770a4d2952987a1aff4636282"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "8f3c714487c907c4f8e5298af3cd68f9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 38655,
"upload_time": "2025-02-22T16:54:40",
"upload_time_iso_8601": "2025-02-22T16:54:40.342848Z",
"url": "https://files.pythonhosted.org/packages/46/1b/4e85c1427195aa4d3cc3c40460d1a41a97fb7c1c65e6fb4983094d06e1e5/ulid_transform-1.2.1-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97256dfe5e08f6b331a26489b0acf60a11bf299d5b5fb5e5fe1825083aab4d93",
"md5": "07add36b53c9929dc48b1030acefd6c6",
"sha256": "d1a7d44ab06092291b0d0be47df80870cf78d749321a07ed48847b723f52f8ad"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "07add36b53c9929dc48b1030acefd6c6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.11",
"size": 40940,
"upload_time": "2025-02-22T16:54:41",
"upload_time_iso_8601": "2025-02-22T16:54:41.252594Z",
"url": "https://files.pythonhosted.org/packages/97/25/6dfe5e08f6b331a26489b0acf60a11bf299d5b5fb5e5fe1825083aab4d93/ulid_transform-1.2.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f7134db3265503834d2870c5523a8155e68755c4ede5c0d9c8c3329ea5db8f9",
"md5": "93bfdd8049bd2a75296d73ce9f7f69a2",
"sha256": "55c3bf83d30ae267a8305b1ee50e688ff3c14ce5cb51662f504b0cc02711b90f"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "93bfdd8049bd2a75296d73ce9f7f69a2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 41221,
"upload_time": "2025-02-22T16:54:42",
"upload_time_iso_8601": "2025-02-22T16:54:42.125014Z",
"url": "https://files.pythonhosted.org/packages/7f/71/34db3265503834d2870c5523a8155e68755c4ede5c0d9c8c3329ea5db8f9/ulid_transform-1.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ae4cf338d6e694b84943343a22568b4e8dd39027ed0941b85b3fadb7cb533f3",
"md5": "019f3fdfa615dd7eb056a8e74dc8614e",
"sha256": "1ceae1638b9b6e0ee353d00b8ff1680cf420d6ce5ea115b4de037d143ec01471"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "019f3fdfa615dd7eb056a8e74dc8614e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 170596,
"upload_time": "2025-02-22T16:54:42",
"upload_time_iso_8601": "2025-02-22T16:54:42.979107Z",
"url": "https://files.pythonhosted.org/packages/4a/e4/cf338d6e694b84943343a22568b4e8dd39027ed0941b85b3fadb7cb533f3/ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f53b394296691a3d7d444d2fb007a70401cfe8471d38cdd6ec77afe85a72573e",
"md5": "b6b0d7af033a790544961c7bd4f3b87c",
"sha256": "0b5632952fc7cdbbfc024665504f3285a2e88bc9971aed4d8f3a78b31b370ac7"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "b6b0d7af033a790544961c7bd4f3b87c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 164831,
"upload_time": "2025-02-22T16:54:44",
"upload_time_iso_8601": "2025-02-22T16:54:44.967362Z",
"url": "https://files.pythonhosted.org/packages/f5/3b/394296691a3d7d444d2fb007a70401cfe8471d38cdd6ec77afe85a72573e/ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16b47156412209e27c9185a8f8117ba14589b660b8aa15851751c3f87547fd82",
"md5": "32ebe0b0dc63e4252c07a40108518d3f",
"sha256": "fb66abb284cf48e704f717511f8e3cbc1819ddad28a3b60103bdb7f00ab97e1c"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "32ebe0b0dc63e4252c07a40108518d3f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 172488,
"upload_time": "2025-02-22T16:54:45",
"upload_time_iso_8601": "2025-02-22T16:54:45.903409Z",
"url": "https://files.pythonhosted.org/packages/16/b4/7156412209e27c9185a8f8117ba14589b660b8aa15851751c3f87547fd82/ulid_transform-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37e28563098aa197a74d354ac15085b7f24ec3102bcfb6d40c5d63dff4999e8b",
"md5": "192fda8f9fbc1dec471faf965dc08499",
"sha256": "5344d44362ef41dad4f3c402b5552d51d2db9f87f7a925cf15d952bc3cda33af"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-manylinux_2_36_x86_64.whl",
"has_sig": false,
"md5_digest": "192fda8f9fbc1dec471faf965dc08499",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 170110,
"upload_time": "2025-02-22T16:48:15",
"upload_time_iso_8601": "2025-02-22T16:48:15.772896Z",
"url": "https://files.pythonhosted.org/packages/37/e2/8563098aa197a74d354ac15085b7f24ec3102bcfb6d40c5d63dff4999e8b/ulid_transform-1.2.1-cp312-cp312-manylinux_2_36_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f07210481ecfc27007a14e78a78d2dec3fc629f47f06172026817482a331f034",
"md5": "a2448571afbed133e899c48a3b52e65b",
"sha256": "2017cc447145c6635f4ae7173a8a1aa532ada68793b505543af01000dd30c305"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a2448571afbed133e899c48a3b52e65b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 1105997,
"upload_time": "2025-02-22T16:54:47",
"upload_time_iso_8601": "2025-02-22T16:54:47.137793Z",
"url": "https://files.pythonhosted.org/packages/f0/72/10481ecfc27007a14e78a78d2dec3fc629f47f06172026817482a331f034/ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "76d24f76188bd98cca55cfe51d4f46164c3fbdcd2de8685b2a21382e5239c14c",
"md5": "cb70e786edbe9f2e93502caa5fdea1cd",
"sha256": "a7f2ffdfaa031cb2bd6edc1a7ef4b49ddc3e5fbff9b63fb1473cf9acaade8bc4"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "cb70e786edbe9f2e93502caa5fdea1cd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 1243393,
"upload_time": "2025-02-22T16:54:48",
"upload_time_iso_8601": "2025-02-22T16:54:48.363031Z",
"url": "https://files.pythonhosted.org/packages/76/d2/4f76188bd98cca55cfe51d4f46164c3fbdcd2de8685b2a21382e5239c14c/ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78d46cce1fff6e2689ff5889743fe8510b59e5632d1853cdf1fd2f18ee7569ab",
"md5": "58471a55eaf6c95c2fee27eef6d8e033",
"sha256": "1e4b0937c709db5c86ca4bc2d4486dc26e48f335869a5c2f7b021e4555e8dc97"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "58471a55eaf6c95c2fee27eef6d8e033",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 1154773,
"upload_time": "2025-02-22T16:54:50",
"upload_time_iso_8601": "2025-02-22T16:54:50.238233Z",
"url": "https://files.pythonhosted.org/packages/78/d4/6cce1fff6e2689ff5889743fe8510b59e5632d1853cdf1fd2f18ee7569ab/ulid_transform-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c347dcb6b823aabb22166efa07f16fd3e3b917babdd0f4c20ca03193fe0afaf6",
"md5": "3cfa6eff0e3f2048511768c556dc6663",
"sha256": "a5dad7f60142a13028e1bfd19b23da0e74e9651ba1578b5fedf78db53bca9e65"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "3cfa6eff0e3f2048511768c556dc6663",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 38689,
"upload_time": "2025-02-22T16:54:51",
"upload_time_iso_8601": "2025-02-22T16:54:51.635454Z",
"url": "https://files.pythonhosted.org/packages/c3/47/dcb6b823aabb22166efa07f16fd3e3b917babdd0f4c20ca03193fe0afaf6/ulid_transform-1.2.1-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7a8fb8b2bc1b5ea5d12964945a7802458c895020130665a28df249b9f35521eb",
"md5": "1e4c57d220b3b845c70bcdafe4294747",
"sha256": "0950482e5f665671cbb74956a55442f46cd95ccdf7d1d2f8232c5c03270401a5"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1e4c57d220b3b845c70bcdafe4294747",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.11",
"size": 40987,
"upload_time": "2025-02-22T16:54:53",
"upload_time_iso_8601": "2025-02-22T16:54:53.666094Z",
"url": "https://files.pythonhosted.org/packages/7a/8f/b8b2bc1b5ea5d12964945a7802458c895020130665a28df249b9f35521eb/ulid_transform-1.2.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "46af703a4562f1d0558a8718c3c0a441bbfbf0dc990aea5df0b4820eb13dd7ad",
"md5": "e5dbba631759c5e76a4c69c12b081cc6",
"sha256": "612c7b0818df7185f1c1fe148dffcc9b665a1ff055844df5d3037c51251fc2a7"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e5dbba631759c5e76a4c69c12b081cc6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 40569,
"upload_time": "2025-02-22T16:54:54",
"upload_time_iso_8601": "2025-02-22T16:54:54.540158Z",
"url": "https://files.pythonhosted.org/packages/46/af/703a4562f1d0558a8718c3c0a441bbfbf0dc990aea5df0b4820eb13dd7ad/ulid_transform-1.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e22dda80b7d9e7a6b9c09ffd0aec0c069a3ac11453fdde5d0faa4a32ef9aed69",
"md5": "202a177771b6fe7c162d5539ff600f54",
"sha256": "77bde8c4b09262a588cb773aff5f6ee20b1a3fbf437ffb1d8a1f8b17762b6ac9"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "202a177771b6fe7c162d5539ff600f54",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 164789,
"upload_time": "2025-02-22T16:54:56",
"upload_time_iso_8601": "2025-02-22T16:54:56.581806Z",
"url": "https://files.pythonhosted.org/packages/e2/2d/da80b7d9e7a6b9c09ffd0aec0c069a3ac11453fdde5d0faa4a32ef9aed69/ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85662b9613c449543ddc0a8edfcd7cadd22cfda9d9d3cb0e6929b1146ddca831",
"md5": "2f69d07875144ecdbe8e82ea8936c1b4",
"sha256": "a193e60e601329f1b151239b87892e363923cb8a647f0a8518516e3bf4654730"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "2f69d07875144ecdbe8e82ea8936c1b4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 158769,
"upload_time": "2025-02-22T16:54:58",
"upload_time_iso_8601": "2025-02-22T16:54:58.483201Z",
"url": "https://files.pythonhosted.org/packages/85/66/2b9613c449543ddc0a8edfcd7cadd22cfda9d9d3cb0e6929b1146ddca831/ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e8c0416f04f745adf782845a75cf7a6bc2cadef7a138d012a3a2c621eadbd87",
"md5": "0eeaa459b149d42483295e2a4e13793d",
"sha256": "d618c685013ee7a43730583a58236c1ed15fad56d55648fd863a679efa8e9d5d"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0eeaa459b149d42483295e2a4e13793d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 166558,
"upload_time": "2025-02-22T16:54:59",
"upload_time_iso_8601": "2025-02-22T16:54:59.466915Z",
"url": "https://files.pythonhosted.org/packages/9e/8c/0416f04f745adf782845a75cf7a6bc2cadef7a138d012a3a2c621eadbd87/ulid_transform-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f21e53bd4328f44e49201d16637eb0b0a54cfba3ed1c53267cb8b9f1ad6ea67",
"md5": "522cba3a8b452a4a6711ad7c885f25c4",
"sha256": "f185f27c64d69a1934485b100c69b974dd52d6c38a7b88b451aa083a70924928"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "522cba3a8b452a4a6711ad7c885f25c4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 1100383,
"upload_time": "2025-02-22T16:55:00",
"upload_time_iso_8601": "2025-02-22T16:55:00.999172Z",
"url": "https://files.pythonhosted.org/packages/4f/21/e53bd4328f44e49201d16637eb0b0a54cfba3ed1c53267cb8b9f1ad6ea67/ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f05d6d33051b3679a2ec8e77659e7495dc71a4ff7b0d1d897ce29303b549e5db",
"md5": "3630dfba547591add544655e718106ca",
"sha256": "6b561ebb9c05a886ed6ec8383757aebdacb1975c0fb167d3e9f330510b758352"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "3630dfba547591add544655e718106ca",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 1237571,
"upload_time": "2025-02-22T16:55:03",
"upload_time_iso_8601": "2025-02-22T16:55:03.413823Z",
"url": "https://files.pythonhosted.org/packages/f0/5d/6d33051b3679a2ec8e77659e7495dc71a4ff7b0d1d897ce29303b549e5db/ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2335a9d96a32cf3218a118cb01418cda3f3c1e5f1ec8acde08d8655c61148451",
"md5": "d92c8924bfca0b1f300dd63a4054410b",
"sha256": "dee4e3818eb4a5f79132658954b6e9899d8cf4dbb9ab169adb165ac6e9b1044e"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d92c8924bfca0b1f300dd63a4054410b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 1149336,
"upload_time": "2025-02-22T16:55:04",
"upload_time_iso_8601": "2025-02-22T16:55:04.677781Z",
"url": "https://files.pythonhosted.org/packages/23/35/a9d96a32cf3218a118cb01418cda3f3c1e5f1ec8acde08d8655c61148451/ulid_transform-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "131a0b21ffc1419656aa84524a8127503a264cc7362ca9d349065f98edf5bb6f",
"md5": "9d5e4265c1fff4713f1bd60edb630cf0",
"sha256": "3debda275ec94964b9e8f28d9fe8400abad3d51bebd596843a4f23970f4727f7"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "9d5e4265c1fff4713f1bd60edb630cf0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 38233,
"upload_time": "2025-02-22T16:55:05",
"upload_time_iso_8601": "2025-02-22T16:55:05.902206Z",
"url": "https://files.pythonhosted.org/packages/13/1a/0b21ffc1419656aa84524a8127503a264cc7362ca9d349065f98edf5bb6f/ulid_transform-1.2.1-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b85baa1ce5957d163d1bda7f1f0d1caa3180f4d25bcee860ebb86006a8e01e2",
"md5": "b3684eeba391a9e67cd4d13c9ce1a80f",
"sha256": "c9751cae587c96ed943aa5cdf0174f87026ec92b0934fc47acd5112052cf3596"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "b3684eeba391a9e67cd4d13c9ce1a80f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.11",
"size": 40235,
"upload_time": "2025-02-22T16:55:07",
"upload_time_iso_8601": "2025-02-22T16:55:07.534661Z",
"url": "https://files.pythonhosted.org/packages/1b/85/baa1ce5957d163d1bda7f1f0d1caa3180f4d25bcee860ebb86006a8e01e2/ulid_transform-1.2.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6bf562a7e184b01470c16ffd1854f8fe77a106665954ac077bdead852c3e964",
"md5": "9106c13d293752871858aae25d60b2eb",
"sha256": "72ae1bca8b9b77a2639773373af8b1c61a588c0b6a36a827eda5a5593b738453"
},
"downloads": -1,
"filename": "ulid_transform-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "9106c13d293752871858aae25d60b2eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 15614,
"upload_time": "2025-02-22T16:48:17",
"upload_time_iso_8601": "2025-02-22T16:48:17.347647Z",
"url": "https://files.pythonhosted.org/packages/d6/bf/562a7e184b01470c16ffd1854f8fe77a106665954ac077bdead852c3e964/ulid_transform-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-22 16:48:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bluetooth-devices",
"github_project": "ulid-transform",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ulid-transform"
}