url-matcher
is an open-source project. Your contribution is very welcome!
If you have a bug report, a new feature proposal or simply would like to make a question, please check our issue tracker on Github: https://github.com/zytedata/url-matcher/issues
Our source code is hosted on Github: https://github.com/zytedata/url-matcher
Before opening a pull request, it might be worth checking current and previous issues. Some code changes might also require some discussion before being accepted so it might be worth opening a new issue before implementing huge or breaking changes.
We use tox to run tests with different Python versions:
tox
The command above also runs type checks; we use mypy.