Warning
Kasumi is in a very early development stage. Do not use it in a production environment.
Kasumi (“霞” in Japanese Kanji) is an ASGI web server implemented almost from scratch using Starlette as the ASGI toolkit.
Kasumi is published on PyPI and can be installed with the following command.
Important
Kasumi is not currently registered with PyPI. Please check the following issue for more information.
pip install kasumi
Note
Installation via PyPI is now possible by acquiring the Kasumi-web
namespace.
pip install kasumi-web
pip install https://github.com/AmaseCocoa/Kasumi/archive/develop.zip
Examples are available at Example Directory.
Kasumi is available under the MIT License.