You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,6 @@ It can help you create a routing mechanism for your web servers or frameworks.
13
13
14
14
It's a thin wrapper of [denoland/rust-urlpattern](https://github.com/denoland/rust-urlpattern) with [PyO3](https://github.com/PyO3/pyo3) + [Maturin](https://github.com/PyO3/maturin).
15
15
16
-
## Installation
17
-
18
-
On Linux/UNIX or macOS:
19
-
20
-
```sh
21
-
pip install urlpattern
22
-
```
23
-
24
-
On Windows:
25
-
26
-
```sh
27
-
py -m pip install urlpattern
28
-
```
29
-
30
16
## Example
31
17
32
18
```py
@@ -40,3 +26,17 @@ result = pattern.exec("/abc/def", "https://test.example")
0 commit comments