{ "info": { "author": "The RE2 Authors", "author_email": "re2-dev@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: C++", "Programming Language :: Python :: 3.6" ], "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.\n\nKnown differences between this 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 Text (unicode in Python 2, str in Python 3) will be encoded to UTF-8.\n * The pattern string cannot be Text if the options specify Latin-1 encoding.\n\nKnown issues with regard to building the C++ extension:\n\n * Building requires RE2 and pybind11 to be installed on your system.\n On Debian, for example, install the libre2-dev and pybind11-dev packages.\n * Building on macOS has not been tested yet and will possibly fail.\n * Building on Windows has not been tested yet and will probably fail.", "description_content_type": "text/plain", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/google/re2", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "google-re2", "package_url": "https://pypi.org/project/google-re2/", "platform": "", "project_url": "https://pypi.org/project/google-re2/", "project_urls": { "Homepage": "https://github.com/google/re2" }, "release_url": "https://pypi.org/project/google-re2/0.0.3/", "requires_dist": null, "requires_python": "~=3.6", "summary": "RE2 Python bindings", "version": "0.0.3" }, "last_serial": 5891151, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "22f7bee10a0f5afb6f9832d679a2c2e9", "sha256": "850830cebaf47b9927607ff59c1aab272d41aff4cf4f9f5c24586ba5d3f57dba" }, "downloads": -1, "filename": "google-re2-0.0.0.tar.gz", "has_sig": false, "md5_digest": "22f7bee10a0f5afb6f9832d679a2c2e9", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 7927, "upload_time": "2019-09-26T14:26:30", "url": "https://files.pythonhosted.org/packages/dc/ac/7a0e525e0e489d0a7f155a0992ca9742415ba0f56b9ef7f66542ba9effb6/google-re2-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "7f8da2f009f5c2cf57c44e9c3338dac3", "sha256": "87e6390b4699e87e8552e2edcb440b0d0173c7bec866711558875df2eb6cc050" }, "downloads": -1, "filename": "google-re2-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7f8da2f009f5c2cf57c44e9c3338dac3", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 7914, "upload_time": "2019-09-26T14:35:40", "url": "https://files.pythonhosted.org/packages/45/ed/aa71583bc4900ce5253d86d1606e2b870cbdd50e98eb31603bad0963bf9f/google-re2-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "de8bc318b3ca7698feb31e9025d63e45", "sha256": "9a20f42ff44271b26a7f62ce1db687774f9b795b53753549efa0f0f8157c66f8" }, "downloads": -1, "filename": "google-re2-0.0.2.tar.gz", "has_sig": false, "md5_digest": "de8bc318b3ca7698feb31e9025d63e45", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 8087, "upload_time": "2019-09-26T14:52:35", "url": "https://files.pythonhosted.org/packages/f1/72/4e8d98795a472089f4207292e92df72e39aedc09636903e9fdb3b4e24fa8/google-re2-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "1afd6e09db15418afc38df542899b3fc", "sha256": "10f699e9c2407a9817a5dfc892a5f6abe65efab04c132fd3f5850af0839e1adf" }, "downloads": -1, "filename": "google-re2-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1afd6e09db15418afc38df542899b3fc", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 8265, "upload_time": "2019-09-26T15:13:17", "url": "https://files.pythonhosted.org/packages/f7/be/c7afd76786b21db8c5843aecae28812c9580d490b6aa82ae23238e5ba844/google-re2-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1afd6e09db15418afc38df542899b3fc", "sha256": "10f699e9c2407a9817a5dfc892a5f6abe65efab04c132fd3f5850af0839e1adf" }, "downloads": -1, "filename": "google-re2-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1afd6e09db15418afc38df542899b3fc", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 8265, "upload_time": "2019-09-26T15:13:17", "url": "https://files.pythonhosted.org/packages/f7/be/c7afd76786b21db8c5843aecae28812c9580d490b6aa82ae23238e5ba844/google-re2-0.0.3.tar.gz" } ] }