Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.29 KB

Kasumi

Ruff image image

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.

Installing

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

If install the latest development version:

pip install https://github.com/AmaseCocoa/Kasumi/archive/develop.zip

Examples

Examples are available at Example Directory.

License

Kasumi is available under the MIT License.