sanic-routing 23.12.0
0
Core routing component for Sanic
Contents
Core routing component for Sanic
Stars: 13, Watchers: 13, Forks: 11, Open Issues: 9The sanic-org/sanic-routing
repo was created 3 years ago and the last code push was 9 months ago. The project is not very popular with only 13 github stars!
How to Install sanic-routing
You can install sanic-routing using pip
pip install sanic-routing
or add it to a project with poetry
poetry add sanic-routing
Package Details
- Author
- Adam Hopkins
- License
- MIT
- Homepage
- https://github.com/sanic-org/sanic-routing/
- PyPi:
- https://pypi.org/project/sanic-routing/
- GitHub Repo:
- https://github.com/sanic-org/sanic-routing
Classifiers
Related Packages
Errors
A list of common sanic-routing errors.
Code Examples
Here are some sanic-routing
code examples and snippets.
GitHub Issues
The sanic-routing package has 9 open issues on GitHub
- [BREAKING] Only match non-empty string
- Fixed: change typing on register_pattern
- Incorrect handling of
pattern
argument forregister_pattern
- Support checking multiple requirements
- router: Fix missing requirement checks for regex routes
- Add casting to regex matching
- Add extension parameter type
- Routes with extension