Getting started

Installation

Asgineer need Python 3.6 or higher. To install or upgrade, run:

$ pip install -U asgineer

Dependencies

Asgineer does not directly depend on any other libraries, but it does need an ASGI erver to run on. You need to install one of these seperately:

  • Uvicorn is bloody fast (thanks to uvloop and httptools).
  • Hypercorn can be multi-process (uses h11 end wsproto).
  • Daphne is part of the Django ecosystem (uses Twisted).
  • Trio-web is based on Trio, pre-alpa and incomplete, you can help improve it!
  • Others will surely come, also watch this list