Metadata-Version: 1.1
Name: aiodinweb
Version: 0.1.0
Summary: Toolkit for building web API's using Odin and `aiohttp`.
Home-page: https://github.com/python-odin/aiodinweb
Author: Tim Savage
Author-email: tim@savage.company
License: BSD
Description: #####################################
        OdinWeb for `aiohttp` and Python 3.6+
        #####################################
        
        OdinWeb API framework for aiohttp. For building your APIs using asyncio.
        
        .. note:: Currently in development, APIs can change.
        
        Features:
        
        - API Framework designed around OpenAPI
        
        - Built in support for OpenAPI spec
        
        - Built in support for CORS
        
        - Handling of validation of all incoming parameters (via Odin)
        
        - Handling of Serialisation and Deserialisation of data into common API
          content types including JSON, XML, and YAML.
        
        - Easily extensible.
        
        - Built in Authorisation and customisble Authentication.
        
        - Fully type annotated with Python 3.6+ typing support.
        
        
        Contributions
        =============
        
        Contributions are always welcome, however please ensure the following
        guidelines are met to ensure your PR will be accepted.
        
        - AIOdinWeb uses Git-Flow
        
        - Check with Flake8, this must pass
        
        - Ensure type annotations are fully applied.
        
        - Ensure your contribution comes with fast test cases (for PyTest)
        
        - Documentation is generated from code, ensure your contribution is
          documented.
        
        Thanks!
        
        -
        
        
Keywords: web
api
restful
OpenAPI
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
