Socket
Socket
Sign inDemoInstall

async-app

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-app

AsyncIO application as a hierarchy of services


Maintainers
1

.. image:: https://travis-ci.org/Kentzo/async_app.svg?branch=master :target: https://travis-ci.org/Kentzo/async_app :alt: Travis .. image:: https://ci.appveyor.com/api/projects/status/abqxn2vbk5k2styb/branch/master?svg=true :target: https://ci.appveyor.com/project/Kentzo/async-app :alt: AppVeyor .. image:: https://codecov.io/gh/Kentzo/async_app/branch/master/graph/badge.svg :target: https://codecov.io/gh/Kentzo/async_app :alt: Coverage .. image:: https://pyup.io/repos/github/Kentzo/async_app/shield.svg :target: https://pyup.io/repos/github/Kentzo/async_app/ :alt: Updates .. image:: https://pyup.io/repos/github/Kentzo/async_app/python-3-shield.svg :target: https://pyup.io/repos/github/Kentzo/async_app/ :alt: Python 3 .. image:: https://img.shields.io/pypi/v/async_app.svg :target: https://pypi.python.org/pypi/async_app :alt: PyPI

Key Features

  • Service-oriented application layout
  • Integrate different asyncio libraries with ease
  • typing-friendly <https://docs.python.org/3/library/typing.html>_ Config that can enforce types (via typeguard <typeguard>_ or pytypes <pytypes>_)

Installation

  • pip install async_app
  • pip install async_app[typeguard] to enforce Config's types with typeguard <typeguard>_.
  • pip install async_app[pytypes] to enforce Config's types with pytypes <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 <.travis.yml>, .appveyor.yml <.appveyor.yml> and setup.cfg <setup.cfg>_ for the detailed configuration.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc