repath


Namerepath JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/nickcoutsos/python-repath
SummaryGenerate regular expressions form ExpressJS path patterns
upload_time2019-10-08 00:25:22
maintainer
docs_urlNone
authorNikolaos Coutsos
requires_python
licenseMIT
keywords url path pattern regex express route
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            A port of the pathToRegexp node module to Python. Parses express-style paths to PCRE regular expression patterns, taking advantage of Python's named capture groups.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nickcoutsos/python-repath",
    "name": "repath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "url path pattern regex express route",
    "author": "Nikolaos Coutsos",
    "author_email": "ncoutsos@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/65/e1/824989291d0f01886074fdf9504ba54598f5665bc4dd373b589b87e76608/repath-0.9.0.tar.gz",
    "platform": "",
    "description": "A port of the pathToRegexp node module to Python. Parses express-style paths to PCRE regular expression patterns, taking advantage of Python's named capture groups.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generate regular expressions form ExpressJS path patterns",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://github.com/nickcoutsos/python-repath"
    },
    "split_keywords": [
        "url",
        "path",
        "pattern",
        "regex",
        "express",
        "route"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87ed92e9b8a3ffc562f21df14ef2538f54e911df29730e1f0d79130a4edc86e7",
                "md5": "7dd42c314b297b867d1ba7f0bbc9a550",
                "sha256": "ee079d6c91faeb843274d22d8f786094ee01316ecfe293a1eb6546312bb6a318"
            },
            "downloads": -1,
            "filename": "repath-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dd42c314b297b867d1ba7f0bbc9a550",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4738,
            "upload_time": "2019-10-08T00:25:20",
            "upload_time_iso_8601": "2019-10-08T00:25:20.842791Z",
            "url": "https://files.pythonhosted.org/packages/87/ed/92e9b8a3ffc562f21df14ef2538f54e911df29730e1f0d79130a4edc86e7/repath-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65e1824989291d0f01886074fdf9504ba54598f5665bc4dd373b589b87e76608",
                "md5": "9f0578aa0e014f6b536c9a0f42987010",
                "sha256": "8292139bac6a0e43fd9d70605d4e8daeb25d46672e484ed31a24c7ce0aef0fb7"
            },
            "downloads": -1,
            "filename": "repath-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9f0578aa0e014f6b536c9a0f42987010",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5492,
            "upload_time": "2019-10-08T00:25:22",
            "upload_time_iso_8601": "2019-10-08T00:25:22.300176Z",
            "url": "https://files.pythonhosted.org/packages/65/e1/824989291d0f01886074fdf9504ba54598f5665bc4dd373b589b87e76608/repath-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-10-08 00:25:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nickcoutsos",
    "github_project": "python-repath",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "repath"
}
        
Elapsed time: 0.24471s