Metadata-Version: 1.0
Name: aiojson
Version: 0.3.1590327364
Summary: Simple json request template validator for aiohttp
Home-page: https://git.yurzs.dev/yurzs/aiojson
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: aiojson
        =======
        
        .. |coverage report| image:: https://git.yurzs.dev/yurzs/aiojson/badges/master/coverage.svg
           :target: https://git.yurzs.dev/yurzs/aiojson/-/commits/master
        
        Simple json template verifier for ``aiohttp`` 1
        
        Usage
        -----
        
        Simple example:
        
        .. code-block:: python
        
            from aiohttp import JsonTemplate
        
        
            @JsonTemplate({
                "messages": [{
                    "id": int,
                    "text": str
            }])
            async def received_message(request, validated_data):
                pass
        
Platform: UNKNOWN
