Simple json request template validator for aiohttp
Project description
Simple json template verifier for aiohttp
Usage
Simple example:
from aiohttp import JsonTemplate
@JsonTemplate({
"messages": [{
"id": int,
"text: str
}])
async def received_message(request, validated_data):
pass
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.