Installation#

The installation process is simple, just install Git. Then follow along.

Willpyre Installation#

$ git clone https://github.com/re-masashi/willpyre
$ cd willpyre
$ pip install .

A PyPi install is currently not present, (for version 0.0.1)

ASGI server installation#

Willpyre is based on the ASGI specification and can be used with any ASGI server.

Note

Willpyre, does not prefer any specific ASGI server. It gives you the choice. You can use any ASGI server like Uvicorn, Hypercorn, Daphne or Granian.

Testing framework installation#

Testing applications can be done with the ASGI-testing module. The Willpyre module does not provide any testing module currently.