minimal python sse server
Project description
[!WARNING] Under active development — May 2026
app.py
app = create_app()
@app.get("/")
async def index(req):
return "<h1>Hello</h1>"
if __name__ == "__main__":
serve(app)
python app.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_sse-0.3.1.tar.gz
(9.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_sse-0.3.1.tar.gz.
File metadata
- Download URL: py_sse-0.3.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux ARM","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
084cdb7223743de810d4182e83a539c57b1b125328eeb0bd8f78124cfeb43097
|
|
| MD5 |
8a29d58602ad9d20f2b45a390ea119ca
|
|
| BLAKE2b-256 |
8642c66ec93b1b124697260145d95a2ec1c3d5fd3da31af55aceabc8969c9c28
|
File details
Details for the file py_sse-0.3.1-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux ARM","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39a3bfbdbc0e4cb5400474257d63caaa9f3bb75ff2c9e69e623ba9c3f4662bb3
|
|
| MD5 |
b9e3a4df6e0bb78793c5cddf7dee1084
|
|
| BLAKE2b-256 |
842b5e4284acea8f64c4e58a511f358c98789945732793c00c50ba7019cd1f4a
|