wheezy.routing


Namewheezy.routing JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.routing
SummaryA lightweight path routing library
upload_time2023-07-28 10:58:27
maintainer
docs_urlhttps://pythonhosted.org/wheezy.routing/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords routing path url patterns match web mapping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.routing

[![Build Status](https://travis-ci.org/akornatskyy/wheezy.routing.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.routing)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.routing/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.routing?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezyrouting/badge/?version=latest)](https://wheezyrouting.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.routing.svg)](https://badge.fury.io/py/wheezy.routing)

[wheezy.routing](https://pypi.org/project/wheezy.routing/) is a
[python](https://www.python.org) package written in pure Python code. It
is a simple mapping between URL patterns (as plain simple strings, curly
expressions or regular expressions) to a handler that can be anything
you like (there is no limitation or prescription what handler is or
could be).

The mapping can include other mappings and constructed dynamically.

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.routing),
  [examples](https://github.com/akornatskyy/wheezy.routing/tree/master/demos)
  and [issues](https://github.com/akornatskyy/wheezy.routing/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.routing)
- [documentation](https://wheezyrouting.readthedocs.io/en/latest/)

## Install

[wheezy.routing](https://pypi.org/project/wheezy.routing) requires
[python](https://www.python.org) version 3.8+. It is independent of operating
system. You can install it from
[pypi](https://pypi.org/project/wheezy.routing/):

```sh
pip install -U wheezy.routing
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.routing).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.routing",
    "name": "wheezy.routing",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.routing/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "routing path url patterns match web mapping",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/70/39/c9e7da632b741fef14baf93b593248a93d26cf2a3f5cbd4fc6aca621c2a9/wheezy.routing-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.routing\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.routing.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.routing)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.routing/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.routing?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezyrouting/badge/?version=latest)](https://wheezyrouting.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.routing.svg)](https://badge.fury.io/py/wheezy.routing)\n\n[wheezy.routing](https://pypi.org/project/wheezy.routing/) is a\n[python](https://www.python.org) package written in pure Python code. It\nis a simple mapping between URL patterns (as plain simple strings, curly\nexpressions or regular expressions) to a handler that can be anything\nyou like (there is no limitation or prescription what handler is or\ncould be).\n\nThe mapping can include other mappings and constructed dynamically.\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.routing),\n  [examples](https://github.com/akornatskyy/wheezy.routing/tree/master/demos)\n  and [issues](https://github.com/akornatskyy/wheezy.routing/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.routing)\n- [documentation](https://wheezyrouting.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.routing](https://pypi.org/project/wheezy.routing) requires\n[python](https://www.python.org) version 3.8+. It is independent of operating\nsystem. You can install it from\n[pypi](https://pypi.org/project/wheezy.routing/):\n\n```sh\npip install -U wheezy.routing\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyy/wheezy.routing).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight path routing library",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.routing"
    },
    "split_keywords": [
        "routing",
        "path",
        "url",
        "patterns",
        "match",
        "web",
        "mapping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7039c9e7da632b741fef14baf93b593248a93d26cf2a3f5cbd4fc6aca621c2a9",
                "md5": "8f0f72a6de472081e3451f23581dcfca",
                "sha256": "ac873a39dd7a5be4ddde5142307dff2f1806a562abe31c613246a29225142ca9"
            },
            "downloads": -1,
            "filename": "wheezy.routing-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8f0f72a6de472081e3451f23581dcfca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10046,
            "upload_time": "2023-07-28T10:58:27",
            "upload_time_iso_8601": "2023-07-28T10:58:27.529222Z",
            "url": "https://files.pythonhosted.org/packages/70/39/c9e7da632b741fef14baf93b593248a93d26cf2a3f5cbd4fc6aca621c2a9/wheezy.routing-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.routing",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.routing"
}
        
Elapsed time: 0.11059s