regex-rs


Nameregex-rs JSON
Version 0.2.4 PyPI version JSON
download
home_pageNone
SummaryPython bindings for the Rust regex crate.
upload_time2023-07-08 22:01:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords rust maturin regex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # regex-rs
Python bindings for the rust regex crate

## Usage
```py
from regex_rs import Regex

re = Regex(r"\d+")
for number_match in re.find_iter("1 2 34 123"):
    # number_match: regex_rs.Match
    print(number_match)
# 1
# 2
# 34
# 123
```

## Available methods
- `Regex.find`
- `Regex.find_iter`
- `Regex.captures`
- `Regex.captures_iter`
- `Regex.split`
- `Regex.replace`

## Note
These bindings are missing a significant portion of the rust regex crate.
If you see a struct or method that you would like added, feel free to
open an issue for it.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "regex-rs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "rust,maturin,regex",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2e/56/8e8ffd1431d12684dfa3fe75cc0d51e3ff8d8a2f65d36fa4f188aa86beb7/regex_rs-0.2.4.tar.gz",
    "platform": null,
    "description": "# regex-rs\nPython bindings for the rust regex crate\n\n## Usage\n```py\nfrom regex_rs import Regex\n\nre = Regex(r\"\\d+\")\nfor number_match in re.find_iter(\"1 2 34 123\"):\n    # number_match: regex_rs.Match\n    print(number_match)\n# 1\n# 2\n# 34\n# 123\n```\n\n## Available methods\n- `Regex.find`\n- `Regex.find_iter`\n- `Regex.captures`\n- `Regex.captures_iter`\n- `Regex.split`\n- `Regex.replace`\n\n## Note\nThese bindings are missing a significant portion of the rust regex crate.\nIf you see a struct or method that you would like added, feel free to\nopen an issue for it.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the Rust regex crate.",
    "version": "0.2.4",
    "project_urls": {
        "repository": "https://github.com/circuitsacul/regex-rs"
    },
    "split_keywords": [
        "rust",
        "maturin",
        "regex"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4ba7462f1b0ccd35b66198941484a7d6192f9cce333950953ae81f38254096c",
                "md5": "82d1b8af501172466555d1f74e0406d7",
                "sha256": "bdf813ff0751a7fc0b063f627f3d62f35456def7e40d693fbb71461fa33e4491"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82d1b8af501172466555d1f74e0406d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 880998,
            "upload_time": "2023-07-08T21:59:13",
            "upload_time_iso_8601": "2023-07-08T21:59:13.405767Z",
            "url": "https://files.pythonhosted.org/packages/b4/ba/7462f1b0ccd35b66198941484a7d6192f9cce333950953ae81f38254096c/regex_rs-0.2.4-cp310-cp310-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bc39eb598281c63fbff896fa43972fdd06a9d67644ba77bbf811e7d33f435b2",
                "md5": "fd560422c24b3323c36c21ee364cba0a",
                "sha256": "58ea0282a54484410b8f578e01254421f15c1c76b26cf424bae7e115a4d07aa7"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fd560422c24b3323c36c21ee364cba0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 831773,
            "upload_time": "2023-07-08T21:59:15",
            "upload_time_iso_8601": "2023-07-08T21:59:15.157190Z",
            "url": "https://files.pythonhosted.org/packages/1b/c3/9eb598281c63fbff896fa43972fdd06a9d67644ba77bbf811e7d33f435b2/regex_rs-0.2.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96a423ef5a3561fb2dae7872f90c55465bba059d234c4d28792690f45e27b480",
                "md5": "7669cd9045dce8c21253906d5469a0df",
                "sha256": "47972868ded64530a831c92fd6597a9d16159d83307b5e0a56ef29561a22e5a2"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7669cd9045dce8c21253906d5469a0df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1778391,
            "upload_time": "2023-07-08T21:59:16",
            "upload_time_iso_8601": "2023-07-08T21:59:16.941416Z",
            "url": "https://files.pythonhosted.org/packages/96/a4/23ef5a3561fb2dae7872f90c55465bba059d234c4d28792690f45e27b480/regex_rs-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62c05fc3485fba63807023c765dd0f4ea4f0b361fb890fc1e6bead39c02afadb",
                "md5": "ee50dfe5ad7baf39b71df028495e8fd1",
                "sha256": "711424c2bb714381b6b99c2a3dbda1ee303c4c35be425e9b5ebd09ea48080bab"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ee50dfe5ad7baf39b71df028495e8fd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1734039,
            "upload_time": "2023-07-08T21:59:18",
            "upload_time_iso_8601": "2023-07-08T21:59:18.644378Z",
            "url": "https://files.pythonhosted.org/packages/62/c0/5fc3485fba63807023c765dd0f4ea4f0b361fb890fc1e6bead39c02afadb/regex_rs-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63715999ded9708f100f6fa689e40657a788e541e4ec1db2c27996d79ad55411",
                "md5": "255fe90888053c2e1d0949a072778243",
                "sha256": "fd6c0f3f88a6cd06d50ae4cd570b08e2f17c0195e559cc2e0cafd09093452629"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "255fe90888053c2e1d0949a072778243",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1954056,
            "upload_time": "2023-07-08T21:59:20",
            "upload_time_iso_8601": "2023-07-08T21:59:20.391927Z",
            "url": "https://files.pythonhosted.org/packages/63/71/5999ded9708f100f6fa689e40657a788e541e4ec1db2c27996d79ad55411/regex_rs-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "17f2414d3084cd90aff0bfda8ff73c8469adda427291ecf05aa59040f72194a0",
                "md5": "2dd103e9f70dc4bc0431aaa1861094ce",
                "sha256": "bab905b85759b7d78954ba8a75b27a1b5deebff987f436cd43b7219747f4cc57"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2dd103e9f70dc4bc0431aaa1861094ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2009201,
            "upload_time": "2023-07-08T21:59:22",
            "upload_time_iso_8601": "2023-07-08T21:59:22.489838Z",
            "url": "https://files.pythonhosted.org/packages/17/f2/414d3084cd90aff0bfda8ff73c8469adda427291ecf05aa59040f72194a0/regex_rs-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "989f3e4b1fd98c45b51f0f4b5b429533b64bb6f8c0c3eb3adcd635ba3a8847b0",
                "md5": "92622a6f0e389d827117a446f41d5936",
                "sha256": "a35cb90ec05a4ae47f7c0e30ecd083a738cf009e8554ccd8f2b0c639b359d53b"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "92622a6f0e389d827117a446f41d5936",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1810304,
            "upload_time": "2023-07-08T21:59:24",
            "upload_time_iso_8601": "2023-07-08T21:59:24.268284Z",
            "url": "https://files.pythonhosted.org/packages/98/9f/3e4b1fd98c45b51f0f4b5b429533b64bb6f8c0c3eb3adcd635ba3a8847b0/regex_rs-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8642c243e71667d0196ff3a4164a9b844d44dd6b4ba2bf4cacd947674d162d2",
                "md5": "51facb44c52ceceaf26b212ed252adfc",
                "sha256": "6048c60db29a002951c03d8b0a9587f1cd948a93645343e13841cdbf2b91315d"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "51facb44c52ceceaf26b212ed252adfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1828744,
            "upload_time": "2023-07-08T21:59:25",
            "upload_time_iso_8601": "2023-07-08T21:59:25.998677Z",
            "url": "https://files.pythonhosted.org/packages/d8/64/2c243e71667d0196ff3a4164a9b844d44dd6b4ba2bf4cacd947674d162d2/regex_rs-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e014bafca53666cbd0281a2b3bb0f7b4ce4bd78fbb61c6a74236f07de5a52bc",
                "md5": "b175ce38f23321c9b28bb7f6dcf25854",
                "sha256": "521692f1095e804e6a9b7d2dd64c9bb03bbc0c7afcc8db59ded9581f0dd158ae"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b175ce38f23321c9b28bb7f6dcf25854",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 630649,
            "upload_time": "2023-07-08T21:59:27",
            "upload_time_iso_8601": "2023-07-08T21:59:27.681369Z",
            "url": "https://files.pythonhosted.org/packages/6e/01/4bafca53666cbd0281a2b3bb0f7b4ce4bd78fbb61c6a74236f07de5a52bc/regex_rs-0.2.4-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fbb7584594aa722882d43a935d7101e41fb6e97cf1c49330b8f561cbabc951a",
                "md5": "325012a3a08d6e7b5324bc5ee55f8e12",
                "sha256": "9f65c2025106dd22d0269916e7fc91b1970549dbcbfbd9587b12fe5a0437ff0b"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "325012a3a08d6e7b5324bc5ee55f8e12",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 677332,
            "upload_time": "2023-07-08T21:59:29",
            "upload_time_iso_8601": "2023-07-08T21:59:29.216816Z",
            "url": "https://files.pythonhosted.org/packages/7f/bb/7584594aa722882d43a935d7101e41fb6e97cf1c49330b8f561cbabc951a/regex_rs-0.2.4-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de1161adc454b9448deb4f8c82424ec1a081490726ebf7b2a1296acd3fe5c595",
                "md5": "dd3776ff9b89ff033770b0446cb5a621",
                "sha256": "8db7d5d012426ea27388117d76d8c3bed4140d36905fcba271a06e7bb0d683ad"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd3776ff9b89ff033770b0446cb5a621",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 881004,
            "upload_time": "2023-07-08T21:59:30",
            "upload_time_iso_8601": "2023-07-08T21:59:30.865151Z",
            "url": "https://files.pythonhosted.org/packages/de/11/61adc454b9448deb4f8c82424ec1a081490726ebf7b2a1296acd3fe5c595/regex_rs-0.2.4-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55fc77d786b268829a949014fb6332a80d6e314f4d2163fc0ba7ad419fd0b706",
                "md5": "5982d6750370fb6d67b97fbbe9f98b81",
                "sha256": "7091b49be023a8e21eb389b3d0371ffef842fee17e9a58f328cd8d60db1862d0"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5982d6750370fb6d67b97fbbe9f98b81",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 831777,
            "upload_time": "2023-07-08T21:59:32",
            "upload_time_iso_8601": "2023-07-08T21:59:32.652091Z",
            "url": "https://files.pythonhosted.org/packages/55/fc/77d786b268829a949014fb6332a80d6e314f4d2163fc0ba7ad419fd0b706/regex_rs-0.2.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cddf662b5118dbd991f85acf667378aa32ca4d9491c987abc4fbc6f546221b06",
                "md5": "9b1c0b3cd9c36608ce361a10f6df87eb",
                "sha256": "2c5bc20c5679bf7bb3365cdbbcac82582617dbee800c9975831aac3f787ede57"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9b1c0b3cd9c36608ce361a10f6df87eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1778723,
            "upload_time": "2023-07-08T21:59:34",
            "upload_time_iso_8601": "2023-07-08T21:59:34.109210Z",
            "url": "https://files.pythonhosted.org/packages/cd/df/662b5118dbd991f85acf667378aa32ca4d9491c987abc4fbc6f546221b06/regex_rs-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "361639cb1435c45509864f6f73986805383f9fbe00a14c75faedc7bc278b4ea2",
                "md5": "bcd33c71c97e3d2bf2164dc72d4dbe87",
                "sha256": "6145e3fa85b7e20a0315ad798bc048a6afd0d88eae16aa8e12531b50ccdfc7b8"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bcd33c71c97e3d2bf2164dc72d4dbe87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1733976,
            "upload_time": "2023-07-08T21:59:35",
            "upload_time_iso_8601": "2023-07-08T21:59:35.889153Z",
            "url": "https://files.pythonhosted.org/packages/36/16/39cb1435c45509864f6f73986805383f9fbe00a14c75faedc7bc278b4ea2/regex_rs-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e41246fa73d5012e349e9760eea40d166d2be4851ed5f99ab63e35138f1557d",
                "md5": "97c3cd8a985a0ac42ce9d186060d1ef9",
                "sha256": "b5a2956852a3814ab2bfc2a80c37f56a9f1d5bfb9d852e831d95100790fd898d"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "97c3cd8a985a0ac42ce9d186060d1ef9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1954210,
            "upload_time": "2023-07-08T21:59:37",
            "upload_time_iso_8601": "2023-07-08T21:59:37.556619Z",
            "url": "https://files.pythonhosted.org/packages/8e/41/246fa73d5012e349e9760eea40d166d2be4851ed5f99ab63e35138f1557d/regex_rs-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbd1df93f890601e092178fc34641b83aa2e9808f4b4038e6036550c15d4cd60",
                "md5": "7bfc032e07c9ce0d915df49ae05bd3e0",
                "sha256": "5ee9bc0028a7b1eedf60b5d4543da8038600723e6c71337d660a51533e99d694"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7bfc032e07c9ce0d915df49ae05bd3e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2009212,
            "upload_time": "2023-07-08T21:59:39",
            "upload_time_iso_8601": "2023-07-08T21:59:39.154123Z",
            "url": "https://files.pythonhosted.org/packages/cb/d1/df93f890601e092178fc34641b83aa2e9808f4b4038e6036550c15d4cd60/regex_rs-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c274bca8a85eb646028fbb990e15435720de8281320da85545a04b401acd818f",
                "md5": "237c2970db5c0b13d0c2b4cc5cd9ad6f",
                "sha256": "2cdc654818a2147b11ccf6ccfef7575a96f9d25790ec797368f68ee234de7778"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "237c2970db5c0b13d0c2b4cc5cd9ad6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1810306,
            "upload_time": "2023-07-08T21:59:41",
            "upload_time_iso_8601": "2023-07-08T21:59:41.113091Z",
            "url": "https://files.pythonhosted.org/packages/c2/74/bca8a85eb646028fbb990e15435720de8281320da85545a04b401acd818f/regex_rs-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e6041638dc36b1604f00a9245f98cb0df3c4cba936a5efd61901add184ecdfe",
                "md5": "54c471b51ff492d6fb0dcb5604e4a70f",
                "sha256": "fa10d648a0479b4dddec2daad5d9cec18e56391826de67e61fd4f12918dd922d"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "54c471b51ff492d6fb0dcb5604e4a70f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1828797,
            "upload_time": "2023-07-08T21:59:42",
            "upload_time_iso_8601": "2023-07-08T21:59:42.537915Z",
            "url": "https://files.pythonhosted.org/packages/9e/60/41638dc36b1604f00a9245f98cb0df3c4cba936a5efd61901add184ecdfe/regex_rs-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "110fef68d076e1bbed503f417f49039ddc5ca8c115772eb89da777fd2f473c98",
                "md5": "e9f57dc310f09b09bcdd0d9947aba4c6",
                "sha256": "3a94ae44eb61a90d4ac4d70f84c1fb02c333e3917011f876f381c3c8c226e2bd"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e9f57dc310f09b09bcdd0d9947aba4c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 630662,
            "upload_time": "2023-07-08T21:59:44",
            "upload_time_iso_8601": "2023-07-08T21:59:44.256643Z",
            "url": "https://files.pythonhosted.org/packages/11/0f/ef68d076e1bbed503f417f49039ddc5ca8c115772eb89da777fd2f473c98/regex_rs-0.2.4-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54de19ba36e7aaa4b83c44df2605d0fa78ef9220fe08cf02711b41f13ba49dbd",
                "md5": "344a948cd264c10fa032537696e2e0ef",
                "sha256": "6d01a8fe9e9dc0fc2150b48f604e89ae0e2f16596f401d0528d7ed83e797f166"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "344a948cd264c10fa032537696e2e0ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 677339,
            "upload_time": "2023-07-08T21:59:45",
            "upload_time_iso_8601": "2023-07-08T21:59:45.857355Z",
            "url": "https://files.pythonhosted.org/packages/54/de/19ba36e7aaa4b83c44df2605d0fa78ef9220fe08cf02711b41f13ba49dbd/regex_rs-0.2.4-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6e4055ccfc1f4cc32ce3087877256c5ef296ffed812fe8f151c469b6692e896",
                "md5": "318138e0dc972c7a3781836b20b7d4a1",
                "sha256": "92a1ee0ac0a55d3d8291ee86816060749654ca8ce07fad58afe377127f687327"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "318138e0dc972c7a3781836b20b7d4a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1778643,
            "upload_time": "2023-07-08T21:59:47",
            "upload_time_iso_8601": "2023-07-08T21:59:47.510923Z",
            "url": "https://files.pythonhosted.org/packages/b6/e4/055ccfc1f4cc32ce3087877256c5ef296ffed812fe8f151c469b6692e896/regex_rs-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb90429600bce1be9f2e818b2dc26832d210918191cd699f88c6d07a378fa49e",
                "md5": "3b59208fe7bd3e55952cfffa5be7f9a4",
                "sha256": "b005db334fbf1be48b4fadd79875c78cb0609071a2c6525a9b056d4c3ef661ff"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3b59208fe7bd3e55952cfffa5be7f9a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1954328,
            "upload_time": "2023-07-08T21:59:49",
            "upload_time_iso_8601": "2023-07-08T21:59:49.310805Z",
            "url": "https://files.pythonhosted.org/packages/bb/90/429600bce1be9f2e818b2dc26832d210918191cd699f88c6d07a378fa49e/regex_rs-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "627d30c1074b9d9f0aba422caabbcff1fb371afa53841ae82040f36be2750200",
                "md5": "b8249a148298e74166eabe517110a3d4",
                "sha256": "9801ca94c55fcd2484b1d8d7c9ca02f125a885209863d0890808b41e992302ba"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b8249a148298e74166eabe517110a3d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2009392,
            "upload_time": "2023-07-08T21:59:50",
            "upload_time_iso_8601": "2023-07-08T21:59:50.706993Z",
            "url": "https://files.pythonhosted.org/packages/62/7d/30c1074b9d9f0aba422caabbcff1fb371afa53841ae82040f36be2750200/regex_rs-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e5129504a4316dc6ac1a713c552aae55efab5dba498c213647feea2e0ed5b38",
                "md5": "f60e2faf0d0144e84a22fea18f65db99",
                "sha256": "1ac9c08c11f36c21216ebec8181dd35e9e04be1afb3819e6b130ab377f134704"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f60e2faf0d0144e84a22fea18f65db99",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1810154,
            "upload_time": "2023-07-08T21:59:52",
            "upload_time_iso_8601": "2023-07-08T21:59:52.187863Z",
            "url": "https://files.pythonhosted.org/packages/4e/51/29504a4316dc6ac1a713c552aae55efab5dba498c213647feea2e0ed5b38/regex_rs-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ecd5cceba419910439adef1c7e5b574870d9dc459b459c175ebd3b0ea5ed6708",
                "md5": "6b92577d5d898a426a1b30be2aa00db2",
                "sha256": "5db669348d930c186528b1af0311459190ec99542c6efb4f1642ea92ab1225ac"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6b92577d5d898a426a1b30be2aa00db2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1828914,
            "upload_time": "2023-07-08T21:59:54",
            "upload_time_iso_8601": "2023-07-08T21:59:54.030217Z",
            "url": "https://files.pythonhosted.org/packages/ec/d5/cceba419910439adef1c7e5b574870d9dc459b459c175ebd3b0ea5ed6708/regex_rs-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a96d143589c7f71b3033961b81900863d45f8afc2b3e6bf299ffa30d18660af2",
                "md5": "4aa02fb57efc5a86049fa16177985bd3",
                "sha256": "ff89d9680e1cc275e9ec630605cf3dd0e282c62b411a214c29bd0a1bb9a3adfd"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4aa02fb57efc5a86049fa16177985bd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1778224,
            "upload_time": "2023-07-08T21:59:55",
            "upload_time_iso_8601": "2023-07-08T21:59:55.475809Z",
            "url": "https://files.pythonhosted.org/packages/a9/6d/143589c7f71b3033961b81900863d45f8afc2b3e6bf299ffa30d18660af2/regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e002ec89d930843d585dcae93e7ddc9fbd9cc0e933348d8bd4076983a05847b2",
                "md5": "2e289e8d9617969b7d8b0eddaf11abc0",
                "sha256": "280fb8bc204742a79b4c88948410f8f2901f66ea84065faf69a8f978ef8d9846"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2e289e8d9617969b7d8b0eddaf11abc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1734617,
            "upload_time": "2023-07-08T21:59:57",
            "upload_time_iso_8601": "2023-07-08T21:59:57.010280Z",
            "url": "https://files.pythonhosted.org/packages/e0/02/ec89d930843d585dcae93e7ddc9fbd9cc0e933348d8bd4076983a05847b2/regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b43a41949d6866c6fb34455a2ddbf222e488bd89444d78d2faeb8c88e2ea8bb",
                "md5": "be1f6db87d95199841602919f8f2c66a",
                "sha256": "148e7bb8f1eefe26bd9d5e32a1091b1e244048ab2c72e4d1c629b41fd4a07afe"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "be1f6db87d95199841602919f8f2c66a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1953230,
            "upload_time": "2023-07-08T21:59:58",
            "upload_time_iso_8601": "2023-07-08T21:59:58.940637Z",
            "url": "https://files.pythonhosted.org/packages/8b/43/a41949d6866c6fb34455a2ddbf222e488bd89444d78d2faeb8c88e2ea8bb/regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b874d0e9e90ae409d9275460d2357d5b6601c91358ec4e8b56ba55bd4f91495",
                "md5": "c0348d91a3ad9ca684fe74d483194031",
                "sha256": "99083267276c1e0785f89d40661d2965915b66183a063f8dbd906637e36fc70c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c0348d91a3ad9ca684fe74d483194031",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2009402,
            "upload_time": "2023-07-08T22:00:00",
            "upload_time_iso_8601": "2023-07-08T22:00:00.789042Z",
            "url": "https://files.pythonhosted.org/packages/4b/87/4d0e9e90ae409d9275460d2357d5b6601c91358ec4e8b56ba55bd4f91495/regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f1cd03c7a4fcdd1be1fcaf87d695514a97f988c2476bac579bfbb9c8f5d07b6",
                "md5": "540b6a855501585f4f7e6494e657627f",
                "sha256": "cefa6e0fbfbdd638bbdced2381e09c1f58c1786a47e7726ea62c6549795fef2f"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "540b6a855501585f4f7e6494e657627f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1809985,
            "upload_time": "2023-07-08T22:00:02",
            "upload_time_iso_8601": "2023-07-08T22:00:02.767934Z",
            "url": "https://files.pythonhosted.org/packages/3f/1c/d03c7a4fcdd1be1fcaf87d695514a97f988c2476bac579bfbb9c8f5d07b6/regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "340a735d4675d0640b4ed0ca4cb14f2d74a53bd1e62f6461cbd5612205728ea0",
                "md5": "6af11c3bd565ce16fe87a56ca1522c56",
                "sha256": "6822f47068a0d98753780363fc6bc370ff7e044d527d78c8230d1832de975aa5"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6af11c3bd565ce16fe87a56ca1522c56",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1829259,
            "upload_time": "2023-07-08T22:00:04",
            "upload_time_iso_8601": "2023-07-08T22:00:04.757251Z",
            "url": "https://files.pythonhosted.org/packages/34/0a/735d4675d0640b4ed0ca4cb14f2d74a53bd1e62f6461cbd5612205728ea0/regex_rs-0.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0cfe73eec7a6351cee7f7132d1bd9e60a9e6cee301f824c2cedcbb624e9e728",
                "md5": "f16252d3260ec121c9eec4b4348282c0",
                "sha256": "148da917da403aa6be6426a86fd6f3665f56bd57439fcbcec66a6cb9e19ae704"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "f16252d3260ec121c9eec4b4348282c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 629855,
            "upload_time": "2023-07-08T22:00:06",
            "upload_time_iso_8601": "2023-07-08T22:00:06.595462Z",
            "url": "https://files.pythonhosted.org/packages/b0/cf/e73eec7a6351cee7f7132d1bd9e60a9e6cee301f824c2cedcbb624e9e728/regex_rs-0.2.4-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83913b1521eb287f8b4480bf62adfe30e1f5f77a8d7d344737a7aaa5d65fcbb7",
                "md5": "fe1932e1269461c3b9ca63fcb504ff7f",
                "sha256": "8f140e77dfd5eacd3d12e2a27daf387b9465654528298f13075334d8e9d35a22"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fe1932e1269461c3b9ca63fcb504ff7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 677281,
            "upload_time": "2023-07-08T22:00:08",
            "upload_time_iso_8601": "2023-07-08T22:00:08.111580Z",
            "url": "https://files.pythonhosted.org/packages/83/91/3b1521eb287f8b4480bf62adfe30e1f5f77a8d7d344737a7aaa5d65fcbb7/regex_rs-0.2.4-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38c150f3f8f81e6545229f094fe293d8e8afd46cdf5983d9dd969b0a1e042bf3",
                "md5": "d6f82676dd821e0b08610ae0ff52c6d2",
                "sha256": "66bcddece4f92b1d80d10243d26461676eb6cac3dc6c0c3619a802c7a2dfe12e"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d6f82676dd821e0b08610ae0ff52c6d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1778178,
            "upload_time": "2023-07-08T22:00:09",
            "upload_time_iso_8601": "2023-07-08T22:00:09.537765Z",
            "url": "https://files.pythonhosted.org/packages/38/c1/50f3f8f81e6545229f094fe293d8e8afd46cdf5983d9dd969b0a1e042bf3/regex_rs-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c901ffab54723bc451b420627e5c8286c82a76280235d5671b8337a441d0672",
                "md5": "cd065fcc8e9e919528219f7f12c4c232",
                "sha256": "85eebcb5265686c08bf40df355827673bc2f5e3c1d3769ae90dd30e738440970"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cd065fcc8e9e919528219f7f12c4c232",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1734637,
            "upload_time": "2023-07-08T22:00:11",
            "upload_time_iso_8601": "2023-07-08T22:00:11.117555Z",
            "url": "https://files.pythonhosted.org/packages/9c/90/1ffab54723bc451b420627e5c8286c82a76280235d5671b8337a441d0672/regex_rs-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b287156ff097b25a7777b2295264100752c242b41bfd5674938d935366e97fd",
                "md5": "3fc7e8eaca5652e9e6163b07dc4eeb54",
                "sha256": "8b2b7d8319c6ebd3c2555ce2a96b6742f75697a519f26f5e507a7f9ec95a50dc"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3fc7e8eaca5652e9e6163b07dc4eeb54",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1953079,
            "upload_time": "2023-07-08T22:00:12",
            "upload_time_iso_8601": "2023-07-08T22:00:12.552489Z",
            "url": "https://files.pythonhosted.org/packages/1b/28/7156ff097b25a7777b2295264100752c242b41bfd5674938d935366e97fd/regex_rs-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b417fa7eba633fcf8e3190d11363a0227b2645f045c821efd110467d38bc371f",
                "md5": "856b6db7d067ef89ab973c317fabc122",
                "sha256": "789f222173b454ef9ebb3c6ac16f79faa9afc58858b9a382b00b1615c630f37c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "856b6db7d067ef89ab973c317fabc122",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2008914,
            "upload_time": "2023-07-08T22:00:14",
            "upload_time_iso_8601": "2023-07-08T22:00:14.002576Z",
            "url": "https://files.pythonhosted.org/packages/b4/17/fa7eba633fcf8e3190d11363a0227b2645f045c821efd110467d38bc371f/regex_rs-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f94be84262edf186a0f4879b29df75846639c6530cd95702369ccf8729154f58",
                "md5": "441a5560356764849991ec042c306b62",
                "sha256": "eb8571b5583f02e275a40c196739207b273d3e374affcd0875f098577702ae6c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "441a5560356764849991ec042c306b62",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1809751,
            "upload_time": "2023-07-08T22:00:15",
            "upload_time_iso_8601": "2023-07-08T22:00:15.800692Z",
            "url": "https://files.pythonhosted.org/packages/f9/4b/e84262edf186a0f4879b29df75846639c6530cd95702369ccf8729154f58/regex_rs-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "edead9ab9797e25da41d0307e69ac360380c707db89a4598c5af80f34f2060f8",
                "md5": "e80a0a025b27f779e5d0efe3b7df1d32",
                "sha256": "9dac80405baf71b8c78f5c15be2dcdd965627020045aa8ed77c6ece900b2ec27"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "e80a0a025b27f779e5d0efe3b7df1d32",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1829301,
            "upload_time": "2023-07-08T22:00:17",
            "upload_time_iso_8601": "2023-07-08T22:00:17.536456Z",
            "url": "https://files.pythonhosted.org/packages/ed/ea/d9ab9797e25da41d0307e69ac360380c707db89a4598c5af80f34f2060f8/regex_rs-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f2e7bdaaa7dee0983b13ee71d095f597b07b3cc5d779a79b7cc688abc617732",
                "md5": "6ff7e1162b25c68bcd811bfc3a50b02d",
                "sha256": "2e67206b088326d4abf889db3cbaa6b1b03d29a12422a4c48f6001c6b5583815"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "6ff7e1162b25c68bcd811bfc3a50b02d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 629855,
            "upload_time": "2023-07-08T22:00:19",
            "upload_time_iso_8601": "2023-07-08T22:00:19.132549Z",
            "url": "https://files.pythonhosted.org/packages/5f/2e/7bdaaa7dee0983b13ee71d095f597b07b3cc5d779a79b7cc688abc617732/regex_rs-0.2.4-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "275baa781a87639cd70f77ab226cf4733a78e6203876f825cab6ae5f4bafba8b",
                "md5": "8d3d96e78ab878fce5c837af162860e1",
                "sha256": "f04a354706873520fa62635be7dbb0ff26f3b4f4385eccbc24894ea507b236c4"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8d3d96e78ab878fce5c837af162860e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 677240,
            "upload_time": "2023-07-08T22:00:20",
            "upload_time_iso_8601": "2023-07-08T22:00:20.577996Z",
            "url": "https://files.pythonhosted.org/packages/27/5b/aa781a87639cd70f77ab226cf4733a78e6203876f825cab6ae5f4bafba8b/regex_rs-0.2.4-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dda174ced80c05db7ddb217a14f950b543539dd1660ea11e5202b3023c4c9445",
                "md5": "b19ceda5095b1c2af194be808219d9b3",
                "sha256": "77ff30df2e378764c0c98b4064d9274b739cfde76f457462848120da4e8d602a"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b19ceda5095b1c2af194be808219d9b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1778887,
            "upload_time": "2023-07-08T22:00:22",
            "upload_time_iso_8601": "2023-07-08T22:00:22.195469Z",
            "url": "https://files.pythonhosted.org/packages/dd/a1/74ced80c05db7ddb217a14f950b543539dd1660ea11e5202b3023c4c9445/regex_rs-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "856bfdea6886c0f682d22f63be670bc8d45b299f773ca175287f90ff05cfc2e3",
                "md5": "6a7ad1abf72e3f9ec914a955a9fb8acd",
                "sha256": "984798eb8f6fcb8f2fb40fa66fb765daf50913e4d66933b43c4e28485598b157"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6a7ad1abf72e3f9ec914a955a9fb8acd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1734358,
            "upload_time": "2023-07-08T22:00:23",
            "upload_time_iso_8601": "2023-07-08T22:00:23.927744Z",
            "url": "https://files.pythonhosted.org/packages/85/6b/fdea6886c0f682d22f63be670bc8d45b299f773ca175287f90ff05cfc2e3/regex_rs-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "934f18bf6437ece4191db00e958911f7a43db6d548fa65de353a42c945499c36",
                "md5": "656a17ffdf50a86d5692d499631e8c4b",
                "sha256": "e2e0ddc92c055a39bc31152b7b70c220dce2b9cfbb1378a3b3d1da56fbaefcb1"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "656a17ffdf50a86d5692d499631e8c4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1954211,
            "upload_time": "2023-07-08T22:00:25",
            "upload_time_iso_8601": "2023-07-08T22:00:25.556249Z",
            "url": "https://files.pythonhosted.org/packages/93/4f/18bf6437ece4191db00e958911f7a43db6d548fa65de353a42c945499c36/regex_rs-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1c3207f8fcde588349556cb7151ee09b78874e9d45790971071249ef803de4e",
                "md5": "a272626fe95f922e0deaf6738538323f",
                "sha256": "84d9ed3990bf39f30dfe91917bf00840659d78197c577c46c67eef45a408aa9d"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a272626fe95f922e0deaf6738538323f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2009345,
            "upload_time": "2023-07-08T22:00:27",
            "upload_time_iso_8601": "2023-07-08T22:00:27.378252Z",
            "url": "https://files.pythonhosted.org/packages/b1/c3/207f8fcde588349556cb7151ee09b78874e9d45790971071249ef803de4e/regex_rs-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfffe0db3bfcb32a87f1ffe9feb2d645c4c4743505f77e37246253e8f4c82882",
                "md5": "d746819cbc43baaef7e7446e9dbaab5f",
                "sha256": "83c954733fcb161aa13665a20d8ad9ac068765d2d86170efe896b7f8d436942e"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d746819cbc43baaef7e7446e9dbaab5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1810808,
            "upload_time": "2023-07-08T22:00:28",
            "upload_time_iso_8601": "2023-07-08T22:00:28.780147Z",
            "url": "https://files.pythonhosted.org/packages/bf/ff/e0db3bfcb32a87f1ffe9feb2d645c4c4743505f77e37246253e8f4c82882/regex_rs-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfb687c6cd0c769be44de212a482f15d74f648662b08943548593c1021e6915f",
                "md5": "6bbb50209da4b4cf7c74703eeaeb9144",
                "sha256": "28d720de60e306fbfa6ac07abed000b6cb9a03cf86c5a0cc9be3a86f6db499ab"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6bbb50209da4b4cf7c74703eeaeb9144",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1829148,
            "upload_time": "2023-07-08T22:00:30",
            "upload_time_iso_8601": "2023-07-08T22:00:30.573220Z",
            "url": "https://files.pythonhosted.org/packages/cf/b6/87c6cd0c769be44de212a482f15d74f648662b08943548593c1021e6915f/regex_rs-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8568a8b288e74298a33ddff83479b886e6d87d1b487b52d43b193a0597b35c5",
                "md5": "d77f906c5f7b5271fc1b58108c2691f1",
                "sha256": "2cc3e9a1863f3dfa720d193e02a38313138dd5d24d77c0d03ede739c42be95da"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d77f906c5f7b5271fc1b58108c2691f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 630881,
            "upload_time": "2023-07-08T22:00:32",
            "upload_time_iso_8601": "2023-07-08T22:00:32.281040Z",
            "url": "https://files.pythonhosted.org/packages/b8/56/8a8b288e74298a33ddff83479b886e6d87d1b487b52d43b193a0597b35c5/regex_rs-0.2.4-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39952695b90dba53c37570c77ec9e871aaa5c931d86f75a8d0c03d5028f54e7c",
                "md5": "ddd3401dd4af225642ed6fee92e9b41f",
                "sha256": "5ff1c60f2da7eec79c5b4ded515acde6e235a48edb7eff7b9b58f3e677ef8d86"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ddd3401dd4af225642ed6fee92e9b41f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 677429,
            "upload_time": "2023-07-08T22:00:33",
            "upload_time_iso_8601": "2023-07-08T22:00:33.565665Z",
            "url": "https://files.pythonhosted.org/packages/39/95/2695b90dba53c37570c77ec9e871aaa5c931d86f75a8d0c03d5028f54e7c/regex_rs-0.2.4-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6511fd3fe337988e5c9bd9f0562dba6cf188b6e16c324432b1b72b12bddb61be",
                "md5": "ba7fee4a8942c0cf14c7828a070f0400",
                "sha256": "111979b23fa3ae5126598fe082976385fbb4749f3149f74bdd5465eac01ad986"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba7fee4a8942c0cf14c7828a070f0400",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1811176,
            "upload_time": "2023-07-08T22:00:34",
            "upload_time_iso_8601": "2023-07-08T22:00:34.890913Z",
            "url": "https://files.pythonhosted.org/packages/65/11/fd3fe337988e5c9bd9f0562dba6cf188b6e16c324432b1b72b12bddb61be/regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "800fceab89b38a1e9cbb4b8908a7ecea35f45028cb6d110d80a3669b7520cec7",
                "md5": "4e0f77b11796cb9f4cd37c11e6559e16",
                "sha256": "1e1a53e3fb5f2dc140550a4ccefa47b60501b0c25f88340afe9afb7ba5eda94c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4e0f77b11796cb9f4cd37c11e6559e16",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1829366,
            "upload_time": "2023-07-08T22:00:36",
            "upload_time_iso_8601": "2023-07-08T22:00:36.686894Z",
            "url": "https://files.pythonhosted.org/packages/80/0f/ceab89b38a1e9cbb4b8908a7ecea35f45028cb6d110d80a3669b7520cec7/regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "226b7458f01006793a6c96154361a7fc36c06b01cb5735e61573d510cb813fdc",
                "md5": "4f5f448f353cd2362240dfd276af991c",
                "sha256": "e818f3acd894e36ee55e0195570f5da6f27de4e7551b276c13d9bce8ff7dda0c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f5f448f353cd2362240dfd276af991c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1782468,
            "upload_time": "2023-07-08T22:00:38",
            "upload_time_iso_8601": "2023-07-08T22:00:38.472283Z",
            "url": "https://files.pythonhosted.org/packages/22/6b/7458f01006793a6c96154361a7fc36c06b01cb5735e61573d510cb813fdc/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "505841e61d516d9c265210f52840c172bd3af5fb5bdae9f4e6c1ba054b12bb57",
                "md5": "40c07f4caec328fe923b520f68b0a6bf",
                "sha256": "0abe1eddbb22f57fde3af0e460a5c99621a8887b02136278edee971d57f9dcf7"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "40c07f4caec328fe923b520f68b0a6bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1737254,
            "upload_time": "2023-07-08T22:00:40",
            "upload_time_iso_8601": "2023-07-08T22:00:40.113550Z",
            "url": "https://files.pythonhosted.org/packages/50/58/41e61d516d9c265210f52840c172bd3af5fb5bdae9f4e6c1ba054b12bb57/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2bb9b28efd902a620dcb62bc9dc23cf21d797eca910377237576c0362c1e059",
                "md5": "ba63eb476262a0b732d5bda3a9337b0e",
                "sha256": "481d9e3c95cd07373ee7376f28983cfa0e4ed032b6da975ec4d6309890194b88"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ba63eb476262a0b732d5bda3a9337b0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1957817,
            "upload_time": "2023-07-08T22:00:41",
            "upload_time_iso_8601": "2023-07-08T22:00:41.907750Z",
            "url": "https://files.pythonhosted.org/packages/d2/bb/9b28efd902a620dcb62bc9dc23cf21d797eca910377237576c0362c1e059/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f842c4009cbe6b52bc29197a103847279d1447831bfa32e70217260eacd0ec1e",
                "md5": "a05366441e58bac942f74cefe0e109a5",
                "sha256": "b49ae27d1fd0e296d39ace7196b149b6861ceba52164ffd1471dd8b84bd731d6"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a05366441e58bac942f74cefe0e109a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 2012450,
            "upload_time": "2023-07-08T22:00:43",
            "upload_time_iso_8601": "2023-07-08T22:00:43.345586Z",
            "url": "https://files.pythonhosted.org/packages/f8/42/c4009cbe6b52bc29197a103847279d1447831bfa32e70217260eacd0ec1e/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82673e2fd1fb768e0e1828d3f9dfd93425f31b92aebebf90d709c51cf5a657a2",
                "md5": "661dba512e4e28986fadc0518e12025a",
                "sha256": "c8bfcb8643ee8505e84811d24726fcdc62a4ace3ce5d1dff4f1143589b85e0d9"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "661dba512e4e28986fadc0518e12025a",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1814846,
            "upload_time": "2023-07-08T22:00:45",
            "upload_time_iso_8601": "2023-07-08T22:00:45.011508Z",
            "url": "https://files.pythonhosted.org/packages/82/67/3e2fd1fb768e0e1828d3f9dfd93425f31b92aebebf90d709c51cf5a657a2/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d99e7f13e0f1caf05fc757f8d8eca3d6317d9b96fdf81c641f8ddaa7f221dadf",
                "md5": "30a8d720220e6fc8504def8acb588f42",
                "sha256": "8efab8813acdff8d36b08d66261b1c8aed83969f9cc614fca8014e5f846756fe"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "30a8d720220e6fc8504def8acb588f42",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1831686,
            "upload_time": "2023-07-08T22:00:46",
            "upload_time_iso_8601": "2023-07-08T22:00:46.479644Z",
            "url": "https://files.pythonhosted.org/packages/d9/9e/7f13e0f1caf05fc757f8d8eca3d6317d9b96fdf81c641f8ddaa7f221dadf/regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25df17642b5f52cce4e44084d6bac58e5d25fa594ef22fcf9d99d360cee3c584",
                "md5": "7589acd8de42bb72390969364bf9e4a6",
                "sha256": "76eca86b8c7705f38a74eaa1e7bffff6fff4d920d6b24a6725df9a98c54806e0"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7589acd8de42bb72390969364bf9e4a6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1778635,
            "upload_time": "2023-07-08T22:00:48",
            "upload_time_iso_8601": "2023-07-08T22:00:48.019472Z",
            "url": "https://files.pythonhosted.org/packages/25/df/17642b5f52cce4e44084d6bac58e5d25fa594ef22fcf9d99d360cee3c584/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d505509f78700c1d705b84951c059d7c979bece115951f6d3aaeeb6e6f4ab3e1",
                "md5": "d83c5aaa5123e16d866395a658589904",
                "sha256": "4d8200189d6a78cdafd9ebc3e6753d3cd3c4f6986f88d44475e198c20bb840f6"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d83c5aaa5123e16d866395a658589904",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1734143,
            "upload_time": "2023-07-08T22:00:50",
            "upload_time_iso_8601": "2023-07-08T22:00:50.004301Z",
            "url": "https://files.pythonhosted.org/packages/d5/05/509f78700c1d705b84951c059d7c979bece115951f6d3aaeeb6e6f4ab3e1/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db4b41b2f1d2131f26e9e2e56724543fc07f978092b74b69c2abd2926f62b03f",
                "md5": "64da9ed16a1d573ad6ebd87826cc224e",
                "sha256": "b6f4a84181626e648ebd6678cd2663a6e3bc86e96c89b6903798b334f6b70e21"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "64da9ed16a1d573ad6ebd87826cc224e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1953782,
            "upload_time": "2023-07-08T22:00:51",
            "upload_time_iso_8601": "2023-07-08T22:00:51.703586Z",
            "url": "https://files.pythonhosted.org/packages/db/4b/41b2f1d2131f26e9e2e56724543fc07f978092b74b69c2abd2926f62b03f/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0b716f6bda80aafaab50ca570a26e7e0cdae9e2b20a15ca0a7365f240ce5fcb",
                "md5": "ca4a1a6bddded2f5c68499920be2638d",
                "sha256": "71f781b0d17bb5765383c3bd0cfa1ae300c1a1036e4c8dc5e92fa78ea7617054"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ca4a1a6bddded2f5c68499920be2638d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 2009561,
            "upload_time": "2023-07-08T22:00:53",
            "upload_time_iso_8601": "2023-07-08T22:00:53.694783Z",
            "url": "https://files.pythonhosted.org/packages/e0/b7/16f6bda80aafaab50ca570a26e7e0cdae9e2b20a15ca0a7365f240ce5fcb/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c07b2fdc5e3d55381a354c62a2492528538f9ad4b087adcd3e0112f7d0a750d2",
                "md5": "ea4d6a5f683091a8fc262a70cc62bd0b",
                "sha256": "de7811bdac292b52d195cbb54198c3aefca3a7adecbe037e085b5882aff3309c"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea4d6a5f683091a8fc262a70cc62bd0b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1811170,
            "upload_time": "2023-07-08T22:00:55",
            "upload_time_iso_8601": "2023-07-08T22:00:55.876392Z",
            "url": "https://files.pythonhosted.org/packages/c0/7b/2fdc5e3d55381a354c62a2492528538f9ad4b087adcd3e0112f7d0a750d2/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b956b7112a7cdcce97745fb73f8c69f9243f356c898f3533ef08d84871eaa8b",
                "md5": "843f332003e4c432847e138b8c6c4f1f",
                "sha256": "ba3688ae52c246b93497f4dd9249743c302420a898ae17c3d3cc8962c0a3e14e"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "843f332003e4c432847e138b8c6c4f1f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1828947,
            "upload_time": "2023-07-08T22:00:57",
            "upload_time_iso_8601": "2023-07-08T22:00:57.793978Z",
            "url": "https://files.pythonhosted.org/packages/1b/95/6b7112a7cdcce97745fb73f8c69f9243f356c898f3533ef08d84871eaa8b/regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85aa74ea4534c05a11dc3a56bdc12414859bf0fd1d157d4bf45e10abf1b898e7",
                "md5": "1c7a00420193639c8769dfc2e9dab0bc",
                "sha256": "84f5d270f44104c388454caf237330c13de55f5eb46c827dec58c0a5df41b820"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1c7a00420193639c8769dfc2e9dab0bc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1779418,
            "upload_time": "2023-07-08T22:00:59",
            "upload_time_iso_8601": "2023-07-08T22:00:59.260713Z",
            "url": "https://files.pythonhosted.org/packages/85/aa/74ea4534c05a11dc3a56bdc12414859bf0fd1d157d4bf45e10abf1b898e7/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc9f6f5d1271c40a9f931c44f592438e5aeb55d7e5a39cf61ea229c35ace3b78",
                "md5": "79868c2a0583dfc9b5bc84aa803ba585",
                "sha256": "2c632127e2c15cea9d74b1a9396feb279023d80058215787f2638a3219b0a129"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "79868c2a0583dfc9b5bc84aa803ba585",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1734645,
            "upload_time": "2023-07-08T22:01:00",
            "upload_time_iso_8601": "2023-07-08T22:01:00.641406Z",
            "url": "https://files.pythonhosted.org/packages/dc/9f/6f5d1271c40a9f931c44f592438e5aeb55d7e5a39cf61ea229c35ace3b78/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0a028574861f6146ec2fdb082f1911c87e1247d84d21ca5f68b479f9bc6d901",
                "md5": "c193c7067d2cb887c8895643c7805926",
                "sha256": "0fc28e842dc27780745f71d21b7b8010b51adc576de277831a2d71ade8cc326e"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c193c7067d2cb887c8895643c7805926",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1953884,
            "upload_time": "2023-07-08T22:01:02",
            "upload_time_iso_8601": "2023-07-08T22:01:02.529560Z",
            "url": "https://files.pythonhosted.org/packages/e0/a0/28574861f6146ec2fdb082f1911c87e1247d84d21ca5f68b479f9bc6d901/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d448e731abefc6b79693a2542cc288979d456225be7df9fc4da6a3c7f9794a6",
                "md5": "9bcf08d5cc680091d8956a93e2ab43da",
                "sha256": "7cab5008d6c908730ded7e064a00cc34f381314146fe184b394ed5b2a517ba93"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9bcf08d5cc680091d8956a93e2ab43da",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 2011154,
            "upload_time": "2023-07-08T22:01:04",
            "upload_time_iso_8601": "2023-07-08T22:01:04.378579Z",
            "url": "https://files.pythonhosted.org/packages/3d/44/8e731abefc6b79693a2542cc288979d456225be7df9fc4da6a3c7f9794a6/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e3527cf46ddc071e179e15d72d6cf9092862f632a100eec0b7493790dc00cf6",
                "md5": "c63140a8af672a880a88538d5d688e67",
                "sha256": "eda399ca26bb9d01af39fa0b72bf7909ce8fd725ecc367dda0ec2abf2edf0b79"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c63140a8af672a880a88538d5d688e67",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1811110,
            "upload_time": "2023-07-08T22:01:06",
            "upload_time_iso_8601": "2023-07-08T22:01:06.298018Z",
            "url": "https://files.pythonhosted.org/packages/4e/35/27cf46ddc071e179e15d72d6cf9092862f632a100eec0b7493790dc00cf6/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aab886b11144022aefbc9dac55f5dde32c98d22ae67ac09dc957802a5ab13e79",
                "md5": "676bf1b0514b390467252405d019375a",
                "sha256": "4af9e90ec97bce4b1e9a3bf8e849c5ce01fcc3dcff488016e3809669da3938d1"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "676bf1b0514b390467252405d019375a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1829344,
            "upload_time": "2023-07-08T22:01:08",
            "upload_time_iso_8601": "2023-07-08T22:01:08.134429Z",
            "url": "https://files.pythonhosted.org/packages/aa/b8/86b11144022aefbc9dac55f5dde32c98d22ae67ac09dc957802a5ab13e79/regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e568e8ffd1431d12684dfa3fe75cc0d51e3ff8d8a2f65d36fa4f188aa86beb7",
                "md5": "5ea3d3b910153c275e1f4ad799a57c86",
                "sha256": "161df936ac4bdbde6ef1fa8f26b7b58273ea722b5fb7dc1b876fd886d8df2ecd"
            },
            "downloads": -1,
            "filename": "regex_rs-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5ea3d3b910153c275e1f4ad799a57c86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8539,
            "upload_time": "2023-07-08T22:01:10",
            "upload_time_iso_8601": "2023-07-08T22:01:10.295744Z",
            "url": "https://files.pythonhosted.org/packages/2e/56/8e8ffd1431d12684dfa3fe75cc0d51e3ff8d8a2f65d36fa4f188aa86beb7/regex_rs-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-08 22:01:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "circuitsacul",
    "github_project": "regex-rs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "regex-rs"
}
        
Elapsed time: 0.08344s