Metadata-Version: 2.0
Name: aioservice
Version: 0.0.1
Summary: Library to provide HTTP advanced service building
Home-page: https://aioservice.readthedocs.org
Author: Denis Makogon
Author-email: lildee1991@gmail.com
License: License :: OSI Approved :: Apache Software License
Keywords: functions,lambdas,python API
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Dist: aiohttp (==1.1.5)

[![Documentation Status](https://readthedocs.org/projects/aioservice/badge/?version=latest)](http://aioservice.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/denismakogon/aioservice.svg?branch=master)](https://travis-ci.org/denismakogon/aioservice)
[![Coverage](https://codecov.io/gh/denismakogon/aioservice/branch/master/graph/badge.svg)](https://codecov.io/gh/denismakogon/aioservice)

AIOService
==========

AIOService is
-------------

Set of routines to build web services.


AIOService is not
-----------------

A web service, it is a framework that helps to organize web services based on aiohttp.


AIOService: HTTP
----------------

AIOService.HTTP contains set of routines to build HTTP web services with nested versioned API controllers.
It has:

* Root HTTP service
* Versioned sub-services
* Request controller handlers routines


