https://github.com/amasecocoa/kasumi
Kasumi (“霞” in Japanese Kanji) is an ASGI web server implemented almost from scratch using Starlette as the ASGI toolkit.
https://github.com/amasecocoa/kasumi
asgi asgi-framework python web-framework
Last synced: 2 months ago
JSON representation
Kasumi (“霞” in Japanese Kanji) is an ASGI web server implemented almost from scratch using Starlette as the ASGI toolkit.
- Host: GitHub
- URL: https://github.com/amasecocoa/kasumi
- Owner: AmaseCocoa
- License: mit
- Created: 2024-06-12T08:23:15.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2024-07-08T15:26:58.000Z (10 months ago)
- Last Synced: 2025-02-03T22:44:16.342Z (3 months ago)
- Topics: asgi, asgi-framework, python, web-framework
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This project has been archived. If you are interested in rewritted version, try [Notturno](https://github.com/AmaseCocoa/Notturno)**
# Kasumi
[](https://github.com/astral-sh/ruff) [](https://pypi.python.org/pypi/kasumi-web) [](https://pypi.python.org/pypi/kasumi-web)> [!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](https://github.com/AmaseCocoa/Kasumi/issues/1) 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](https://github.com/AmaseCocoa/Kasumi/blob/develop/example).
## License
Kasumi is available under the MIT License.