Nameko integration with Webargs.
Webargs is a Python library for parsing and validating HTTP requests arguments. nameko-webargs allows you to use it for Nameko http entrypoints.
pip install -U nameko-webargs
nameko-webargs supports Python >= 3.5
A real-world nameko example can be found at examples folder. First create a .env file by copying env.example and then run the following command from project root directory:
env $(cat .env | grep "^[^#;]" | xargs) ./run.sh
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. Inspired by webargs-sanic package.