curies-rs


Namecuries-rs JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://biopragmatics.github/curies.rs
SummaryPython bindings for the curies library
upload_time2024-05-25 08:45:08
maintainerNone
docs_urlNone
authorCharles Tapley Hoyt <cthoyt@gmail.com>, Vincent Emonet <vincent.emonet@gmail.com>
requires_python>=3.8
licenseNone
keywords semantic-web linked-data linked-open-data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  🦀 curies.rs
</h1>

<p align="center">
    <a href="https://crates.io/crates/curies">
        <img alt="crates.io" src="https://img.shields.io/crates/v/curies.svg" />
    </a>
    <a href="https://www.npmjs.com/package/@biopragmatics/curies">
        <img alt="npm" src="https://img.shields.io/npm/v/@biopragmatics/curies" />
    </a>
    <a href="https://pypi.org/project/curies-rs">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/curies-rs" />
    </a>
</p>

<p align="center">
    <a href="https://github.com/biopragmatics/curies.rs/actions/workflows/test.yml">
        <img alt="Test" src="https://github.com/biopragmatics/curies.rs/actions/workflows/test.yml/badge.svg" />
    </a>
    <a href="https://github.com/biopragmatics/curies.rs/actions/workflows/build.yml">
        <img alt="Build" src="https://github.com/biopragmatics/curies.rs/actions/workflows/build.yml/badge.svg" />
    </a>
    <a href="https://docs.rs/curies">
        <img alt="crates" src="https://docs.rs/curies/badge.svg" />
    </a>
    <a href="https://deps.rs/repo/github/biopragmatics/curies.rs">
        <img src="https://deps.rs/repo/github/biopragmatics/curies.rs/status.svg" alt="Dependency status" />
    </a>
    <a href="https://github.com/biopragmatics/curies.rs/blob/main/LICENSE">
        <img alt="MIT license" src="https://img.shields.io/badge/License-MIT-brightgreen.svg" />
    </a>
    <a href="https://codecov.io/gh/biopragmatics/curies.rs/branch/main">
        <img src="https://codecov.io/gh/biopragmatics/curies.rs/branch/main/graph/badge.svg" alt="Codecov status" />
    </a>
</p>
Idiomatic conversion between URIs and compact URIs (CURIEs) in Rust, with bindings to Python, and JavaScript compiled to WebAssembly.

## 📖 Documentation

