Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-07-08T15:26:58.000Z (6 months ago)
- Last Synced: 2024-11-16T23:06:23.055Z (about 2 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
# Kasumi
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![image](https://img.shields.io/pypi/v/kasumi-web.svg)](https://pypi.python.org/pypi/kasumi-web) [![image](https://img.shields.io/pypi/pyversions/kasumi-web.svg)](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.