Kentzo / async_app

AsyncIO application as a hierarchy of services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis AppVeyor Coverage Updates Python 3 PyPI

Key Features

  • Service-oriented application layout
  • Integrate different asyncio libraries with ease
  • typing-friendly Config that can enforce types (via typeguard or pytypes)

Installation

  • pip install async_app
  • pip install async_app[typeguard] to enforce Config's types with typeguard.
  • pip install async_app[pytypes] to enforce Config's types with pytypes.

Development

requirements.txt lists all dependencies needed to run tests and generate reports.

CI tests each change against latest release of CPython 3 (Windows and macOS) as well as dev (macOS and Ubuntu) and nightly builds (Ubuntu). Tests are run against both pytypes and typeguard. Combined coverage is uploaded to PyPI. See .travis.yml, .appveyor.yml and setup.cfg for the detailed configuration.

About

AsyncIO application as a hierarchy of services

License:Apache License 2.0


Languages

Language:Python 100.0%