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.4.tar.gz
(10.4 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.4-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file py_sse-0.3.4.tar.gz.
File metadata
- Download URL: py_sse-0.3.4.tar.gz
- Upload date:
- Size: 10.4 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 |
6e24d47f59fd5f06113456e4ca54ee533e185650247522a57d404aa4ae615a0c
|
|
| MD5 |
d65d9f359520b4ecf36cf7bb4ad5b0ec
|
|
| BLAKE2b-256 |
cd60dfd74ff9572dcb71093ca8dd98f280818c2a6f6469c6d0743540cbc4fa1d
|
File details
Details for the file py_sse-0.3.4-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.3.4-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
967b5bb6343591b8546d1e3414fb4951aba36b3f92a3a63d93a6066ae69a9bd1
|
|
| MD5 |
2014e73f6f0135f4c9915e07db0257cf
|
|
| BLAKE2b-256 |
a3978f34e0476c39d97c6e57ed9567a1c71fc8d7d168b3e68cd779222618191b
|