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.5.tar.gz
(11.1 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.5-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file py_sse-0.3.5.tar.gz.
File metadata
- Download URL: py_sse-0.3.5.tar.gz
- Upload date:
- Size: 11.1 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 |
b8134ee486d5bb214a5962fbfb9fbe95cf72ff6cd05c284004d8e052a9950921
|
|
| MD5 |
6401a34ba0088f77ce4e775c7a3edc50
|
|
| BLAKE2b-256 |
d056b9dff858d44d619f0fb2e12986ba0b0deaea5432b9d67e73816f26f0c047
|
File details
Details for the file py_sse-0.3.5-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.3.5-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
5d7c6c16b395e3d7677042c0b3c9859eb847c352aa1c4fea83fde92cefbc68ba
|
|
| MD5 |
db00739e52e364834a394595a48f3ab4
|
|
| BLAKE2b-256 |
fe28d00ed446ee6b51b08b92ba8e1ec37dc2cb9994c52d945df67c643dec2f3d
|