webargs support for quixote
Project description
webargs-quixote
webargs support for Quixote web framework.
Install
pip install webargs-quixote
# or
poetry add webargs-quixote
Usage
from webargs import fields
from webargs_quixote import parser, use_args
@use_args({"value": fields.Int()})
def home(req, args):
return args
Looks webargs docs for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webargs-quixote-0.1.1.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webargs-quixote-0.1.1.tar.gz.
File metadata
- Download URL: webargs-quixote-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0b2 CPython/3.10.4 Darwin/21.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c843c1202a2c123d94acae545c7405dbb5cb585269ebe19af615ce8da8a40a67
|
|
| MD5 |
482becefd9e0fc66421af0c3a07d17a0
|
|
| BLAKE2b-256 |
a19434a921393c5bb9da7947d0b4267a3163631950a30a76eccb8de96f423b82
|
File details
Details for the file webargs_quixote-0.1.1-py3-none-any.whl.
File metadata
- Download URL: webargs_quixote-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0b2 CPython/3.10.4 Darwin/21.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffb0e29cfd5d92387013519178b54909c4348d927a33ca8b5518e1446a72254c
|
|
| MD5 |
e0dd9c937d1b12ec0323def8c622c13e
|
|
| BLAKE2b-256 |
6440c47821940eac815577e0b416bd11d710165b446c95365454eefdf91c511a
|