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.
Testing framework installation#
Testing applications can be done with the ASGI-testing module. The Willpyre module does not provide any testing module currently.