rre


Namerre JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/upshiftbe/regular-regexes
SummarySimplify the usage of common regexes
upload_time2023-11-08 08:37:13
maintainer
docs_urlNone
authorUpshift
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Regular regexes

The goal of this repo is avoid having to look up commonly used regexes, but have them all bundled in a single place.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Usage

Install the package using `pip install regular_regexes`

Import it:

`from rre import rre` (goal is to stay as close as possible to the default regex package)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/upshiftbe/regular-regexes",
    "name": "rre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Upshift",
    "author_email": "hello@upshift.be",
    "download_url": "https://files.pythonhosted.org/packages/6a/a8/fe1a300656990eaacbc1c671023f4a10a5039dca4fa6df9deb3a258bb8da/rre-0.0.6.tar.gz",
    "platform": null,
    "description": "# Regular regexes\n\nThe goal of this repo is avoid having to look up commonly used regexes, but have them all bundled in a single place.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Usage\n\nInstall the package using `pip install regular_regexes`\n\nImport it:\n\n`from rre import rre` (goal is to stay as close as possible to the default regex package)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simplify the usage of common regexes",
    "version": "0.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/upshiftbe/regular-regexes/issues",
        "Homepage": "https://github.com/upshiftbe/regular-regexes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c43ffa2a4b8faddaea7c84dcd77c905831255ccfe7a194f3a128e4d3649e40",
                "md5": "124fdfa5f2b1db53b7d6da6563ad1692",
                "sha256": "45a66b33658a33291ff979178ebdd63df277b2913ef469487a1c964be2b9f529"
            },
            "downloads": -1,
            "filename": "rre-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "124fdfa5f2b1db53b7d6da6563ad1692",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3211,
            "upload_time": "2023-11-08T08:37:13",
            "upload_time_iso_8601": "2023-11-08T08:37:13.077628Z",
            "url": "https://files.pythonhosted.org/packages/32/c4/3ffa2a4b8faddaea7c84dcd77c905831255ccfe7a194f3a128e4d3649e40/rre-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aa8fe1a300656990eaacbc1c671023f4a10a5039dca4fa6df9deb3a258bb8da",
                "md5": "d72d6ac32db81ef726942512dd09f7e6",
                "sha256": "59a3ac9c1c43d1f46f2c864319989580e067fc5e383a6383057da30d31dfb6f5"
            },
            "downloads": -1,
            "filename": "rre-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d72d6ac32db81ef726942512dd09f7e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2962,
            "upload_time": "2023-11-08T08:37:13",
            "upload_time_iso_8601": "2023-11-08T08:37:13.985808Z",
            "url": "https://files.pythonhosted.org/packages/6a/a8/fe1a300656990eaacbc1c671023f4a10a5039dca4fa6df9deb3a258bb8da/rre-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 08:37:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "upshiftbe",
    "github_project": "regular-regexes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rre"
}
        
Elapsed time: 0.31704s