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.2.tar.gz
(9.9 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
py_sse-0.3.2-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file py_sse-0.3.2.tar.gz.
File metadata
- Download URL: py_sse-0.3.2.tar.gz
- Upload date:
- Size: 9.9 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 |
e64ccdf898491a1f4458e2d870610e4dfea77bfc389b7edecac41b34f3872b6b
|
|
| MD5 |
14e13d10d59999709d3fc2c2b26b8da0
|
|
| BLAKE2b-256 |
4d4194eddcb610f81a3e7d97314ba25baf0f7c2321c56ee798de4fb011ea293d
|
File details
Details for the file py_sse-0.3.2-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.3.2-py3-none-any.whl
- Upload date:
- Size: 10.9 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 |
acd84b2c2bd18e0fe166243e4f46894c49cdbd55be6c0d775f4d7966d34e056b
|
|
| MD5 |
9bdfaf2c01938b8631f2b9600a55657f
|
|
| BLAKE2b-256 |
8f3b33446e93f0bfb2727477e5fbd8b67698dec95e8af419d86db1c03dba3210
|