epyxid


Nameepyxid JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryMaturin Starter Project w/PyO3 & Poetry
upload_time2024-03-04 19:22:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords rust xid pyo3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ePyXID

[![PyPI](https://img.shields.io/pypi/v/epyxid.svg)](https://pypi.python.org/pypi/epyxid)

Fast globally unique sortable id generator.

Python wrapper around Rust implementation of xid https://github.com/kazk/xid-rs

## Install

```shell
pip install epyxid
```

## Usage

```python
from epyxid import XID, xid_create

xid: XID = xid_create()
print(xid)
# cnisffq7qo0qnbtbu5gg
print(bytes(xid))
# b'e\xe5\xc7\xbfG\xd6\x01\xab\xaf\xab\xf1a'
print(xid.time)
# 2024-03-04 16:08:15
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "epyxid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "rust,xid,pyo3",
    "author": null,
    "author_email": "Aleksandr Shpak <shpaker@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0d/08/32b1b7049aef159417e3f9ccb250fa9a190da85035a1ee4f6d174a4ec4a2/epyxid-0.1.1.tar.gz",
    "platform": null,
    "description": "# ePyXID\n\n[![PyPI](https://img.shields.io/pypi/v/epyxid.svg)](https://pypi.python.org/pypi/epyxid)\n\nFast globally unique sortable id generator.\n\nPython wrapper around Rust implementation of xid https://github.com/kazk/xid-rs\n\n## Install\n\n```shell\npip install epyxid\n```\n\n## Usage\n\n```python\nfrom epyxid import XID, xid_create\n\nxid: XID = xid_create()\nprint(xid)\n# cnisffq7qo0qnbtbu5gg\nprint(bytes(xid))\n# b'e\\xe5\\xc7\\xbfG\\xd6\\x01\\xab\\xaf\\xab\\xf1a'\nprint(xid.time)\n# 2024-03-04 16:08:15\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Maturin Starter Project w/PyO3 & Poetry",
    "version": "0.1.1",
    "project_urls": {
        "Repository": "https://github.com/shpaker/epyxid"
    },
    "split_keywords": [
        "rust",
        "xid",
        "pyo3"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33e591c28af327ab7c53111913abf5e2334aa9eb3dba0e13219911aa14640242",
                "md5": "1b51956ae163f6cfbcf0c2c3c03ed055",
                "sha256": "e307c1b824a90f1e36ccf2c9ca2c57a32a9556e9e477e8484865b44b55c39dc7"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b51956ae163f6cfbcf0c2c3c03ed055",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 277574,
            "upload_time": "2024-03-04T19:21:33",
            "upload_time_iso_8601": "2024-03-04T19:21:33.015663Z",
            "url": "https://files.pythonhosted.org/packages/33/e5/91c28af327ab7c53111913abf5e2334aa9eb3dba0e13219911aa14640242/epyxid-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf3dcc2470449b914bbbeb20d4fa2704c97c259b4e960cdad2e9209cb85d2974",
                "md5": "822dbbaa3cc5954b2b1c21db81378e5a",
                "sha256": "f735d40eeb13a5a8a3b39c9e41f1c0d293b335301e83c033ea6a15117b6e0e28"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "822dbbaa3cc5954b2b1c21db81378e5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 267413,
            "upload_time": "2024-03-04T19:21:34",
            "upload_time_iso_8601": "2024-03-04T19:21:34.911970Z",
            "url": "https://files.pythonhosted.org/packages/bf/3d/cc2470449b914bbbeb20d4fa2704c97c259b4e960cdad2e9209cb85d2974/epyxid-0.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7635f7da2d49d23833c800a163d3aa764f8e63d436fbc820f5b94ebc0178a6b5",
                "md5": "25b9ef1b58f49acfcd69bf2805d54676",
                "sha256": "61e41f9dba88feb0520b6e260978aa3a66401cec5521b955d22324082fb146b4"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "25b9ef1b58f49acfcd69bf2805d54676",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 633003,
            "upload_time": "2024-03-04T19:21:36",
            "upload_time_iso_8601": "2024-03-04T19:21:36.157911Z",
            "url": "https://files.pythonhosted.org/packages/76/35/f7da2d49d23833c800a163d3aa764f8e63d436fbc820f5b94ebc0178a6b5/epyxid-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "679cc3f9e48ccb969c42b4df242b59d2e74b0a50b9ed9c2cf3fb016c587463c4",
                "md5": "1b9a161bd37ecafc2176d236df0fe90d",
                "sha256": "6c521ed1b0784c819861d69c8ba3920722cd184b9d3426dce0af908b2ee516a3"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1b9a161bd37ecafc2176d236df0fe90d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 651197,
            "upload_time": "2024-03-04T19:21:37",
            "upload_time_iso_8601": "2024-03-04T19:21:37.906867Z",
            "url": "https://files.pythonhosted.org/packages/67/9c/c3f9e48ccb969c42b4df242b59d2e74b0a50b9ed9c2cf3fb016c587463c4/epyxid-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c63afdcf49d2ca41fe0d0829e76cf2c88e3f2ade8fef1b351f888b17824181e3",
                "md5": "5cdb5de39015b3915eef906e40f80663",
                "sha256": "0d83af975430bcff28e9bea076fa609c84c76750d61b4ddc2a2cbf46f2e88ee6"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5cdb5de39015b3915eef906e40f80663",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 638378,
            "upload_time": "2024-03-04T19:21:39",
            "upload_time_iso_8601": "2024-03-04T19:21:39.826522Z",
            "url": "https://files.pythonhosted.org/packages/c6/3a/fdcf49d2ca41fe0d0829e76cf2c88e3f2ade8fef1b351f888b17824181e3/epyxid-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "052dd25f815e1f5bbcc533a47e717b6d19b23e08fa590d756178d816ea982164",
                "md5": "2242cd0f3f5af183ea2463b99824d585",
                "sha256": "0ed0d9a6ed49f4b2efba6f72278c612b41369f191cdf24df298db5c17682c034"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2242cd0f3f5af183ea2463b99824d585",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 778689,
            "upload_time": "2024-03-04T19:21:41",
            "upload_time_iso_8601": "2024-03-04T19:21:41.094092Z",
            "url": "https://files.pythonhosted.org/packages/05/2d/d25f815e1f5bbcc533a47e717b6d19b23e08fa590d756178d816ea982164/epyxid-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f94cb76fa0310879aa66dfe662e6f55110500faccb0462451a7bac34b5dec9b",
                "md5": "d8c95ea385626c4b7d8cd2ce22aaa30d",
                "sha256": "b453d3927db675a2a5c9f3439ee15591800e34e3ade07b829828d8cb711c805a"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8c95ea385626c4b7d8cd2ce22aaa30d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 636326,
            "upload_time": "2024-03-04T19:21:42",
            "upload_time_iso_8601": "2024-03-04T19:21:42.810424Z",
            "url": "https://files.pythonhosted.org/packages/4f/94/cb76fa0310879aa66dfe662e6f55110500faccb0462451a7bac34b5dec9b/epyxid-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc5816caab5b15c81d838e6ad3e871382da5938c4fb370c4307f9e7c368d9ab7",
                "md5": "14d7e8a12644b2a1a8c385d2be4182d0",
                "sha256": "0b986e36d818192fd583ff2c2e6c6c93632ad39dac614552fe8fc6e297c910f7"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "14d7e8a12644b2a1a8c385d2be4182d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 651693,
            "upload_time": "2024-03-04T19:21:44",
            "upload_time_iso_8601": "2024-03-04T19:21:44.174379Z",
            "url": "https://files.pythonhosted.org/packages/dc/58/16caab5b15c81d838e6ad3e871382da5938c4fb370c4307f9e7c368d9ab7/epyxid-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6a81838cf9816aa52dfe0eb6da1a688a562d140762fcb706a7ea79900560edf",
                "md5": "4ccdb63ed710f0006ab4ab4f962d61cd",
                "sha256": "1c66a7caf31754bcb7c733789286dff79fb3a8d85a25ff4c9c8e319b32b5d934"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4ccdb63ed710f0006ab4ab4f962d61cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 155386,
            "upload_time": "2024-03-04T19:21:45",
            "upload_time_iso_8601": "2024-03-04T19:21:45.829560Z",
            "url": "https://files.pythonhosted.org/packages/e6/a8/1838cf9816aa52dfe0eb6da1a688a562d140762fcb706a7ea79900560edf/epyxid-0.1.1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10fb899b8c878e82347253dd8e34d445cd39370de975a96dd378e443ee847294",
                "md5": "04a8ec182878e17ef2e7fe10328025ab",
                "sha256": "0ecf2eacac145c641de82d06c90285a00e69b4b13ed889f0fc36dd2b4a3708bb"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "04a8ec182878e17ef2e7fe10328025ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 164865,
            "upload_time": "2024-03-04T19:21:46",
            "upload_time_iso_8601": "2024-03-04T19:21:46.826770Z",
            "url": "https://files.pythonhosted.org/packages/10/fb/899b8c878e82347253dd8e34d445cd39370de975a96dd378e443ee847294/epyxid-0.1.1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2b4ff34c9eff2db3de2997af199df5007344b71cc302e9df42a4425f1d413c4",
                "md5": "844f4952162fee50f22b0d2ecc6f26a7",
                "sha256": "3d7072ee452d8e4cdcf003baeefc3e789b6ef5a4e93a6940eccd77257b993919"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "844f4952162fee50f22b0d2ecc6f26a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 277607,
            "upload_time": "2024-03-04T19:21:48",
            "upload_time_iso_8601": "2024-03-04T19:21:48.567470Z",
            "url": "https://files.pythonhosted.org/packages/d2/b4/ff34c9eff2db3de2997af199df5007344b71cc302e9df42a4425f1d413c4/epyxid-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e7da1f49a3241a2f48d408b550b42eb7c210f4d78cc50b50bd09e5464d0af82",
                "md5": "7cdc208fb970b62f0fc1c7a7974e162d",
                "sha256": "c32250356611d6c8aea9aa5797bd20bf8a5b111b8419317b8dcc1b6e27449b06"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7cdc208fb970b62f0fc1c7a7974e162d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 267467,
            "upload_time": "2024-03-04T19:21:50",
            "upload_time_iso_8601": "2024-03-04T19:21:50.245648Z",
            "url": "https://files.pythonhosted.org/packages/7e/7d/a1f49a3241a2f48d408b550b42eb7c210f4d78cc50b50bd09e5464d0af82/epyxid-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a7aa654111707df72e70ab8fb9b01d0ae4369d6ee11d84463394320ed73ffc79",
                "md5": "e915e240ae58138a07a98e747d86010b",
                "sha256": "8277447c22aeead206ddba1cc348b7497bb17732e7d2d8500d60bf7eb5c5e76e"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e915e240ae58138a07a98e747d86010b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 155320,
            "upload_time": "2024-03-04T19:21:51",
            "upload_time_iso_8601": "2024-03-04T19:21:51.913326Z",
            "url": "https://files.pythonhosted.org/packages/a7/aa/654111707df72e70ab8fb9b01d0ae4369d6ee11d84463394320ed73ffc79/epyxid-0.1.1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd74becc4cb636e9289f982e3224bd24eef0ad2a20c915914b2f294002228f02",
                "md5": "bfe5e68047d1c4899eeb9a6f385ce8d0",
                "sha256": "fbe0d9c5890698a57b7fa1ade6e33fa9305ec3937386f1a8ba966c5350ac7a19"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bfe5e68047d1c4899eeb9a6f385ce8d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 164862,
            "upload_time": "2024-03-04T19:21:52",
            "upload_time_iso_8601": "2024-03-04T19:21:52.934805Z",
            "url": "https://files.pythonhosted.org/packages/fd/74/becc4cb636e9289f982e3224bd24eef0ad2a20c915914b2f294002228f02/epyxid-0.1.1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de883e3f0ef2b7598b2d82a2691ee19d699bea6fb9ddf82a0a25f89a19ebd525",
                "md5": "caa7cb3bbda7a867f6b56785327cb683",
                "sha256": "3fe4a69ed6dc00475376d56c5299e96bf7b01f61c64540fcf356983b0d9afef3"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "caa7cb3bbda7a867f6b56785327cb683",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 278429,
            "upload_time": "2024-03-04T19:21:54",
            "upload_time_iso_8601": "2024-03-04T19:21:54.662010Z",
            "url": "https://files.pythonhosted.org/packages/de/88/3e3f0ef2b7598b2d82a2691ee19d699bea6fb9ddf82a0a25f89a19ebd525/epyxid-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9398ad44b1311596fbea334892680f67597b0517309e9c4ddff2f85ff6bbe2b",
                "md5": "ebf905959a668d7a4ba50f45c1602185",
                "sha256": "d7c16c9eba43f0311e590b2e72d1878a11ebf9db48e586a443e694826a08eeff"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ebf905959a668d7a4ba50f45c1602185",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 268452,
            "upload_time": "2024-03-04T19:21:55",
            "upload_time_iso_8601": "2024-03-04T19:21:55.784991Z",
            "url": "https://files.pythonhosted.org/packages/c9/39/8ad44b1311596fbea334892680f67597b0517309e9c4ddff2f85ff6bbe2b/epyxid-0.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d91e0667e93eb2f09822146c4667922e1d2ef359b3a3311e797700216e3b9767",
                "md5": "31d0a35e61a507610ac864effd0659ba",
                "sha256": "47a3533b531506eab0bd5b163ffaf5d1dd647de258aa2668962782c72f9c9b42"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "31d0a35e61a507610ac864effd0659ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 157379,
            "upload_time": "2024-03-04T19:21:56",
            "upload_time_iso_8601": "2024-03-04T19:21:56.891653Z",
            "url": "https://files.pythonhosted.org/packages/d9/1e/0667e93eb2f09822146c4667922e1d2ef359b3a3311e797700216e3b9767/epyxid-0.1.1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3910e62c1ce56c15e9a80c10fabe7346556ef6c71bfb38455b45344139666697",
                "md5": "f247041846ee17457e9824e39ca1c213",
                "sha256": "6d47bdf7dfd81cfad3abed7c9aaa8153188235196cdba6de676c527cd41d1b1c"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f247041846ee17457e9824e39ca1c213",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 167036,
            "upload_time": "2024-03-04T19:21:57",
            "upload_time_iso_8601": "2024-03-04T19:21:57.887903Z",
            "url": "https://files.pythonhosted.org/packages/39/10/e62c1ce56c15e9a80c10fabe7346556ef6c71bfb38455b45344139666697/epyxid-0.1.1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f41b85e86fe9356fd0e1bcecd6c1e81a84a7ef830cf5ed8b0edca771a425257e",
                "md5": "a21365a83c4e0291ac27388fe132f4a6",
                "sha256": "d72f4e37ae0aa9a8d1e300d94e99f80de223c94bb32f04a1109b00fd0acf0271"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a21365a83c4e0291ac27388fe132f4a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 155726,
            "upload_time": "2024-03-04T19:21:59",
            "upload_time_iso_8601": "2024-03-04T19:21:59.086068Z",
            "url": "https://files.pythonhosted.org/packages/f4/1b/85e86fe9356fd0e1bcecd6c1e81a84a7ef830cf5ed8b0edca771a425257e/epyxid-0.1.1-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91c59b464cc51c7ed7fce8b2c32ec3c9a3e7ef4dcf76778f9e64832f6094e8fb",
                "md5": "01452b6f63e467f6d50be6bb016e33b5",
                "sha256": "a919ecec7fe2f4861915c37ad864d85ad5be05ab448b64dc1167d689f20d60d5"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01452b6f63e467f6d50be6bb016e33b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 165207,
            "upload_time": "2024-03-04T19:22:00",
            "upload_time_iso_8601": "2024-03-04T19:22:00.802043Z",
            "url": "https://files.pythonhosted.org/packages/91/c5/9b464cc51c7ed7fce8b2c32ec3c9a3e7ef4dcf76778f9e64832f6094e8fb/epyxid-0.1.1-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cda13be84f0c58d376218ce0d30d819c2c0869fc223af71168af25a4404ded1",
                "md5": "4f32fb7b57429f10a54836dba1b3ca0b",
                "sha256": "18b1db0b0e8b867cd57addad0e37b58a75aba5f3951967591caeebbc0ffa60e5"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4f32fb7b57429f10a54836dba1b3ca0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 155657,
            "upload_time": "2024-03-04T19:22:02",
            "upload_time_iso_8601": "2024-03-04T19:22:02.003785Z",
            "url": "https://files.pythonhosted.org/packages/9c/da/13be84f0c58d376218ce0d30d819c2c0869fc223af71168af25a4404ded1/epyxid-0.1.1-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "094c77d42ee80650377464af76db666f62a47517643f5bb18d42bdb9f5e94b1c",
                "md5": "6a11ed3a368698d189f010695d876e6b",
                "sha256": "5d2d99c76173e3aa79fce835b1795fd4df6038aa8c38dd037ac22f0c1f69e8c1"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6a11ed3a368698d189f010695d876e6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 165104,
            "upload_time": "2024-03-04T19:22:04",
            "upload_time_iso_8601": "2024-03-04T19:22:04.031793Z",
            "url": "https://files.pythonhosted.org/packages/09/4c/77d42ee80650377464af76db666f62a47517643f5bb18d42bdb9f5e94b1c/epyxid-0.1.1-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d0832b1b7049aef159417e3f9ccb250fa9a190da85035a1ee4f6d174a4ec4a2",
                "md5": "382d6b8fc6e52f4ac2f816ec92906b0e",
                "sha256": "1122ac2bdb219b6a335f208633f5402ae638e8ce5f626f743a0f1baa17843f0d"
            },
            "downloads": -1,
            "filename": "epyxid-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "382d6b8fc6e52f4ac2f816ec92906b0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 17854,
            "upload_time": "2024-03-04T19:22:05",
            "upload_time_iso_8601": "2024-03-04T19:22:05.053556Z",
            "url": "https://files.pythonhosted.org/packages/0d/08/32b1b7049aef159417e3f9ccb250fa9a190da85035a1ee4f6d174a4ec4a2/epyxid-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 19:22:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shpaker",
    "github_project": "epyxid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "epyxid"
}
        
Elapsed time: 0.26073s