google-re2


Namegoogle-re2 JSON
Version 1.1.20240701 PyPI version JSON
download
home_pagehttps://github.com/google/re2
SummaryRE2 Python bindings
upload_time2024-06-30 14:16:24
maintainerNone
docs_urlNone
authorThe RE2 Authors
requires_python~=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A drop-in replacement for the re module.

It uses RE2 under the hood, of course, so various PCRE features
(e.g. backreferences, look-around assertions) are not supported.
See https://github.com/google/re2/wiki/Syntax for the canonical
reference, but known syntactic "gotchas" relative to Python are:

  * PCRE supports \Z and \z; RE2 supports \z; Python supports \z,
    but calls it \Z. You must rewrite \Z to \z in pattern strings.

Known differences between this module's API and the re module's API:

  * The error class does not provide any error information as attributes.
  * The Options class replaces the re module's flags with RE2's options as
    gettable/settable properties. Please see re2.h for their documentation.
  * The pattern string and the input string do not have to be the same type.
    Any str will be encoded to UTF-8.
  * The pattern string cannot be str if the options specify Latin-1 encoding.

Known issues with regard to building the C++ extension:

  * Building requires RE2 to be installed on your system.
    On Debian, for example, install the libre2-dev package.
  * Building requires pybind11 to be installed on your system OR venv.
    On Debian, for example, install the pybind11-dev package.
    For a venv, install the pybind11 package from PyPI.
  * Building on macOS is known to work, but has been known to fail.
    For example, the system Python may not know which compiler flags
    to set when building bindings for software installed by Homebrew;
    see https://docs.brew.sh/Homebrew-and-Python#brewed-python-modules.
  * Building on Windows has not been tested yet and will probably fail.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/re2",
    "name": "google-re2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "The RE2 Authors",
    "author_email": "re2-dev@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/7c/6a44a14375496d0931ce349b580686ed3ed15bf0c62d77ae1a3a57fab110/google_re2-1.1.20240701.tar.gz",
    "platform": null,
    "description": "A drop-in replacement for the re module.\n\nIt uses RE2 under the hood, of course, so various PCRE features\n(e.g. backreferences, look-around assertions) are not supported.\nSee https://github.com/google/re2/wiki/Syntax for the canonical\nreference, but known syntactic \"gotchas\" relative to Python are:\n\n  * PCRE supports \\Z and \\z; RE2 supports \\z; Python supports \\z,\n    but calls it \\Z. You must rewrite \\Z to \\z in pattern strings.\n\nKnown differences between this module's API and the re module's API:\n\n  * The error class does not provide any error information as attributes.\n  * The Options class replaces the re module's flags with RE2's options as\n    gettable/settable properties. Please see re2.h for their documentation.\n  * The pattern string and the input string do not have to be the same type.\n    Any str will be encoded to UTF-8.\n  * The pattern string cannot be str if the options specify Latin-1 encoding.\n\nKnown issues with regard to building the C++ extension:\n\n  * Building requires RE2 to be installed on your system.\n    On Debian, for example, install the libre2-dev package.\n  * Building requires pybind11 to be installed on your system OR venv.\n    On Debian, for example, install the pybind11-dev package.\n    For a venv, install the pybind11 package from PyPI.\n  * Building on macOS is known to work, but has been known to fail.\n    For example, the system Python may not know which compiler flags\n    to set when building bindings for software installed by Homebrew;\n    see https://docs.brew.sh/Homebrew-and-Python#brewed-python-modules.\n  * Building on Windows has not been tested yet and will probably fail.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RE2 Python bindings",
    "version": "1.1.20240701",
    "project_urls": {
        "Homepage": "https://github.com/google/re2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63a3ff299009cd062fc676b688e16d46b47a097454c700224d8d7d7d9fdd6661",
                "md5": "d7d5e16ec57b9c61baed9cf6931db7ff",
                "sha256": "35a4d7c11474c06ae3b0f2dd22c6690f08be1b1beca1c89bc84e2895ce7327e5"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d7d5e16ec57b9c61baed9cf6931db7ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 464367,
            "upload_time": "2024-06-30T14:14:46",
            "upload_time_iso_8601": "2024-06-30T14:14:46.214813Z",
            "url": "https://files.pythonhosted.org/packages/63/a3/ff299009cd062fc676b688e16d46b47a097454c700224d8d7d7d9fdd6661/google_re2-1.1.20240701-1-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2efea623062306880ee7bcf247e3415d90f2af4a4170c067751f033f387fb8fa",
                "md5": "aaac83487d3365b26b3df7d0d7dfd418",
                "sha256": "85d10a81cacd34a80e377084e7913c0642737b376bc183253669cb57f6690236"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aaac83487d3365b26b3df7d0d7dfd418",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 488783,
            "upload_time": "2024-06-30T14:14:56",
            "upload_time_iso_8601": "2024-06-30T14:14:56.625305Z",
            "url": "https://files.pythonhosted.org/packages/2e/fe/a623062306880ee7bcf247e3415d90f2af4a4170c067751f033f387fb8fa/google_re2-1.1.20240701-1-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f979a3899cb65805c735f26a69d2f7879824242fdbe081d31fb7c850097f383",
                "md5": "7ef3b59952f48634a729c8aacdeab50a",
                "sha256": "f9e158aa63f6c935c63bf8e5308f7b9983b9044314a1f5132e7a0bbd263b6a9d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ef3b59952f48634a729c8aacdeab50a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 459215,
            "upload_time": "2024-06-30T14:14:58",
            "upload_time_iso_8601": "2024-06-30T14:14:58.259698Z",
            "url": "https://files.pythonhosted.org/packages/9f/97/9a3899cb65805c735f26a69d2f7879824242fdbe081d31fb7c850097f383/google_re2-1.1.20240701-1-cp310-cp310-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "270a131da77c1d5dcad1039d7b227bd9d2bb06da26407e1eb100d1a12a852abd",
                "md5": "3d02f22bde9393ec8f6cc03a651ccbd2",
                "sha256": "60977c5f221162d9731873336a6e7340edddaa4a74a3e1f4b82b877d9d32ce42"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d02f22bde9393ec8f6cc03a651ccbd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 487328,
            "upload_time": "2024-06-30T14:14:59",
            "upload_time_iso_8601": "2024-06-30T14:14:59.889724Z",
            "url": "https://files.pythonhosted.org/packages/27/0a/131da77c1d5dcad1039d7b227bd9d2bb06da26407e1eb100d1a12a852abd/google_re2-1.1.20240701-1-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a845f3045b69146d846e013a6d6c0cdab0330c6bae60b2aa02c516f946a26a3",
                "md5": "d18488b74db7b591e88330aab4e5afd4",
                "sha256": "9d64d00c7db1628546631e869e2f0ec4b0d0a22b17aa9b516b7d85e225272aa1"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d18488b74db7b591e88330aab4e5afd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 459216,
            "upload_time": "2024-06-30T14:15:02",
            "upload_time_iso_8601": "2024-06-30T14:15:02.411665Z",
            "url": "https://files.pythonhosted.org/packages/9a/84/5f3045b69146d846e013a6d6c0cdab0330c6bae60b2aa02c516f946a26a3/google_re2-1.1.20240701-1-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ebfdb2f6b6c2c38810cfb47d8fbf11dbff432bc830f5a3f28311aae1fac214e",
                "md5": "248b1296e26bc8753be24fa91f51e2a3",
                "sha256": "a6f658acb2371473f59043ef66a79a06fdff91d01079371f4dfe26295ff3456d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "248b1296e26bc8753be24fa91f51e2a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 487329,
            "upload_time": "2024-06-30T14:15:05",
            "upload_time_iso_8601": "2024-06-30T14:15:05.169854Z",
            "url": "https://files.pythonhosted.org/packages/1e/bf/db2f6b6c2c38810cfb47d8fbf11dbff432bc830f5a3f28311aae1fac214e/google_re2-1.1.20240701-1-cp310-cp310-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "712ff0ce79f479d154d22353e3f5ad3927353af0098f9ad57994120f60f26888",
                "md5": "bd3d14c92a83d65dc9e3f4a2235a7001",
                "sha256": "94972b98ddcb6b7d328a0094636e395b912ad92c22051a2049af91c767d0af2a"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bd3d14c92a83d65dc9e3f4a2235a7001",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 539550,
            "upload_time": "2024-06-30T14:15:07",
            "upload_time_iso_8601": "2024-06-30T14:15:07.206692Z",
            "url": "https://files.pythonhosted.org/packages/71/2f/f0ce79f479d154d22353e3f5ad3927353af0098f9ad57994120f60f26888/google_re2-1.1.20240701-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cbbf5e2855eb1aab3cddce120af2d8ca8fcde7135d561e47313f30f84d9d4a5",
                "md5": "edae0803a35f46d8acd07fa66beb49f2",
                "sha256": "e88d2a8caff981da885cb475e762440c935430087b73977998afb6e271027991"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edae0803a35f46d8acd07fa66beb49f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 546985,
            "upload_time": "2024-06-30T14:15:08",
            "upload_time_iso_8601": "2024-06-30T14:15:08.988493Z",
            "url": "https://files.pythonhosted.org/packages/6c/bb/f5e2855eb1aab3cddce120af2d8ca8fcde7135d561e47313f30f84d9d4a5/google_re2-1.1.20240701-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82c3748fc1a56dd93206ae78869e3d0df89e4d3060bba6a36fe3f4c8eda66067",
                "md5": "9379e6a7c1f06629bbbc314c4d9b67a5",
                "sha256": "4851d7e9bf06a5266ac6b8b5d173a257a03806c8165a17803be9ac0bea52536a"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "9379e6a7c1f06629bbbc314c4d9b67a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 420167,
            "upload_time": "2024-06-30T14:15:10",
            "upload_time_iso_8601": "2024-06-30T14:15:10.669129Z",
            "url": "https://files.pythonhosted.org/packages/82/c3/748fc1a56dd93206ae78869e3d0df89e4d3060bba6a36fe3f4c8eda66067/google_re2-1.1.20240701-1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bbdb42d225288193b35d283b6591dc18f93b90ee28e33372615fab7acb09e62",
                "md5": "0547c010971785d384721f2e1605e05a",
                "sha256": "eaa34bc474178067ca7237ea5e2fd4df26d6ce9286b60a6c952385bbde337152"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0547c010971785d384721f2e1605e05a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 495791,
            "upload_time": "2024-06-30T14:15:14",
            "upload_time_iso_8601": "2024-06-30T14:15:14.485028Z",
            "url": "https://files.pythonhosted.org/packages/2b/bd/b42d225288193b35d283b6591dc18f93b90ee28e33372615fab7acb09e62/google_re2-1.1.20240701-1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ccf96bdb7547232ae7ac517b2f7bad7f3a29291652281032e79ef96799e5de3",
                "md5": "c58f2f773757925e469cb5847ce21abc",
                "sha256": "1d0753c60f47fc03e5192ccf6ffb2eba86530c8fe4bfb823140bd2d01bfc8f5c"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c58f2f773757925e469cb5847ce21abc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 465943,
            "upload_time": "2024-06-30T14:15:16",
            "upload_time_iso_8601": "2024-06-30T14:15:16.746349Z",
            "url": "https://files.pythonhosted.org/packages/0c/cf/96bdb7547232ae7ac517b2f7bad7f3a29291652281032e79ef96799e5de3/google_re2-1.1.20240701-1-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05ac24466a8a4e11c8179b3e8669a18e9e9fbd5012849fbff17cf83b3fa72334",
                "md5": "b1911941630fd9a481c0bed13cb50dba",
                "sha256": "f2cba5b9a0c50610de07dc5d09234ff9ef46178e1d32bdf68dc1d3172bce1c05"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1911941630fd9a481c0bed13cb50dba",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 490421,
            "upload_time": "2024-06-30T14:15:18",
            "upload_time_iso_8601": "2024-06-30T14:15:18.494040Z",
            "url": "https://files.pythonhosted.org/packages/05/ac/24466a8a4e11c8179b3e8669a18e9e9fbd5012849fbff17cf83b3fa72334/google_re2-1.1.20240701-1-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a58c91b3388a2e2f8f9516c2f08e9fab064ca3f7540ea89f687012901235190",
                "md5": "15cd35375c80d1c219643d109d3c3bd2",
                "sha256": "f70dd037cca078faf4d74dd58117e99e435dab2f2de9066861910cecdebe97f1"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "15cd35375c80d1c219643d109d3c3bd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 460021,
            "upload_time": "2024-06-30T14:15:20",
            "upload_time_iso_8601": "2024-06-30T14:15:20.366900Z",
            "url": "https://files.pythonhosted.org/packages/4a/58/c91b3388a2e2f8f9516c2f08e9fab064ca3f7540ea89f687012901235190/google_re2-1.1.20240701-1-cp311-cp311-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e677c0a889178637c043d4e53452788ce0b7a1da2dcf0b7f15498e853fdf5e",
                "md5": "bfd6e067585f7f1e1e3a3a2f9f3e735a",
                "sha256": "3f2ffd75f7377278bff36a1501dff68810d9da27d45eb9fef132e187fec43349"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bfd6e067585f7f1e1e3a3a2f9f3e735a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 488627,
            "upload_time": "2024-06-30T14:15:21",
            "upload_time_iso_8601": "2024-06-30T14:15:21.973722Z",
            "url": "https://files.pythonhosted.org/packages/d9/e6/77c0a889178637c043d4e53452788ce0b7a1da2dcf0b7f15498e853fdf5e/google_re2-1.1.20240701-1-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13d2e918591842d72c427ae874d475343ca20cc0d6fdff2328c69ab386d29557",
                "md5": "2ae6de2cce1ebb1afda0b978f1b9ccb3",
                "sha256": "5cc49049579dc0836ee2e91d1c79374c48fba0bde1361b2a66cdf3fa30924441"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2ae6de2cce1ebb1afda0b978f1b9ccb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 460024,
            "upload_time": "2024-06-30T14:15:23",
            "upload_time_iso_8601": "2024-06-30T14:15:23.343101Z",
            "url": "https://files.pythonhosted.org/packages/13/d2/e918591842d72c427ae874d475343ca20cc0d6fdff2328c69ab386d29557/google_re2-1.1.20240701-1-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "167f2d593e8b6696b7544442cc4316a4befd06779ca6aaf18348439ce53dfa4b",
                "md5": "5927c2c3f1cd091d8f30e0088f76bad7",
                "sha256": "f5eee1a9906c5d02be17844e6b59ec86ae26e25fba2066d9d0868a454ef9eee9"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5927c2c3f1cd091d8f30e0088f76bad7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 488625,
            "upload_time": "2024-06-30T14:15:25",
            "upload_time_iso_8601": "2024-06-30T14:15:25.057301Z",
            "url": "https://files.pythonhosted.org/packages/16/7f/2d593e8b6696b7544442cc4316a4befd06779ca6aaf18348439ce53dfa4b/google_re2-1.1.20240701-1-cp311-cp311-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43a23c86d91b5dd2104ba7584651dc904e4d9b4779cd6693e4787de46941edf0",
                "md5": "4c333487024f637c5df5af705e4fd1aa",
                "sha256": "747a25cbcdd5261ca68b62671c952963ea37aa618a35537867c50fa81bc0002d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4c333487024f637c5df5af705e4fd1aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 541065,
            "upload_time": "2024-06-30T14:15:27",
            "upload_time_iso_8601": "2024-06-30T14:15:27.169649Z",
            "url": "https://files.pythonhosted.org/packages/43/a2/3c86d91b5dd2104ba7584651dc904e4d9b4779cd6693e4787de46941edf0/google_re2-1.1.20240701-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6262008c310bee06f2b95d8d633c1e64f93396b5738e2f4cf536ec5d91ce8186",
                "md5": "22377e23812f509b50541a2cedabcf2d",
                "sha256": "700e8ca6e3126f2b529853a0cae88a18c8459b63a6c0c3922b73215b9c52ff48"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "22377e23812f509b50541a2cedabcf2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 548735,
            "upload_time": "2024-06-30T14:15:28",
            "upload_time_iso_8601": "2024-06-30T14:15:28.691674Z",
            "url": "https://files.pythonhosted.org/packages/62/62/008c310bee06f2b95d8d633c1e64f93396b5738e2f4cf536ec5d91ce8186/google_re2-1.1.20240701-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36952947cbd0b1d06c280529b6332a230ad950177a80f231a5e0c9f6e431a978",
                "md5": "1adca1e69600c0d32845461ecff8986d",
                "sha256": "86a7a6744da6d3f3c4f8e92bbf4f3efff98150cf13bb4facbdcc3bcbf4e1f8a9"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "1adca1e69600c0d32845461ecff8986d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 421520,
            "upload_time": "2024-06-30T14:15:30",
            "upload_time_iso_8601": "2024-06-30T14:15:30.321079Z",
            "url": "https://files.pythonhosted.org/packages/36/95/2947cbd0b1d06c280529b6332a230ad950177a80f231a5e0c9f6e431a978/google_re2-1.1.20240701-1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0cc4742238fcf07465bb4f3068d7e8deebb9e11ed4c0564064d0399fa333686",
                "md5": "bcf933a4d2e0eaece8c80941d6d9299a",
                "sha256": "b9f2d433a382c78eb67c232947563ff56210272b16e96b38c60222eecbfe267c"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bcf933a4d2e0eaece8c80941d6d9299a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 496799,
            "upload_time": "2024-06-30T14:15:31",
            "upload_time_iso_8601": "2024-06-30T14:15:31.876712Z",
            "url": "https://files.pythonhosted.org/packages/c0/cc/4742238fcf07465bb4f3068d7e8deebb9e11ed4c0564064d0399fa333686/google_re2-1.1.20240701-1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff5272ef0f6fc4ba8798e2a2b7cc534b796312882404b2b0cbd5355daca9925a",
                "md5": "0555914a2926f2eff20766a5a29fa921",
                "sha256": "8c1e4c6a0ffa85669fb0c13bcac347bcee44acea251beecae20d90dee16d24ed"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0555914a2926f2eff20766a5a29fa921",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 465687,
            "upload_time": "2024-06-30T14:15:33",
            "upload_time_iso_8601": "2024-06-30T14:15:33.243877Z",
            "url": "https://files.pythonhosted.org/packages/ff/52/72ef0f6fc4ba8798e2a2b7cc534b796312882404b2b0cbd5355daca9925a/google_re2-1.1.20240701-1-cp312-cp312-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94237c89d9c5acfeecd0c24ea27c0e6cbb115b52565b95d2c5b01acddb1bbf7f",
                "md5": "e947a10bc517870627fe43afabea8dbb",
                "sha256": "9955a204993b01190d0c4ea9cfd63a05921739c5e31f23d150c43e283195a5d1"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e947a10bc517870627fe43afabea8dbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 491455,
            "upload_time": "2024-06-30T14:15:34",
            "upload_time_iso_8601": "2024-06-30T14:15:34.855246Z",
            "url": "https://files.pythonhosted.org/packages/94/23/7c89d9c5acfeecd0c24ea27c0e6cbb115b52565b95d2c5b01acddb1bbf7f/google_re2-1.1.20240701-1-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a215116d3be1843a52f7e85e66b9cf925f8aedab44a4d77a048bef629fd85e2e",
                "md5": "d1f2bfe20ba102bc69bede45c3e7207a",
                "sha256": "c4bdef3153e1709663c7d72c3928f42e73fdec29432fb0c61f83086991141851"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d1f2bfe20ba102bc69bede45c3e7207a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 461369,
            "upload_time": "2024-06-30T14:15:36",
            "upload_time_iso_8601": "2024-06-30T14:15:36.064370Z",
            "url": "https://files.pythonhosted.org/packages/a2/15/116d3be1843a52f7e85e66b9cf925f8aedab44a4d77a048bef629fd85e2e/google_re2-1.1.20240701-1-cp312-cp312-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87050b6a552554260c4be4508208cd851d096f039b546bee87017fd148864002",
                "md5": "9be59e8ff01306229fd89d8a76bd1894",
                "sha256": "f858db3475646af0c2db5d7d7e82d4efac8a57fbf3af8c2c459358d4b5c43709"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9be59e8ff01306229fd89d8a76bd1894",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 491624,
            "upload_time": "2024-06-30T14:15:37",
            "upload_time_iso_8601": "2024-06-30T14:15:37.832147Z",
            "url": "https://files.pythonhosted.org/packages/87/05/0b6a552554260c4be4508208cd851d096f039b546bee87017fd148864002/google_re2-1.1.20240701-1-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46f0fc092b46de693314750c2e1c74b1c4fb73dc29adc159a7569a0a6ec59ec5",
                "md5": "42a4e59bc523a0579dc7018708e9f8ff",
                "sha256": "0e9b40a9984a7da6992eaa5992e3b4cee2e2d4f00b785d9dacbbd6f83fd0acdc"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "42a4e59bc523a0579dc7018708e9f8ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 461368,
            "upload_time": "2024-06-30T14:15:39",
            "upload_time_iso_8601": "2024-06-30T14:15:39.257084Z",
            "url": "https://files.pythonhosted.org/packages/46/f0/fc092b46de693314750c2e1c74b1c4fb73dc29adc159a7569a0a6ec59ec5/google_re2-1.1.20240701-1-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "637c9ae8bd36c69faddc56ef6e7b99f6b0d9e3a38da06e613d9cd4541d66ba71",
                "md5": "54276927555a49d86c27faab6358c75a",
                "sha256": "0491d76ceb6c4956c808db6dab71ee79e38cc6262e54ce9e760c57c27524f293"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54276927555a49d86c27faab6358c75a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 491620,
            "upload_time": "2024-06-30T14:15:40",
            "upload_time_iso_8601": "2024-06-30T14:15:40.665083Z",
            "url": "https://files.pythonhosted.org/packages/63/7c/9ae8bd36c69faddc56ef6e7b99f6b0d9e3a38da06e613d9cd4541d66ba71/google_re2-1.1.20240701-1-cp312-cp312-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9630cc30976b25aeec408c87ccaba2795838ea4978fcdc1b7314eb07fe27e574",
                "md5": "ddbfd363f5bf832e4f9cf08ed2753c3e",
                "sha256": "b42cba44fd57a0e0710e912b168f3e1174eb7713c8fd9697497ec9d5f50be09c"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ddbfd363f5bf832e4f9cf08ed2753c3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 538284,
            "upload_time": "2024-06-30T14:15:42",
            "upload_time_iso_8601": "2024-06-30T14:15:42.125500Z",
            "url": "https://files.pythonhosted.org/packages/96/30/cc30976b25aeec408c87ccaba2795838ea4978fcdc1b7314eb07fe27e574/google_re2-1.1.20240701-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9abd33bb033f652beb929fab50ee0d3bd9c53930a1d6d56cf9607033c3125248",
                "md5": "db79812fdb27f6c59663aa5fe638faf8",
                "sha256": "2a8a8dd38c5db0a4e936a72244a9174933044d7aaafc96e10325d3fafeaeab96"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db79812fdb27f6c59663aa5fe638faf8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 547075,
            "upload_time": "2024-06-30T14:15:44",
            "upload_time_iso_8601": "2024-06-30T14:15:44.062633Z",
            "url": "https://files.pythonhosted.org/packages/9a/bd/33bb033f652beb929fab50ee0d3bd9c53930a1d6d56cf9607033c3125248/google_re2-1.1.20240701-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99745ccfb496977e76a03b8c7d08fde7c0d86175b42fc304e01c240c7070fa2f",
                "md5": "fe400ea5d59b840f8181319d98648b82",
                "sha256": "3bc6f42c124d2709c44e7d2a52ab23383de695342c8c9b0d7e85bb13dd731baa"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "fe400ea5d59b840f8181319d98648b82",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 422002,
            "upload_time": "2024-06-30T14:15:45",
            "upload_time_iso_8601": "2024-06-30T14:15:45.335594Z",
            "url": "https://files.pythonhosted.org/packages/99/74/5ccfb496977e76a03b8c7d08fde7c0d86175b42fc304e01c240c7070fa2f/google_re2-1.1.20240701-1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cd6ae9c12e65673aa76a8d8bcda3e5554db64e078cb03545bc9f4af06a2f4ce",
                "md5": "2b4cf03d30d41e3bd45c5005651f9414",
                "sha256": "61374bb6f9692d49c7926e004d9f9133c3c7eef41ea58580392493f699979da9"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2b4cf03d30d41e3bd45c5005651f9414",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 497200,
            "upload_time": "2024-06-30T14:15:46",
            "upload_time_iso_8601": "2024-06-30T14:15:46.732282Z",
            "url": "https://files.pythonhosted.org/packages/7c/d6/ae9c12e65673aa76a8d8bcda3e5554db64e078cb03545bc9f4af06a2f4ce/google_re2-1.1.20240701-1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28fd49c7029c7c3f0f845cc34d23014136d548b67813518e742d965b17fdc977",
                "md5": "55a66008d38866cc0c1b7bb48942b446",
                "sha256": "7c405b02cdbaa41725c788dbabc4d3f68a85995dbbfd8b11b730f07472109cf3"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "55a66008d38866cc0c1b7bb48942b446",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 464368,
            "upload_time": "2024-06-30T14:15:48",
            "upload_time_iso_8601": "2024-06-30T14:15:48.045070Z",
            "url": "https://files.pythonhosted.org/packages/28/fd/49c7029c7c3f0f845cc34d23014136d548b67813518e742d965b17fdc977/google_re2-1.1.20240701-1-cp38-cp38-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb039a5327b063bb66db4446207a27bfb323d0fb4908d659294a2e48d8280405",
                "md5": "fd7ae608c59bce0ba6c4b7def2991332",
                "sha256": "adc1cc5f0fba5f3194818e44d39db7f1e0d252f6fbb95cd9420aab6cdf3e2572"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd7ae608c59bce0ba6c4b7def2991332",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 488734,
            "upload_time": "2024-06-30T14:15:49",
            "upload_time_iso_8601": "2024-06-30T14:15:49.396829Z",
            "url": "https://files.pythonhosted.org/packages/cb/03/9a5327b063bb66db4446207a27bfb323d0fb4908d659294a2e48d8280405/google_re2-1.1.20240701-1-cp38-cp38-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59a03d14a4c898c896b54e0fd6b362e1efda65ea7176d1c409e9252cdf4fd855",
                "md5": "f397563f0aa6c73fdc94455ba877347c",
                "sha256": "f398aac7869f0440f6df92a2716d43f4e489c596acdbd3f1b986b1ddc388d22b"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f397563f0aa6c73fdc94455ba877347c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 459038,
            "upload_time": "2024-06-30T14:15:50",
            "upload_time_iso_8601": "2024-06-30T14:15:50.756851Z",
            "url": "https://files.pythonhosted.org/packages/59/a0/3d14a4c898c896b54e0fd6b362e1efda65ea7176d1c409e9252cdf4fd855/google_re2-1.1.20240701-1-cp38-cp38-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc3086f826409108411410f98593d114bd063d6cf55174aa31ba2ebda97a29d4",
                "md5": "b607be79a3d51b5364d6dd245f702f81",
                "sha256": "dccfb84be6d1b847c8a5045cff3e8feed4ba845baaf178a4a14a6bc3c8ac2ed7"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b607be79a3d51b5364d6dd245f702f81",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 487252,
            "upload_time": "2024-06-30T14:15:52",
            "upload_time_iso_8601": "2024-06-30T14:15:52.304756Z",
            "url": "https://files.pythonhosted.org/packages/dc/30/86f826409108411410f98593d114bd063d6cf55174aa31ba2ebda97a29d4/google_re2-1.1.20240701-1-cp38-cp38-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "deef8206c8f00eed3fe8536a4bc857ddb68f1870e0c86a3c44d7836c1e6e4309",
                "md5": "572b1d0cd1218baea4c0c88ecf5f115b",
                "sha256": "9b15afd351d0eb2ba6efe1ba23984ab2c4076d632ca823fd6dbc2b74cb3269b4"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "572b1d0cd1218baea4c0c88ecf5f115b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 459038,
            "upload_time": "2024-06-30T14:15:53",
            "upload_time_iso_8601": "2024-06-30T14:15:53.536153Z",
            "url": "https://files.pythonhosted.org/packages/de/ef/8206c8f00eed3fe8536a4bc857ddb68f1870e0c86a3c44d7836c1e6e4309/google_re2-1.1.20240701-1-cp38-cp38-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61bf7ffaa30b42e323eea5f268decf0c25ba576b9c2a3b77699389a361005e22",
                "md5": "bdba7e4bec4339a06b4e5d6db63b8ad3",
                "sha256": "d772b82b5f8968caeaa7934cf5b1e854c7b8dae61c2cd500f3fc27c6839bc7c9"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bdba7e4bec4339a06b4e5d6db63b8ad3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 487253,
            "upload_time": "2024-06-30T14:15:55",
            "upload_time_iso_8601": "2024-06-30T14:15:55.415222Z",
            "url": "https://files.pythonhosted.org/packages/61/bf/7ffaa30b42e323eea5f268decf0c25ba576b9c2a3b77699389a361005e22/google_re2-1.1.20240701-1-cp38-cp38-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4ea822205fb7e93030a5c588388dfbcb4634459f2e56ddba98d0dd54306e611",
                "md5": "2bfbfcd41cb1ae31945f884817a1ee55",
                "sha256": "5d3d0a282d47ecdc2ecc2952de2abea044b2d95dd9f008d3eba6246c911e0ec7"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2bfbfcd41cb1ae31945f884817a1ee55",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 538000,
            "upload_time": "2024-06-30T14:15:56",
            "upload_time_iso_8601": "2024-06-30T14:15:56.723773Z",
            "url": "https://files.pythonhosted.org/packages/f4/ea/822205fb7e93030a5c588388dfbcb4634459f2e56ddba98d0dd54306e611/google_re2-1.1.20240701-1-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77d8a7ff8c40a6aa28963fcf6a02a5a1565bc7bf9ba4c0d7fdc80d3b8247ff45",
                "md5": "ae9a114b881eed127cb95449326f9a28",
                "sha256": "29f26bc0e94c28aa155c0f3bc326795a237f2450430604d8dd70fe969c7f312d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae9a114b881eed127cb95449326f9a28",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 546655,
            "upload_time": "2024-06-30T14:15:58",
            "upload_time_iso_8601": "2024-06-30T14:15:58.848962Z",
            "url": "https://files.pythonhosted.org/packages/77/d8/a7ff8c40a6aa28963fcf6a02a5a1565bc7bf9ba4c0d7fdc80d3b8247ff45/google_re2-1.1.20240701-1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa2a622ebc3e16d7ba78901e5b820b84854cbcaeec282217abcd60b979e17aaf",
                "md5": "b495025c4bf50af579039da2c3156f9d",
                "sha256": "0470a884e6d79ec5451959951a8562dfa8efc17280cafd486dd2713c486365a5"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "b495025c4bf50af579039da2c3156f9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 420762,
            "upload_time": "2024-06-30T14:16:00",
            "upload_time_iso_8601": "2024-06-30T14:16:00.141821Z",
            "url": "https://files.pythonhosted.org/packages/aa/2a/622ebc3e16d7ba78901e5b820b84854cbcaeec282217abcd60b979e17aaf/google_re2-1.1.20240701-1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57e36f34d73a8e95ea62835c054de3687d8ab13d442e1271422fde1b1a9cbdb0",
                "md5": "fcae861440d6b65652d12b1f59648611",
                "sha256": "c02ef663cf8b1a160f88e6bc709dac810a8d4fb94f136cd75c8b4b8b69553822"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fcae861440d6b65652d12b1f59648611",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 516586,
            "upload_time": "2024-06-30T14:16:01",
            "upload_time_iso_8601": "2024-06-30T14:16:01.797083Z",
            "url": "https://files.pythonhosted.org/packages/57/e3/6f34d73a8e95ea62835c054de3687d8ab13d442e1271422fde1b1a9cbdb0/google_re2-1.1.20240701-1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5c7fb8b0a5b0612b4b092cbe9d056c82c2504a2efb3890f9117a5eb29b556b2",
                "md5": "fc0fac17fe390c2fb8c0eca71db0ddf6",
                "sha256": "96f23b4ee88061ff030d3a2885e20f18894b42adbd22c71777ad3568ae2cb5b9"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fc0fac17fe390c2fb8c0eca71db0ddf6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 464562,
            "upload_time": "2024-06-30T14:16:03",
            "upload_time_iso_8601": "2024-06-30T14:16:03.234237Z",
            "url": "https://files.pythonhosted.org/packages/c5/c7/fb8b0a5b0612b4b092cbe9d056c82c2504a2efb3890f9117a5eb29b556b2/google_re2-1.1.20240701-1-cp39-cp39-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e89c766d096a7ca1a526c6c5c167b1a18bb7a7e7bbb5ec918b51a13a531216c",
                "md5": "0048d89ff8814ea4193d9b9837e0d040",
                "sha256": "dc574b3c226e8e51913b1b0e7d9074a9cca64d6e460543abe58b260fec6a253a"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0048d89ff8814ea4193d9b9837e0d040",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 488939,
            "upload_time": "2024-06-30T14:16:04",
            "upload_time_iso_8601": "2024-06-30T14:16:04.752948Z",
            "url": "https://files.pythonhosted.org/packages/7e/89/c766d096a7ca1a526c6c5c167b1a18bb7a7e7bbb5ec918b51a13a531216c/google_re2-1.1.20240701-1-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3f486954d893ec0a4045ce0a81422e256cd3e69eedd4b60f51233d8f7140d8d",
                "md5": "f60454f7823d73002276efa990c33684",
                "sha256": "426164dbbdb5d166135b4f8d2a6573e671349217e17733ac2471a3961d6eb9ca"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f60454f7823d73002276efa990c33684",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 459306,
            "upload_time": "2024-06-30T14:16:06",
            "upload_time_iso_8601": "2024-06-30T14:16:06.179107Z",
            "url": "https://files.pythonhosted.org/packages/f3/f4/86954d893ec0a4045ce0a81422e256cd3e69eedd4b60f51233d8f7140d8d/google_re2-1.1.20240701-1-cp39-cp39-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6caeb38c9c431de05b24af6361f33601a459618631158f6c9dc6efaa38c61dd9",
                "md5": "ce68e653ed79bd62c921ab2abcb75ee1",
                "sha256": "f53098015e64a1c89315ff104bdb319ddacb8502aaf855ff6bfea6bb0949e8b2"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ce68e653ed79bd62c921ab2abcb75ee1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 487437,
            "upload_time": "2024-06-30T14:16:08",
            "upload_time_iso_8601": "2024-06-30T14:16:08.006362Z",
            "url": "https://files.pythonhosted.org/packages/6c/ae/b38c9c431de05b24af6361f33601a459618631158f6c9dc6efaa38c61dd9/google_re2-1.1.20240701-1-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae48de647a41e01fcded58aebb750032de545084ece84a5a6cd4e5e24a6eafce",
                "md5": "909af7865ac98ac0cad6fb91d69d791c",
                "sha256": "62a5390d65a330688033a4d2f9cd0c54a00a5d8a97406711439745766e191ad4"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "909af7865ac98ac0cad6fb91d69d791c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 459304,
            "upload_time": "2024-06-30T14:16:09",
            "upload_time_iso_8601": "2024-06-30T14:16:09.929422Z",
            "url": "https://files.pythonhosted.org/packages/ae/48/de647a41e01fcded58aebb750032de545084ece84a5a6cd4e5e24a6eafce/google_re2-1.1.20240701-1-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c2c3f71664f6772391c1206f8ed4d9424472609a9ba4149cd6ad84e6ad3a8e3",
                "md5": "7cf1015a4f564f64d3451ef905b1decf",
                "sha256": "06db00a0b86a39f4cb88fad60a50f17b75cfc7f5e375851f90c06fbb600cb49d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7cf1015a4f564f64d3451ef905b1decf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 487434,
            "upload_time": "2024-06-30T14:16:11",
            "upload_time_iso_8601": "2024-06-30T14:16:11.628116Z",
            "url": "https://files.pythonhosted.org/packages/4c/2c/3f71664f6772391c1206f8ed4d9424472609a9ba4149cd6ad84e6ad3a8e3/google_re2-1.1.20240701-1-cp39-cp39-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea9a27727d97a37a03779814cfd2e82f5827a263c9a7e27cb2064fac0a0db32a",
                "md5": "aad686aaba8cce012c3b59315e4e685e",
                "sha256": "4b564004e8577e0b362227d5eec07fd8d53c9dab776bb05525769f532dcf75c8"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aad686aaba8cce012c3b59315e4e685e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 539759,
            "upload_time": "2024-06-30T14:16:13",
            "upload_time_iso_8601": "2024-06-30T14:16:13.001114Z",
            "url": "https://files.pythonhosted.org/packages/ea/9a/27727d97a37a03779814cfd2e82f5827a263c9a7e27cb2064fac0a0db32a/google_re2-1.1.20240701-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc79b67b07f9e361fd01e83052520489ebfce514176716dac1b91bb6c01ff61e",
                "md5": "5138c6f7ee8887adc3eba139e81e14e9",
                "sha256": "12a7b6bf17214f420c70579c421b5132b9dedbe69849ad05a090a52019823ead"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5138c6f7ee8887adc3eba139e81e14e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 547240,
            "upload_time": "2024-06-30T14:16:14",
            "upload_time_iso_8601": "2024-06-30T14:16:14.715220Z",
            "url": "https://files.pythonhosted.org/packages/bc/79/b67b07f9e361fd01e83052520489ebfce514176716dac1b91bb6c01ff61e/google_re2-1.1.20240701-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8dca2fbb0ada8be4198a470ffe36b1bc059162f4249f438a3f070d5e2821b33",
                "md5": "b50b58a01cfee95c2d12d86562288e37",
                "sha256": "85d64b8e22ed1bbb1d0d5302308745b5b8427f99b32bc580f60efddc04fb945d"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "b50b58a01cfee95c2d12d86562288e37",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 420811,
            "upload_time": "2024-06-30T14:16:16",
            "upload_time_iso_8601": "2024-06-30T14:16:16.050351Z",
            "url": "https://files.pythonhosted.org/packages/e8/dc/a2fbb0ada8be4198a470ffe36b1bc059162f4249f438a3f070d5e2821b33/google_re2-1.1.20240701-1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2787df319182bd52e9de445871531fb6cbca9feffcb52353b1dfd10cbf9bc759",
                "md5": "6b031f782c78a254e8aea4803baed637",
                "sha256": "bea380e8e1b3b888014fdf35f051cbbdb4c30c021d047a8b76f4333c3c12fef8"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701-1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b031f782c78a254e8aea4803baed637",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 496477,
            "upload_time": "2024-06-30T14:16:17",
            "upload_time_iso_8601": "2024-06-30T14:16:17.231811Z",
            "url": "https://files.pythonhosted.org/packages/27/87/df319182bd52e9de445871531fb6cbca9feffcb52353b1dfd10cbf9bc759/google_re2-1.1.20240701-1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b97c6a44a14375496d0931ce349b580686ed3ed15bf0c62d77ae1a3a57fab110",
                "md5": "fdc7322af32fb4b916e5624bc2d6f275",
                "sha256": "c0ff84c766db01e2066ad47730ef4463a66fdc954a37b809504884ab95f26fba"
            },
            "downloads": -1,
            "filename": "google_re2-1.1.20240701.tar.gz",
            "has_sig": false,
            "md5_digest": "fdc7322af32fb4b916e5624bc2d6f275",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 11563,
            "upload_time": "2024-06-30T14:16:24",
            "upload_time_iso_8601": "2024-06-30T14:16:24.834925Z",
            "url": "https://files.pythonhosted.org/packages/b9/7c/6a44a14375496d0931ce349b580686ed3ed15bf0c62d77ae1a3a57fab110/google_re2-1.1.20240701.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-30 14:16:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "re2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "google-re2"
}
        
Elapsed time: 0.32725s