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
Parses query args in [Sanic](https://github.com/channelcat/sanic) using type annotations.
5
+
6
+
## Install
7
+
Install with pip
8
+
```
9
+
$ pip install sanicargs
10
+
```
5
11
6
12
## Usage
7
13
8
-
Use with [Sanic framework](https://github.com/channelcat/sanic)
14
+
Use the `parse_query_args` decorator to parse query args and type cast query args and path params with [Sanic](https://github.com/channelcat/sanic)'s routes or blueprints like in the [example](https://github.com/trustpilot/python-sanicargs/tree/master/examples/simple.py) below:
0 commit comments