Checkout the **[biopragmatics.github.io/curies.rs](https://biopragmatics.github.io/curies.rs)** for more details on how to install and use it.


            

Raw data

            {
    "_id": null,
    "home_page": "https://biopragmatics.github/curies.rs",
    "name": "curies-rs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "semantic-web, linked-data, linked-open-data",
    "author": "Charles Tapley Hoyt <cthoyt@gmail.com>, Vincent Emonet <vincent.emonet@gmail.com>",
    "author_email": "Charles Tapley Hoyt <cthoyt@gmail.com>, Vincent Emonet <vincent.emonet@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "<h1 align=\"center\">\n  \ud83e\udd80 curies.rs\n</h1>\n\n<p align=\"center\">\n    <a href=\"https://crates.io/crates/curies\">\n        <img alt=\"crates.io\" src=\"https://img.shields.io/crates/v/curies.svg\" />\n    </a>\n    <a href=\"https://www.npmjs.com/package/@biopragmatics/curies\">\n        <img alt=\"npm\" src=\"https://img.shields.io/npm/v/@biopragmatics/curies\" />\n    </a>\n    <a href=\"https://pypi.org/project/curies-rs\">\n        <img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/curies-rs\" />\n    </a>\n</p>\n\n<p align=\"center\">\n    <a href=\"https://github.com/biopragmatics/curies.rs/actions/workflows/test.yml\">\n        <img alt=\"Test\" src=\"https://github.com/biopragmatics/curies.rs/actions/workflows/test.yml/badge.svg\" />\n    </a>\n    <a href=\"https://github.com/biopragmatics/curies.rs/actions/workflows/build.yml\">\n        <img alt=\"Build\" src=\"https://github.com/biopragmatics/curies.rs/actions/workflows/build.yml/badge.svg\" />\n    </a>\n    <a href=\"https://docs.rs/curies\">\n        <img alt=\"crates\" src=\"https://docs.rs/curies/badge.svg\" />\n    </a>\n    <a href=\"https://deps.rs/repo/github/biopragmatics/curies.rs\">\n        <img src=\"https://deps.rs/repo/github/biopragmatics/curies.rs/status.svg\" alt=\"Dependency status\" />\n    </a>\n    <a href=\"https://github.com/biopragmatics/curies.rs/blob/main/LICENSE\">\n        <img alt=\"MIT license\" src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" />\n    </a>\n    <a href=\"https://codecov.io/gh/biopragmatics/curies.rs/branch/main\">\n        <img src=\"https://codecov.io/gh/biopragmatics/curies.rs/branch/main/graph/badge.svg\" alt=\"Codecov status\" />\n    </a>\n</p>\nIdiomatic conversion between URIs and compact URIs (CURIEs) in Rust, with bindings to Python, and JavaScript compiled to WebAssembly.\n\n## \ud83d\udcd6 Documentation\n\nCheckout the **[biopragmatics.github.io/curies.rs](https://biopragmatics.github.io/curies.rs)** for more details on how to install and use it.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the curies library",
    "version": "0.1.2",
    "project_urls": {
        "Changelog": "https://github.com/biopragmatics/curies.rs/blob/main/CHANGELOG.md",
        "Documentation": "https://biopragmatics.github.io/curies.rs",
        "Homepage": "https://biopragmatics.github.io/curies.rs",
        "Source": "https://github.com/biopragmatics/curies.rs/tree/main/python",
        "Tracker": "https://github.com/biopragmatics/curies.rs/issues"
    },
    "split_keywords": [
        "semantic-web",
        " linked-data",
        " linked-open-data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "392f798870dcf72ecf04a981e7fabd12f888b28ea74314c446a4cc1f841e34ef",
                "md5": "ab049d5fc17b8144e3e10efd63bdb4fa",
                "sha256": "e035b209267b08723c99fd25501cce2f897f66206964d65a1791e0c313d838f4"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab049d5fc17b8144e3e10efd63bdb4fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2322804,
            "upload_time": "2024-05-25T08:45:08",
            "upload_time_iso_8601": "2024-05-25T08:45:08.980688Z",
            "url": "https://files.pythonhosted.org/packages/39/2f/798870dcf72ecf04a981e7fabd12f888b28ea74314c446a4cc1f841e34ef/curies_rs-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0845fb6097e5342e3764b5e9d23585bfacac991901b74457bd6c1a967f73c85",
                "md5": "96b9a404f016d926fe5c66fd0ce737f5",
                "sha256": "47f987a7c1444dcc4d36d0083dcba3aff16337aed5ce79ec27b9ce37fa3ff5b9"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "96b9a404f016d926fe5c66fd0ce737f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2173495,
            "upload_time": "2024-05-25T08:45:32",
            "upload_time_iso_8601": "2024-05-25T08:45:32.410348Z",
            "url": "https://files.pythonhosted.org/packages/a0/84/5fb6097e5342e3764b5e9d23585bfacac991901b74457bd6c1a967f73c85/curies_rs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4fd2a780322c7773d1d7904432ac340e2c9565e27eb41e8ffeb03c9ced607be",
                "md5": "6d32ec020209f781f231f610e01b9aff",
                "sha256": "916998aafa9934fe2c4b25309215b211c67f2b75162e070df834722c4ce7c1d5"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "6d32ec020209f781f231f610e01b9aff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3245339,
            "upload_time": "2024-05-25T08:51:09",
            "upload_time_iso_8601": "2024-05-25T08:51:09.850991Z",
            "url": "https://files.pythonhosted.org/packages/c4/fd/2a780322c7773d1d7904432ac340e2c9565e27eb41e8ffeb03c9ced607be/curies_rs-0.1.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf4ddbb45a151381833a8e6614b5fcdc852b0b29eb2fadd73c0e1c414d052e5e",
                "md5": "57367a76bcb650f0f6395cc654bc0451",
                "sha256": "8f1639438740cb1aa862a2c9ced18bc74915eeb70eee79028079b83ba7fd42aa"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "57367a76bcb650f0f6395cc654bc0451",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2963519,
            "upload_time": "2024-05-25T08:47:11",
            "upload_time_iso_8601": "2024-05-25T08:47:11.194411Z",
            "url": "https://files.pythonhosted.org/packages/bf/4d/dbb45a151381833a8e6614b5fcdc852b0b29eb2fadd73c0e1c414d052e5e/curies_rs-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5287c925f24088f6e25c99848cd4d6d7ffd31b134879f04b17023476f1b88c86",
                "md5": "f130d728f6ef1e9076b2cba01d4756e4",
                "sha256": "9d14400904fdf102b7bd171fc5f4c336ea3e8ab19b2afc80b689c3a2e7effca6"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f130d728f6ef1e9076b2cba01d4756e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3031493,
            "upload_time": "2024-05-25T08:45:23",
            "upload_time_iso_8601": "2024-05-25T08:45:23.241954Z",
            "url": "https://files.pythonhosted.org/packages/52/87/c925f24088f6e25c99848cd4d6d7ffd31b134879f04b17023476f1b88c86/curies_rs-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a35b1a586ffee25c87467967aeca6d88fb515f21d53899b8f858c77aadb6163",
                "md5": "6a98959f63fb25b766074a7f44fe3835",
                "sha256": "f9fff53600afcca0c842f8460712331b0cc0feb7f37bf1cb0c59ce9d206416d9"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6a98959f63fb25b766074a7f44fe3835",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3391693,
            "upload_time": "2024-05-25T08:44:54",
            "upload_time_iso_8601": "2024-05-25T08:44:54.262576Z",
            "url": "https://files.pythonhosted.org/packages/1a/35/b1a586ffee25c87467967aeca6d88fb515f21d53899b8f858c77aadb6163/curies_rs-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e49bc6834b865edf6b029cbaa9bc46d33d5d38731f816c79824f2971eb9410",
                "md5": "9377fc9c7fc49914b3bb7a72c5578eef",
                "sha256": "35d6f5da9af58809e592508d0a29c83f53277d899ea73df70dd18376375dc177"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9377fc9c7fc49914b3bb7a72c5578eef",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3793309,
            "upload_time": "2024-05-25T08:46:21",
            "upload_time_iso_8601": "2024-05-25T08:46:21.665150Z",
            "url": "https://files.pythonhosted.org/packages/d9/e4/9bc6834b865edf6b029cbaa9bc46d33d5d38731f816c79824f2971eb9410/curies_rs-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00f31c6e5c9d16aa1c903bcac4b81d64a11b9a7ec682a70ef3fa5bcaeafbf774",
                "md5": "345f3ae4000434c3b730bdaf8a7f88a1",
                "sha256": "66ed4b1587c250fbd2d6ce463c9037b2ebe6fec9f250b7293fdaa4ef7a0d765a"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "345f3ae4000434c3b730bdaf8a7f88a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3309133,
            "upload_time": "2024-05-25T08:46:09",
            "upload_time_iso_8601": "2024-05-25T08:46:09.575288Z",
            "url": "https://files.pythonhosted.org/packages/00/f3/1c6e5c9d16aa1c903bcac4b81d64a11b9a7ec682a70ef3fa5bcaeafbf774/curies_rs-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebe63f7010163b69819c47b15e57e8e91252f4087ba5fd1f2dff7e5d031370e9",
                "md5": "78d8dc1b998e73877b21d153b9ff36c2",
                "sha256": "020e0ec12079a63e69e15c1ee517725727f13fe572260412bb8a96394fca3781"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78d8dc1b998e73877b21d153b9ff36c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3178763,
            "upload_time": "2024-05-25T08:46:22",
            "upload_time_iso_8601": "2024-05-25T08:46:22.222433Z",
            "url": "https://files.pythonhosted.org/packages/eb/e6/3f7010163b69819c47b15e57e8e91252f4087ba5fd1f2dff7e5d031370e9/curies_rs-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0bb0704513f8f3e13042ad1812ddac02359d990e187739974961e6e95f08daa",
                "md5": "d6fff6bd33d84b5be6874b7c988beca0",
                "sha256": "338ad67a243788073d27c601df4479031663f9e5e52206d3261aa5d970a36a34"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d6fff6bd33d84b5be6874b7c988beca0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3458205,
            "upload_time": "2024-05-25T08:45:57",
            "upload_time_iso_8601": "2024-05-25T08:45:57.885558Z",
            "url": "https://files.pythonhosted.org/packages/b0/bb/0704513f8f3e13042ad1812ddac02359d990e187739974961e6e95f08daa/curies_rs-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d70e2a164bdeafa99cf0d94ea8f70f7e2dc872d06966b4c52882b4eb17af798",
                "md5": "c48f42ed7ab1f2cb0a867c24241ad27d",
                "sha256": "43a5b894b2a0485da78cecbe30e71abfc8fe6457397e9788106669d51ff47512"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c48f42ed7ab1f2cb0a867c24241ad27d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1785145,
            "upload_time": "2024-05-25T08:49:40",
            "upload_time_iso_8601": "2024-05-25T08:49:40.523879Z",
            "url": "https://files.pythonhosted.org/packages/2d/70/e2a164bdeafa99cf0d94ea8f70f7e2dc872d06966b4c52882b4eb17af798/curies_rs-0.1.2-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3639f2735b890cdd82f7d100bfe9a159df5a571549bbddc8129d078e42abc20",
                "md5": "dec574a1b40356ecef20f3cccbddd910",
                "sha256": "85ba7dda5da8cd177a657ddbaec94e66f2e27037539ec9fe656dfbbe343cfd3b"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dec574a1b40356ecef20f3cccbddd910",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2171417,
            "upload_time": "2024-05-25T08:48:12",
            "upload_time_iso_8601": "2024-05-25T08:48:12.810369Z",
            "url": "https://files.pythonhosted.org/packages/c3/63/9f2735b890cdd82f7d100bfe9a159df5a571549bbddc8129d078e42abc20/curies_rs-0.1.2-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9646789d31c8227ff981b9fd596c25cad2c77b0677d76db6cbaa1c43edf71225",
                "md5": "8bc17f5d207e7032bfb511f561bb97d3",
                "sha256": "86f05683a74f37676e7d332cb1729ae97fc320713d0586ca1342a95e0c382d23"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bc17f5d207e7032bfb511f561bb97d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2322672,
            "upload_time": "2024-05-25T08:45:11",
            "upload_time_iso_8601": "2024-05-25T08:45:11.052293Z",
            "url": "https://files.pythonhosted.org/packages/96/46/789d31c8227ff981b9fd596c25cad2c77b0677d76db6cbaa1c43edf71225/curies_rs-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d95e9adec1e8f95f740febc488fb8d4ab162b3ccb4cb77b65c82dc0e1db3685",
                "md5": "9c9e3b04e5c619170f75871a3a84c4e6",
                "sha256": "564212b0027ea708f68704e3e7b8bdda2b83748090c58e1be3ddcd4e063ff903"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9c9e3b04e5c619170f75871a3a84c4e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2173487,
            "upload_time": "2024-05-25T08:45:34",
            "upload_time_iso_8601": "2024-05-25T08:45:34.611485Z",
            "url": "https://files.pythonhosted.org/packages/2d/95/e9adec1e8f95f740febc488fb8d4ab162b3ccb4cb77b65c82dc0e1db3685/curies_rs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d56126dc9814e4574076b75058114f034636017adeb752f2358cbc486a212b65",
                "md5": "03741b9e0f265025a15abd5689f21740",
                "sha256": "365cbb985fd8128b19dcc280803962ad66028118eaac3416217f37982365f1bc"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "03741b9e0f265025a15abd5689f21740",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3245016,
            "upload_time": "2024-05-25T08:51:11",
            "upload_time_iso_8601": "2024-05-25T08:51:11.550373Z",
            "url": "https://files.pythonhosted.org/packages/d5/61/26dc9814e4574076b75058114f034636017adeb752f2358cbc486a212b65/curies_rs-0.1.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53907be77d3240698da09bd8cd63965dea493ef558a085ab1fd426f65f294b21",
                "md5": "aeba80e16eeb8b073e14f04a1c837cf9",
                "sha256": "2b83f7beeceb171c6869d999c670cf50c25b77923a8e71ef10664288ead88d0c"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aeba80e16eeb8b073e14f04a1c837cf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2963327,
            "upload_time": "2024-05-25T08:47:12",
            "upload_time_iso_8601": "2024-05-25T08:47:12.813350Z",
            "url": "https://files.pythonhosted.org/packages/53/90/7be77d3240698da09bd8cd63965dea493ef558a085ab1fd426f65f294b21/curies_rs-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4482371b506be0b07b7be85a10b68c9700d56e647b8e9c24a45e4dfc2e765f6",
                "md5": "b586097f5c6dc8b8563a914ee08f850d",
                "sha256": "2dd9ba4ff0106217e21ffd60b9a1bcfdceb23befc4951cead008308c4c03752d"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b586097f5c6dc8b8563a914ee08f850d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3030288,
            "upload_time": "2024-05-25T08:45:25",
            "upload_time_iso_8601": "2024-05-25T08:45:25.609017Z",
            "url": "https://files.pythonhosted.org/packages/c4/48/2371b506be0b07b7be85a10b68c9700d56e647b8e9c24a45e4dfc2e765f6/curies_rs-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5acbe2fd3ff4106676ea06bf146e5597e33f8d065d144ee4a72dd5bc2af1822f",
                "md5": "d95c08db58b65737215167ba618fea06",
                "sha256": "4e3462f99a01127db554ca8d11bb2c48353c2640292eed81c92ab908a776e819"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d95c08db58b65737215167ba618fea06",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3391588,
            "upload_time": "2024-05-25T08:44:56",
            "upload_time_iso_8601": "2024-05-25T08:44:56.190944Z",
            "url": "https://files.pythonhosted.org/packages/5a/cb/e2fd3ff4106676ea06bf146e5597e33f8d065d144ee4a72dd5bc2af1822f/curies_rs-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1aa4d9b51b0f4fe1b4cc28ab4859637f97b5688865f04148939deddc24bb1a5a",
                "md5": "c4155ef0bca0d200ad1149bf8d9bd524",
                "sha256": "f028684ba420ceec665da025cd146abe4b74f29c804eae3b0c90a3a50338b5ff"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c4155ef0bca0d200ad1149bf8d9bd524",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3794012,
            "upload_time": "2024-05-25T08:46:23",
            "upload_time_iso_8601": "2024-05-25T08:46:23.788380Z",
            "url": "https://files.pythonhosted.org/packages/1a/a4/d9b51b0f4fe1b4cc28ab4859637f97b5688865f04148939deddc24bb1a5a/curies_rs-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f030377e3a53d205715aee75279af95be1dd4ac497f6098199903f55d91fc25a",
                "md5": "ab07551aafa1c3c4ea8c083c7280eac4",
                "sha256": "0b20e52998d62fc2b3244174cfe80b94c03b224b592bafb7ac385ebac8063e03"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab07551aafa1c3c4ea8c083c7280eac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3308623,
            "upload_time": "2024-05-25T08:46:11",
            "upload_time_iso_8601": "2024-05-25T08:46:11.186889Z",
            "url": "https://files.pythonhosted.org/packages/f0/30/377e3a53d205715aee75279af95be1dd4ac497f6098199903f55d91fc25a/curies_rs-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ff9372385966989c90800d816487c382a603d7f7fb22474665318559791f44f",
                "md5": "e218fe72267b52e2e4ae5e0ed95ab33b",
                "sha256": "656fcf3062fdb34ef67d76611ff1d4869f3c03af5b7d87406d47be47bfee8f55"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e218fe72267b52e2e4ae5e0ed95ab33b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3178118,
            "upload_time": "2024-05-25T08:46:24",
            "upload_time_iso_8601": "2024-05-25T08:46:24.799626Z",
            "url": "https://files.pythonhosted.org/packages/5f/f9/372385966989c90800d816487c382a603d7f7fb22474665318559791f44f/curies_rs-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d13ca588f6ba271c162e6ac0ee6606989fa4a25e6309ce57c404ef0153de266e",
                "md5": "4ce9761cb843a985b802eea6ee554c73",
                "sha256": "4c0d1c6be30b7e647b09d5afa2ba00f97f5bbafc3ff407bea8a11009297917d1"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ce9761cb843a985b802eea6ee554c73",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3458002,
            "upload_time": "2024-05-25T08:45:59",
            "upload_time_iso_8601": "2024-05-25T08:45:59.286621Z",
            "url": "https://files.pythonhosted.org/packages/d1/3c/a588f6ba271c162e6ac0ee6606989fa4a25e6309ce57c404ef0153de266e/curies_rs-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd484d0f8aa11dd8b0552d158b3c6a3e1f99d2cf338028fab66d43e84236b426",
                "md5": "1a3e5e1d6e4a12428e61f2319b3fc674",
                "sha256": "ec594f0f9ba1b5938db9a281c46ca39d1f4830523d727ee18366b859beb1c96e"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "1a3e5e1d6e4a12428e61f2319b3fc674",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1785255,
            "upload_time": "2024-05-25T08:49:42",
            "upload_time_iso_8601": "2024-05-25T08:49:42.295480Z",
            "url": "https://files.pythonhosted.org/packages/fd/48/4d0f8aa11dd8b0552d158b3c6a3e1f99d2cf338028fab66d43e84236b426/curies_rs-0.1.2-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f55fa0ea8165bac9ebaf849a8d2d7600d963cacc589f733215f7347107a6354",
                "md5": "18c732ce04490da7d9b6153a3ecf0713",
                "sha256": "fd03d32a1c4b7b013d70780cc4b7c9afd078f6bdfa25c2e5a22199df5e6a1c80"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "18c732ce04490da7d9b6153a3ecf0713",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2171363,
            "upload_time": "2024-05-25T08:48:14",
            "upload_time_iso_8601": "2024-05-25T08:48:14.134869Z",
            "url": "https://files.pythonhosted.org/packages/1f/55/fa0ea8165bac9ebaf849a8d2d7600d963cacc589f733215f7347107a6354/curies_rs-0.1.2-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7f668343ecb7853cf6c3a34528d31ba2555ad6a4322d6e037ac9f0b4d64c241",
                "md5": "4474f3183cbd53f4fae6bfa8c95045dd",
                "sha256": "dfe482d06cddaf851edcee1b89a25d40b79d79101dd051ee150d17b270492702"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4474f3183cbd53f4fae6bfa8c95045dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2321195,
            "upload_time": "2024-05-25T08:45:12",
            "upload_time_iso_8601": "2024-05-25T08:45:12.955742Z",
            "url": "https://files.pythonhosted.org/packages/f7/f6/68343ecb7853cf6c3a34528d31ba2555ad6a4322d6e037ac9f0b4d64c241/curies_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94ac69e484814d1834ca198fa71fa0b5876468fe7e8a63191dab1b20d07c7d01",
                "md5": "3229c52d8356ecea73d90b75db2d1744",
                "sha256": "b4c6b24e5262ff0ed4131697a6dd4944c9da3056c1798fd147751c32616aba75"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3229c52d8356ecea73d90b75db2d1744",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2170113,
            "upload_time": "2024-05-25T08:45:36",
            "upload_time_iso_8601": "2024-05-25T08:45:36.647903Z",
            "url": "https://files.pythonhosted.org/packages/94/ac/69e484814d1834ca198fa71fa0b5876468fe7e8a63191dab1b20d07c7d01/curies_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81cca7cb99fd2477be694bd6880092c794917fc1004901cd3d43d9f491e82f6e",
                "md5": "0510678daab196f772746183e259258b",
                "sha256": "cdb6074e82d60001e16f3020717b97edd97992f91ee82787cffbe38946a8399c"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "0510678daab196f772746183e259258b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3244860,
            "upload_time": "2024-05-25T08:51:13",
            "upload_time_iso_8601": "2024-05-25T08:51:13.213683Z",
            "url": "https://files.pythonhosted.org/packages/81/cc/a7cb99fd2477be694bd6880092c794917fc1004901cd3d43d9f491e82f6e/curies_rs-0.1.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a2e3aa9876c31d5802b8572b8d17bf73daf8ef3f0a7a096575a054feab1b045",
                "md5": "36a2a4438d2ddec91530c0c1d7890792",
                "sha256": "7739becd497be8fc7f58e563e91d0ffccceea383e4484a4edd2ca667457fe081"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "36a2a4438d2ddec91530c0c1d7890792",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2962697,
            "upload_time": "2024-05-25T08:47:14",
            "upload_time_iso_8601": "2024-05-25T08:47:14.584531Z",
            "url": "https://files.pythonhosted.org/packages/0a/2e/3aa9876c31d5802b8572b8d17bf73daf8ef3f0a7a096575a054feab1b045/curies_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84904e592287f35bc9c73331eabe6eb4ed983ce188eed4ff777696c0eef674f7",
                "md5": "044bcf61bac1d5f5e1f8fb87ce62c85a",
                "sha256": "6a36373cae56f28bbb84253804055a472df583084dc13488178c30b7bffb465e"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "044bcf61bac1d5f5e1f8fb87ce62c85a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3032248,
            "upload_time": "2024-05-25T08:45:27",
            "upload_time_iso_8601": "2024-05-25T08:45:27.369811Z",
            "url": "https://files.pythonhosted.org/packages/84/90/4e592287f35bc9c73331eabe6eb4ed983ce188eed4ff777696c0eef674f7/curies_rs-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eef4765d28ef6ca25f721ae785bf1ea01afdf1ff1c4e13c2c35b3e0b705c4cf",
                "md5": "e9f769aa5c80601da36afbc68029ee79",
                "sha256": "24d8db7d36ac9db0f7fb52b1505efd76c7a61e74df7dbca2253c761ee114d679"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e9f769aa5c80601da36afbc68029ee79",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3389816,
            "upload_time": "2024-05-25T08:44:58",
            "upload_time_iso_8601": "2024-05-25T08:44:58.203546Z",
            "url": "https://files.pythonhosted.org/packages/7e/ef/4765d28ef6ca25f721ae785bf1ea01afdf1ff1c4e13c2c35b3e0b705c4cf/curies_rs-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e8e0d8e7af6d0e22b15c10d1cf63c89e25ee0f8ff3779400ac0c4a3c1480be7",
                "md5": "7c715f1b6384f159b85ac65fe28e2d70",
                "sha256": "e70de9590bd95983fc024f13824902f768760ba4b535694f9832c396752ea163"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7c715f1b6384f159b85ac65fe28e2d70",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3774907,
            "upload_time": "2024-05-25T08:46:27",
            "upload_time_iso_8601": "2024-05-25T08:46:27.234666Z",
            "url": "https://files.pythonhosted.org/packages/6e/8e/0d8e7af6d0e22b15c10d1cf63c89e25ee0f8ff3779400ac0c4a3c1480be7/curies_rs-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53348e0e1cd69c7517256100b64a1c9496a4ec020e5b7dec21ab7a64ba9a6ede",
                "md5": "56926ed30312630694a2a17c5a555061",
                "sha256": "5e606b251c51ed4086b1fd570cc3c443acf718064fd8aef366c971d70747d6d3"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56926ed30312630694a2a17c5a555061",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3308515,
            "upload_time": "2024-05-25T08:46:14",
            "upload_time_iso_8601": "2024-05-25T08:46:14.013979Z",
            "url": "https://files.pythonhosted.org/packages/53/34/8e0e1cd69c7517256100b64a1c9496a4ec020e5b7dec21ab7a64ba9a6ede/curies_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b425b83d7960c7e2ce0286aa6a44ce6b5790fabbabfce9d30dbc9b899d5c630e",
                "md5": "3110a20fdd529426161a51474d87ba20",
                "sha256": "29f060b4a88e15d00b907c2c6334d11dbd100fd06f9c9bdc4aa4c044d5b11976"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3110a20fdd529426161a51474d87ba20",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3175823,
            "upload_time": "2024-05-25T08:46:29",
            "upload_time_iso_8601": "2024-05-25T08:46:29.572188Z",
            "url": "https://files.pythonhosted.org/packages/b4/25/b83d7960c7e2ce0286aa6a44ce6b5790fabbabfce9d30dbc9b899d5c630e/curies_rs-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "931859239e19760014cd3abd1b8f8f3cbe64c8d0ff9f00c01bddb504387b122e",
                "md5": "4c9bc958f7bfed49c4e32675e10534e1",
                "sha256": "9c0bd32acb75ca63c317ca54e0aa77f41ab5daf267a3dd4fdc40570146455fee"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c9bc958f7bfed49c4e32675e10534e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3457875,
            "upload_time": "2024-05-25T08:46:00",
            "upload_time_iso_8601": "2024-05-25T08:46:00.986576Z",
            "url": "https://files.pythonhosted.org/packages/93/18/59239e19760014cd3abd1b8f8f3cbe64c8d0ff9f00c01bddb504387b122e/curies_rs-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7783a6c9117b007e4751accffc075a3e3d03c235f3bb75131948b62151e58fd7",
                "md5": "c17c72a1495e3add5859877c8dba6454",
                "sha256": "47bb786ef1f3589bd6645495c9c92a27fa5b6d5a2f9b8b7b314c7d111c215c84"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c17c72a1495e3add5859877c8dba6454",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1785490,
            "upload_time": "2024-05-25T08:49:44",
            "upload_time_iso_8601": "2024-05-25T08:49:44.151324Z",
            "url": "https://files.pythonhosted.org/packages/77/83/a6c9117b007e4751accffc075a3e3d03c235f3bb75131948b62151e58fd7/curies_rs-0.1.2-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e4ff4014eb8010c98850dc5eb2edeb16bd77a166f4642e730b6208ea6922d76",
                "md5": "50e509d4697084b866c1f490b740af3b",
                "sha256": "118822f5f90216c197596b34ad646d7d2459dc9e29d1e76517e57bacc4d7aa23"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "50e509d4697084b866c1f490b740af3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2170908,
            "upload_time": "2024-05-25T08:48:16",
            "upload_time_iso_8601": "2024-05-25T08:48:16.078324Z",
            "url": "https://files.pythonhosted.org/packages/9e/4f/f4014eb8010c98850dc5eb2edeb16bd77a166f4642e730b6208ea6922d76/curies_rs-0.1.2-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f48b1006e4c3cf01ef49e0d5e9030978b05ed36c0cee7f45affb647e2a820c77",
                "md5": "951eea354ba902e2a33cea5117bebbf3",
                "sha256": "6493f5e2706be6a5b47d90939d4d2dbf6afa6a572e6686c4eadaecaa5109a91c"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "951eea354ba902e2a33cea5117bebbf3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2322385,
            "upload_time": "2024-05-25T08:45:14",
            "upload_time_iso_8601": "2024-05-25T08:45:14.576799Z",
            "url": "https://files.pythonhosted.org/packages/f4/8b/1006e4c3cf01ef49e0d5e9030978b05ed36c0cee7f45affb647e2a820c77/curies_rs-0.1.2-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9c0c5af700b094fb68d71a25d62520aa2e296d788ec718bac0dd547a2c3adc6",
                "md5": "f9c8831d51682a179598565df2a229ac",
                "sha256": "89b1f28aa72542c40dad292d3a638f994afb8c31571ae22abfa1b8052c2a2286"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f9c8831d51682a179598565df2a229ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2173052,
            "upload_time": "2024-05-25T08:45:38",
            "upload_time_iso_8601": "2024-05-25T08:45:38.852123Z",
            "url": "https://files.pythonhosted.org/packages/f9/c0/c5af700b094fb68d71a25d62520aa2e296d788ec718bac0dd547a2c3adc6/curies_rs-0.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b8e716e6373eea8818227cd80d3cc5f052b4de57d56db3b42a44d1a3c09c1e2",
                "md5": "5d9adcfa0f664f45c30a7ad740b0a12d",
                "sha256": "af1ac6a235fd38690ee973ddd1d7242a7587509f81eb72b5d680a79426e34387"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "5d9adcfa0f664f45c30a7ad740b0a12d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3246147,
            "upload_time": "2024-05-25T08:51:15",
            "upload_time_iso_8601": "2024-05-25T08:51:15.393534Z",
            "url": "https://files.pythonhosted.org/packages/0b/8e/716e6373eea8818227cd80d3cc5f052b4de57d56db3b42a44d1a3c09c1e2/curies_rs-0.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1d45522ceaaa4b0d5881b2686cb3495937a67317d82746d69d7d92e4f2dbc44",
                "md5": "9aa1baaee2cd5276857e424d0abd88ee",
                "sha256": "0a85cdd10f69ba9d16f1672f10766fbbd8658552764a1aa9449ed3e4de904bcb"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9aa1baaee2cd5276857e424d0abd88ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2962790,
            "upload_time": "2024-05-25T08:47:16",
            "upload_time_iso_8601": "2024-05-25T08:47:16.040610Z",
            "url": "https://files.pythonhosted.org/packages/b1/d4/5522ceaaa4b0d5881b2686cb3495937a67317d82746d69d7d92e4f2dbc44/curies_rs-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2852063c109f891ad83f0e6dd4720e6cab4a7d2cfe5f29fa6e3ade8926072f72",
                "md5": "fc28de699e8ad1282a9f2002c384e03a",
                "sha256": "a8037a8e7c54ec7b7807a3a95974f5a3723bc3d1ef114721c7c6b152f84a6740"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fc28de699e8ad1282a9f2002c384e03a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3031888,
            "upload_time": "2024-05-25T08:45:28",
            "upload_time_iso_8601": "2024-05-25T08:45:28.865287Z",
            "url": "https://files.pythonhosted.org/packages/28/52/063c109f891ad83f0e6dd4720e6cab4a7d2cfe5f29fa6e3ade8926072f72/curies_rs-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "946266ac27a9d9c8e9baba74575daf7deb401d29f091358006891147254b418d",
                "md5": "058388112036d6b1a3e7a1a12189fa7f",
                "sha256": "d8ec3acadfa58367ed1894693ca31c4790755a5db69ca54fd8e061e377a12fb5"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "058388112036d6b1a3e7a1a12189fa7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3391079,
            "upload_time": "2024-05-25T08:44:59",
            "upload_time_iso_8601": "2024-05-25T08:44:59.984074Z",
            "url": "https://files.pythonhosted.org/packages/94/62/66ac27a9d9c8e9baba74575daf7deb401d29f091358006891147254b418d/curies_rs-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c52833a704fa3cba0161f4caaae3072624ba0709cec191540895bbd421d1d414",
                "md5": "a29cde527ac2204d69d0a1a64568dab7",
                "sha256": "713645f8c94577236a95bd563ce1f7eb649aa280232b1afd4300f39a6f3b736b"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a29cde527ac2204d69d0a1a64568dab7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3793568,
            "upload_time": "2024-05-25T08:46:30",
            "upload_time_iso_8601": "2024-05-25T08:46:30.561355Z",
            "url": "https://files.pythonhosted.org/packages/c5/28/33a704fa3cba0161f4caaae3072624ba0709cec191540895bbd421d1d414/curies_rs-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "912a9bbf63fade28f990fda85d9a81156dc4a43e616619eec7d2ee713a9d953a",
                "md5": "982c0370aa4d4ee1a9305f9d07ecc562",
                "sha256": "477f6fb976f2b8a30ebd3437e65110fca54629f2d0baf378bb281245d4881c69"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "982c0370aa4d4ee1a9305f9d07ecc562",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3308356,
            "upload_time": "2024-05-25T08:46:15",
            "upload_time_iso_8601": "2024-05-25T08:46:15.457164Z",
            "url": "https://files.pythonhosted.org/packages/91/2a/9bbf63fade28f990fda85d9a81156dc4a43e616619eec7d2ee713a9d953a/curies_rs-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba48543d348953018177c5c88fb11fd8ae7c2d93fb44e378e22cb9043fcf0ba9",
                "md5": "67afc3d727e16ca8b99b2846e8b93f0a",
                "sha256": "ac07c87c29121e65f818f50e54b2e7b4d975d04023f69f48328a51483ae617c2"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "67afc3d727e16ca8b99b2846e8b93f0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3179494,
            "upload_time": "2024-05-25T08:46:32",
            "upload_time_iso_8601": "2024-05-25T08:46:32.107879Z",
            "url": "https://files.pythonhosted.org/packages/ba/48/543d348953018177c5c88fb11fd8ae7c2d93fb44e378e22cb9043fcf0ba9/curies_rs-0.1.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "411bbe490ef9444164be2e47434ab7d36cfb54f12ab1f53fb6f2bdfbe9367645",
                "md5": "b8401b06845cc0a33f30b7a088b5a362",
                "sha256": "8d500b7c3c84a5a91c7b08bce11815b9f0ac9dae3441a4912b7694b1a5f78561"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8401b06845cc0a33f30b7a088b5a362",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3457788,
            "upload_time": "2024-05-25T08:46:02",
            "upload_time_iso_8601": "2024-05-25T08:46:02.545663Z",
            "url": "https://files.pythonhosted.org/packages/41/1b/be490ef9444164be2e47434ab7d36cfb54f12ab1f53fb6f2bdfbe9367645/curies_rs-0.1.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9a413ff39dbe41c8e4c1f0346b5e38e1fb2719a0fddc94cc50525ae976d7f66",
                "md5": "b3dcb387ee98ae98b3ea779fd6e37bd3",
                "sha256": "10147178b2cfca25217235e4aabd22537efbce00ebca3fbec318c255054a273c"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b3dcb387ee98ae98b3ea779fd6e37bd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1785494,
            "upload_time": "2024-05-25T08:49:46",
            "upload_time_iso_8601": "2024-05-25T08:49:46.002871Z",
            "url": "https://files.pythonhosted.org/packages/c9/a4/13ff39dbe41c8e4c1f0346b5e38e1fb2719a0fddc94cc50525ae976d7f66/curies_rs-0.1.2-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d54bc2bf274d539fac9a6b5391d48c7b863afc7c5684d75b8ff6c158c5cab166",
                "md5": "5417cb590b66c0b93fe271219216fbfb",
                "sha256": "0e79102fb98eb5b3d17939f2b53a4b8d650b529c6c4aa329315d919fdf244180"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5417cb590b66c0b93fe271219216fbfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2172109,
            "upload_time": "2024-05-25T08:48:17",
            "upload_time_iso_8601": "2024-05-25T08:48:17.844984Z",
            "url": "https://files.pythonhosted.org/packages/d5/4b/c2bf274d539fac9a6b5391d48c7b863afc7c5684d75b8ff6c158c5cab166/curies_rs-0.1.2-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b083e82c83ed7ae606dc4a56aaf2062e92a400db5e78b0d954db987971ebb0de",
                "md5": "8a519d83199db231297f803fe22972cb",
                "sha256": "c59b9fcf29fc766d1dcb65ec4210fb0fa0dcba64bd7a77e35292b2c5343e0191"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a519d83199db231297f803fe22972cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2323135,
            "upload_time": "2024-05-25T08:45:16",
            "upload_time_iso_8601": "2024-05-25T08:45:16.168943Z",
            "url": "https://files.pythonhosted.org/packages/b0/83/e82c83ed7ae606dc4a56aaf2062e92a400db5e78b0d954db987971ebb0de/curies_rs-0.1.2-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cfc02f8470da4c4402dd78130ea2535b5d44fc87c2315d94050ae88ff1f50f6",
                "md5": "014bbd2ddfea392721812945d2558ed1",
                "sha256": "df96ff46c92975c7acd387efb8f9ad8c1b5dd16fd5390ae28162de3ffa56074a"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "014bbd2ddfea392721812945d2558ed1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2173072,
            "upload_time": "2024-05-25T08:45:40",
            "upload_time_iso_8601": "2024-05-25T08:45:40.254346Z",
            "url": "https://files.pythonhosted.org/packages/7c/fc/02f8470da4c4402dd78130ea2535b5d44fc87c2315d94050ae88ff1f50f6/curies_rs-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e6b71c1e21451ec24e865e5ee172e38ca21658ef2071adff324357dae7f90b4",
                "md5": "fb7b9d87a596019b56e43d756c5f4078",
                "sha256": "e3c2b889be25b033c4a574a8834db26c0b59e35e4a8fbadadb98b5d48975dccd"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "fb7b9d87a596019b56e43d756c5f4078",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3246029,
            "upload_time": "2024-05-25T08:51:17",
            "upload_time_iso_8601": "2024-05-25T08:51:17.712243Z",
            "url": "https://files.pythonhosted.org/packages/4e/6b/71c1e21451ec24e865e5ee172e38ca21658ef2071adff324357dae7f90b4/curies_rs-0.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d650e035717f7baa6ed651c18fb1e3b327a8b9a8613fead842b46d638abca5fd",
                "md5": "266eb651554237b92956c9733851e609",
                "sha256": "f1deb309089dec4be846ebc5617fb22a91b3d34c68c1b8d26aa67b6ffa8291c6"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "266eb651554237b92956c9733851e609",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2962855,
            "upload_time": "2024-05-25T08:47:17",
            "upload_time_iso_8601": "2024-05-25T08:47:17.542119Z",
            "url": "https://files.pythonhosted.org/packages/d6/50/e035717f7baa6ed651c18fb1e3b327a8b9a8613fead842b46d638abca5fd/curies_rs-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4447ef0b01650af5e36281c6dd49168f28c88f35d0b134b6a4ccb90e377c4a73",
                "md5": "e2260c58318f910122a3b3e76516f1f4",
                "sha256": "f93ce4f011702141adda99d4d5f7078ba5f733076dc6cadcdc0cc58d0358ceef"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e2260c58318f910122a3b3e76516f1f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3032208,
            "upload_time": "2024-05-25T08:45:30",
            "upload_time_iso_8601": "2024-05-25T08:45:30.423544Z",
            "url": "https://files.pythonhosted.org/packages/44/47/ef0b01650af5e36281c6dd49168f28c88f35d0b134b6a4ccb90e377c4a73/curies_rs-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb089ef64994bd05692509b07ed50f6e6a617259a1bfac177bd470263095aa1e",
                "md5": "30f68a909557a95abd49687f04764502",
                "sha256": "953c63ab073ebe8850db5a1c268fdc6a8597ece610975a9298e27f2b02f404bf"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "30f68a909557a95abd49687f04764502",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3391542,
            "upload_time": "2024-05-25T08:45:02",
            "upload_time_iso_8601": "2024-05-25T08:45:02.562792Z",
            "url": "https://files.pythonhosted.org/packages/eb/08/9ef64994bd05692509b07ed50f6e6a617259a1bfac177bd470263095aa1e/curies_rs-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3415efd25214200303fd7adb2d80db3f7f1013a8d8981305efb4e5f628e57bfc",
                "md5": "6f08e89a629439717b587b0d2020b081",
                "sha256": "a39f4c79f7a89c1af9427891f5885ab6338abddae4b9225693b9bd5adcdaeca1"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6f08e89a629439717b587b0d2020b081",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3792923,
            "upload_time": "2024-05-25T08:46:33",
            "upload_time_iso_8601": "2024-05-25T08:46:33.058189Z",
            "url": "https://files.pythonhosted.org/packages/34/15/efd25214200303fd7adb2d80db3f7f1013a8d8981305efb4e5f628e57bfc/curies_rs-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4dfc9f3c04d565a2c51cea73290fb024a14a45b438424456172a63589909a8",
                "md5": "b5e023ce8580c5ef86d3525aa37fb36c",
                "sha256": "b23649e077eb631bbfec25303ff7b7e5939671036ee4b4d033f182f189337d81"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5e023ce8580c5ef86d3525aa37fb36c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3308984,
            "upload_time": "2024-05-25T08:46:16",
            "upload_time_iso_8601": "2024-05-25T08:46:16.972495Z",
            "url": "https://files.pythonhosted.org/packages/fe/4d/fc9f3c04d565a2c51cea73290fb024a14a45b438424456172a63589909a8/curies_rs-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f7c4b6436747fc8b068a95583482e183a7f6cb8aa6f702dc1fbc0121ef4a32f",
                "md5": "c5cd604a6d43b588300632bb335c21ad",
                "sha256": "a3a518252cbbed43ca143f3529143d88096ab3fb27989e48b0334d3fa116064f"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c5cd604a6d43b588300632bb335c21ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3179656,
            "upload_time": "2024-05-25T08:46:34",
            "upload_time_iso_8601": "2024-05-25T08:46:34.192953Z",
            "url": "https://files.pythonhosted.org/packages/2f/7c/4b6436747fc8b068a95583482e183a7f6cb8aa6f702dc1fbc0121ef4a32f/curies_rs-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ea616b858bf5b4c98d5df9a2f0feb5f0ce8d32c2c1e0b8f8a48b4d95f3b803f",
                "md5": "9c1bfa207e8648bb8e8c9ef1efc7d568",
                "sha256": "8b22ba6d79bda3aa797656bf64195914c0729b1d1eb2c8c8d25eec3a7b1ed8b8"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c1bfa207e8648bb8e8c9ef1efc7d568",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3457963,
            "upload_time": "2024-05-25T08:46:03",
            "upload_time_iso_8601": "2024-05-25T08:46:03.957236Z",
            "url": "https://files.pythonhosted.org/packages/6e/a6/16b858bf5b4c98d5df9a2f0feb5f0ce8d32c2c1e0b8f8a48b4d95f3b803f/curies_rs-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02a6dda08254fb6ab2b36a4e58a11bceac2a11a18566f93ba55ba57cb5dbd83e",
                "md5": "4e628a02bf7bb9f0a5463b3f1335ba1e",
                "sha256": "542ce7519e3383b0999ffc6ea55c220a9e73eb1e033d76e7c492486b37684313"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4e628a02bf7bb9f0a5463b3f1335ba1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1785090,
            "upload_time": "2024-05-25T08:49:47",
            "upload_time_iso_8601": "2024-05-25T08:49:47.973424Z",
            "url": "https://files.pythonhosted.org/packages/02/a6/dda08254fb6ab2b36a4e58a11bceac2a11a18566f93ba55ba57cb5dbd83e/curies_rs-0.1.2-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a08cfd3bd8fac2868ef45c70b1945553deb8496422a8a9697614063cd0c11c2",
                "md5": "5a360fcd2aeae786a165b3535f54893f",
                "sha256": "ba16afea31ec841171bfab1e83002adf5292bc1c9e0f52a3e4b224cf238cdcb2"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5a360fcd2aeae786a165b3535f54893f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2171902,
            "upload_time": "2024-05-25T08:48:19",
            "upload_time_iso_8601": "2024-05-25T08:48:19.751382Z",
            "url": "https://files.pythonhosted.org/packages/6a/08/cfd3bd8fac2868ef45c70b1945553deb8496422a8a9697614063cd0c11c2/curies_rs-0.1.2-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a50521fca5f9b237fef92fe176f190701accb8d345477404a9dd5bc436fbaec6",
                "md5": "ac28081f27a00e01362875879935ce18",
                "sha256": "104032301adc9a594244c601e5b9274eeffcb894da3be2debaaab593732df1a1"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac28081f27a00e01362875879935ce18",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2322885,
            "upload_time": "2024-05-25T08:45:18",
            "upload_time_iso_8601": "2024-05-25T08:45:18.597866Z",
            "url": "https://files.pythonhosted.org/packages/a5/05/21fca5f9b237fef92fe176f190701accb8d345477404a9dd5bc436fbaec6/curies_rs-0.1.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f12fba5b3999994123277f6310c1c516b68d6a32b7435ace2e14cc7084b99ad",
                "md5": "bbb312df71983f274e81babe354bb0f3",
                "sha256": "6457250c1b5d314c36effe800ba959c68aea2a5d620c2c2890ece8523268f96a"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bbb312df71983f274e81babe354bb0f3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2173360,
            "upload_time": "2024-05-25T08:45:41",
            "upload_time_iso_8601": "2024-05-25T08:45:41.722650Z",
            "url": "https://files.pythonhosted.org/packages/5f/12/fba5b3999994123277f6310c1c516b68d6a32b7435ace2e14cc7084b99ad/curies_rs-0.1.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02fae457e4797a072feb12c00a59b1b366bb6e05fd3d756aa884e9b5783fa82b",
                "md5": "c3df52ab4f09a8179465e7fcb84d613f",
                "sha256": "ca87832e3b9950d784f369094930efe9369e927de249a92eae7b9f6993a95dc1"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "c3df52ab4f09a8179465e7fcb84d613f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3244253,
            "upload_time": "2024-05-25T08:51:20",
            "upload_time_iso_8601": "2024-05-25T08:51:20.171466Z",
            "url": "https://files.pythonhosted.org/packages/02/fa/e457e4797a072feb12c00a59b1b366bb6e05fd3d756aa884e9b5783fa82b/curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ac227ce972eeb0dac0c412c7b539738b17c879cb38cc2fb1a5a586b8ccb2424",
                "md5": "1a500700c249271e12e9b92e9c6d35f1",
                "sha256": "832a4583fb86231cb19fa2e2196ae6d1668b96bdd7c89d094633b4c6f75c5082"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a500700c249271e12e9b92e9c6d35f1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2963134,
            "upload_time": "2024-05-25T08:47:19",
            "upload_time_iso_8601": "2024-05-25T08:47:19.015396Z",
            "url": "https://files.pythonhosted.org/packages/4a/c2/27ce972eeb0dac0c412c7b539738b17c879cb38cc2fb1a5a586b8ccb2424/curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3cd104002f557ce452c07eb2d7c3823dc225332ad08a0f0c807b9d8e7dddf2c",
                "md5": "7df5c65b1f08faa4a9cae7dd1c826645",
                "sha256": "e1d6641c6ed6623757f534c41fa2134895445a5a78fd003120fd8d2a7c361228"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7df5c65b1f08faa4a9cae7dd1c826645",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3308646,
            "upload_time": "2024-05-25T08:46:19",
            "upload_time_iso_8601": "2024-05-25T08:46:19.103790Z",
            "url": "https://files.pythonhosted.org/packages/e3/cd/104002f557ce452c07eb2d7c3823dc225332ad08a0f0c807b9d8e7dddf2c/curies_rs-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42f2e4b468e8c50f212e1cc9b0b6b29a41cf91193bda7d66b994503c77b3cf86",
                "md5": "743e2861d8e208617b58027bc005fbe3",
                "sha256": "77bced9f82b195f4af2c029af52c2650d0a38ea2df41d9cbadf195fae0fa3988"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "743e2861d8e208617b58027bc005fbe3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3178383,
            "upload_time": "2024-05-25T08:46:36",
            "upload_time_iso_8601": "2024-05-25T08:46:36.798912Z",
            "url": "https://files.pythonhosted.org/packages/42/f2/e4b468e8c50f212e1cc9b0b6b29a41cf91193bda7d66b994503c77b3cf86/curies_rs-0.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1f11534d2964b1357c4dd71c3e6371722ed4909a2fc976eea2f307b7fc4fe06",
                "md5": "91eb75a8863f6d8caae6225b009376fc",
                "sha256": "655ebbb661770dff96b93c34878ea0b943278c4690983297f2ffe08a92605dd7"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "91eb75a8863f6d8caae6225b009376fc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3457691,
            "upload_time": "2024-05-25T08:46:06",
            "upload_time_iso_8601": "2024-05-25T08:46:06.200542Z",
            "url": "https://files.pythonhosted.org/packages/c1/f1/1534d2964b1357c4dd71c3e6371722ed4909a2fc976eea2f307b7fc4fe06/curies_rs-0.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90b58d4703ecc3c76a5d63fea2b767427b44e8362565b09e240c3dfc72ca3760",
                "md5": "ac46ac036554348de191c41e935b92c8",
                "sha256": "671f2aaa4c0930bb41fa0eb9c1f78d556e95062a9f27ae3c6e9725759c814c44"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac46ac036554348de191c41e935b92c8",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 2323690,
            "upload_time": "2024-05-25T08:45:20",
            "upload_time_iso_8601": "2024-05-25T08:45:20.659704Z",
            "url": "https://files.pythonhosted.org/packages/90/b5/8d4703ecc3c76a5d63fea2b767427b44e8362565b09e240c3dfc72ca3760/curies_rs-0.1.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95a2228195ad3f59117460749021d288e1d6a8e57d7d713a936ae44507ec8d95",
                "md5": "649aa869b4b1d7a345de54cf9082f3fa",
                "sha256": "ac5e576999d41d44d252ebe251c84b2cf8d1d017572d4860e4d815c1c50bbc0f"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "649aa869b4b1d7a345de54cf9082f3fa",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 2174795,
            "upload_time": "2024-05-25T08:45:43",
            "upload_time_iso_8601": "2024-05-25T08:45:43.219642Z",
            "url": "https://files.pythonhosted.org/packages/95/a2/228195ad3f59117460749021d288e1d6a8e57d7d713a936ae44507ec8d95/curies_rs-0.1.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0434d8d2c3363c48e9141592cb41180e4cb7ecbf996c67d2b55a7b11998628e5",
                "md5": "0fa25d7b3b33b39d828d9208e3614f40",
                "sha256": "5fc2881f26eda430ede95e17b7fbebb0bb4ecaace961ba9cc8f524446215f2e6"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "0fa25d7b3b33b39d828d9208e3614f40",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 3245348,
            "upload_time": "2024-05-25T08:51:22",
            "upload_time_iso_8601": "2024-05-25T08:51:22.557264Z",
            "url": "https://files.pythonhosted.org/packages/04/34/d8d2c3363c48e9141592cb41180e4cb7ecbf996c67d2b55a7b11998628e5/curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2152a7cbc719f428891ac0466364683eee2e389abf4357fef5184d0201a74ccd",
                "md5": "31832d3528ff0a2e68fbbdde08aa54df",
                "sha256": "dd06eba9151bcd18361da52d56f148f4e73a30c229dcd137bec3225e51e9dd10"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "31832d3528ff0a2e68fbbdde08aa54df",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 2962273,
            "upload_time": "2024-05-25T08:47:21",
            "upload_time_iso_8601": "2024-05-25T08:47:21.087387Z",
            "url": "https://files.pythonhosted.org/packages/21/52/a7cbc719f428891ac0466364683eee2e389abf4357fef5184d0201a74ccd/curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3b8f450aa8a762f36935d6d688c67d40009495401013048b528979d69f7f11d",
                "md5": "ab60d6bc77cf7ab8b58c9d7f2427bf1e",
                "sha256": "3d7f9eb957e759c9eabab015a71408bcec180604fb56e4d9a34d8ff4bd623632"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab60d6bc77cf7ab8b58c9d7f2427bf1e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 3309961,
            "upload_time": "2024-05-25T08:46:20",
            "upload_time_iso_8601": "2024-05-25T08:46:20.788413Z",
            "url": "https://files.pythonhosted.org/packages/b3/b8/f450aa8a762f36935d6d688c67d40009495401013048b528979d69f7f11d/curies_rs-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7340104d2f42f1907c3d63b529faad3381a39155061d31eb44a8b149d91377c5",
                "md5": "da4250c6e958e43db2527502746c98bd",
                "sha256": "068685c69c4875126b897b404ab656bd1bd5db5cb349993501949192db6c562b"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "da4250c6e958e43db2527502746c98bd",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 3179172,
            "upload_time": "2024-05-25T08:46:38",
            "upload_time_iso_8601": "2024-05-25T08:46:38.245706Z",
            "url": "https://files.pythonhosted.org/packages/73/40/104d2f42f1907c3d63b529faad3381a39155061d31eb44a8b149d91377c5/curies_rs-0.1.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b54a7a840244ee483064acde3eba98047ecb95788c66143e76e34698e418dda",
                "md5": "e85cf41408d175e4ff7f8eb6825789f8",
                "sha256": "fbfb3c7cefc66ed0dbf189c7b6f7bfd19e09b2a9144850f9c97e24a9695289fa"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e85cf41408d175e4ff7f8eb6825789f8",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 3457665,
            "upload_time": "2024-05-25T08:46:07",
            "upload_time_iso_8601": "2024-05-25T08:46:07.728267Z",
            "url": "https://files.pythonhosted.org/packages/5b/54/a7a840244ee483064acde3eba98047ecb95788c66143e76e34698e418dda/curies_rs-0.1.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d634dfd815b8133b5719ec6d411b8d681f777d7b332b4d7c084a454228aa8a2",
                "md5": "4714be07272cbf1ef1cb034aa4cf55f6",
                "sha256": "3f4f25e014be08e8e543f5631d14eb6acb75c1e60329639adc7ae56e4650b321"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4714be07272cbf1ef1cb034aa4cf55f6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2324053,
            "upload_time": "2024-05-25T08:45:22",
            "upload_time_iso_8601": "2024-05-25T08:45:22.199925Z",
            "url": "https://files.pythonhosted.org/packages/2d/63/4dfd815b8133b5719ec6d411b8d681f777d7b332b4d7c084a454228aa8a2/curies_rs-0.1.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdd2b848b7775ff7659bdd013d536fbecab27ea204daadc7e90e33f2ecd60094",
                "md5": "bc94babd45ec28ca753ceac5212780a5",
                "sha256": "d7f86c20385860d11001ea56d4665371d931e4b407b1015e73a8accdfe7b8900"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bc94babd45ec28ca753ceac5212780a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2174546,
            "upload_time": "2024-05-25T08:45:44",
            "upload_time_iso_8601": "2024-05-25T08:45:44.902295Z",
            "url": "https://files.pythonhosted.org/packages/cd/d2/b848b7775ff7659bdd013d536fbecab27ea204daadc7e90e33f2ecd60094/curies_rs-0.1.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "263ddd1d702b9813e48c3aaa10005f59e2367d62ff63ca843557cf68d1e2700b",
                "md5": "94f8c1c9221f71d539e3f1f0b690c4bb",
                "sha256": "02032f3a5f4a9cb5a694094650de6451bdd1ba4a1549472773dc08f9ade51a9e"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "94f8c1c9221f71d539e3f1f0b690c4bb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3244841,
            "upload_time": "2024-05-25T08:51:24",
            "upload_time_iso_8601": "2024-05-25T08:51:24.751517Z",
            "url": "https://files.pythonhosted.org/packages/26/3d/dd1d702b9813e48c3aaa10005f59e2367d62ff63ca843557cf68d1e2700b/curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6d5bd5969d402e8e0469eb2edb2c4c215b13e86a22b35c254e4234d5109b14",
                "md5": "87baa79db6b8b08508b6c20fb94b266a",
                "sha256": "6051cecfcf46d7e957f96e57adb541aaa86f0b3675b55b0d6b173889aebda659"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "87baa79db6b8b08508b6c20fb94b266a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2961804,
            "upload_time": "2024-05-25T08:47:22",
            "upload_time_iso_8601": "2024-05-25T08:47:22.495402Z",
            "url": "https://files.pythonhosted.org/packages/4d/6d/5bd5969d402e8e0469eb2edb2c4c215b13e86a22b35c254e4234d5109b14/curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "141f5c0f167f9452da06256af0a1a14579ec4f44185d7762b1f98fc2a5b6a07e",
                "md5": "d3c11cee2f6c460d02d8d22be156c3d2",
                "sha256": "ff8bfa4c25aaf5dfbf8eab5a5c649fd1d10dbad4fbe5f35f49cc0aa24bd91a02"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3c11cee2f6c460d02d8d22be156c3d2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3309077,
            "upload_time": "2024-05-25T08:46:22",
            "upload_time_iso_8601": "2024-05-25T08:46:22.531705Z",
            "url": "https://files.pythonhosted.org/packages/14/1f/5c0f167f9452da06256af0a1a14579ec4f44185d7762b1f98fc2a5b6a07e/curies_rs-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e87c31c0dbc77efe71ef1d07f27e33920db6f72e975a49ce1b3a4642732bd367",
                "md5": "203d5715458cf5b0900eb530c3dc13cc",
                "sha256": "b55968ee03d1cfc245e3619d4a9ed6d0922c3ca6bfbe19dfc928024d1a0eb562"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "203d5715458cf5b0900eb530c3dc13cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3180373,
            "upload_time": "2024-05-25T08:46:39",
            "upload_time_iso_8601": "2024-05-25T08:46:39.743124Z",
            "url": "https://files.pythonhosted.org/packages/e8/7c/31c0dbc77efe71ef1d07f27e33920db6f72e975a49ce1b3a4642732bd367/curies_rs-0.1.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "908af4420ed58c95ca044badebba8dc1b53d1a03c49c545cdb541331fe7072e8",
                "md5": "a49c853037fbbef7b70b9d4cbcf34eb2",
                "sha256": "ed3f7a06b274ed29c09801658b353adcf21e525d1271767794700aa01e69d49b"
            },
            "downloads": -1,
            "filename": "curies_rs-0.1.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a49c853037fbbef7b70b9d4cbcf34eb2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3458530,
            "upload_time": "2024-05-25T08:46:09",
            "upload_time_iso_8601": "2024-05-25T08:46:09.302434Z",
            "url": "https://files.pythonhosted.org/packages/90/8a/f4420ed58c95ca044badebba8dc1b53d1a03c49c545cdb541331fe7072e8/curies_rs-0.1.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 08:45:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "biopragmatics",
    "github_project": "curies.rs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "curies-rs"
}
        
Elapsed time: 4.17856s