/nameko-webargs

Nameko http entrypoint integration with Webargs

Primary LanguagePythonMIT LicenseMIT

Nameko Webargs

Nameko integration with Webargs.

Documentation Status Updates

Webargs is a Python library for parsing and validating HTTP requests arguments. nameko-webargs allows you to use it for Nameko http entrypoints.

Installing

pip install -U nameko-webargs

nameko-webargs supports Python >= 3.5

Usage

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

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. Inspired by webargs-sanic package.