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.
Release files for webargs-quixote 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| webargs-quixote-0.1.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| webargs_quixote-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / webargs-quixote-0.1.1.tar.gz
| Download URL | webargs-quixote-0.1.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c843c1202a2c123d94acae545c7405dbb5cb585269ebe19af615ce8da8a40a67
|
|
BLAKE2b-256 checksum How to use checksums |
a19434a921393c5bb9da7947d0b4267a3163631950a30a76eccb8de96f423b82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.0b2 CPython/3.10.4 Darwin/21.4.0
|
Release files / webargs_quixote-0.1.1-py3-none-any.whl
| Download URL | webargs_quixote-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ffb0e29cfd5d92387013519178b54909c4348d927a33ca8b5518e1446a72254c
|
|
BLAKE2b-256 checksum How to use checksums |
6440c47821940eac815577e0b416bd11d710165b446c95365454eefdf91c511a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.0b2 CPython/3.10.4 Darwin/21.4.0
|