Skip to content

tyler46/nameko-webargs

Repository files navigation

Nameko Webargs

Nameko integration with Webargs.

image

image

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.

About

Nameko http entrypoint integration with Webargs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published