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.0.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.0.tar.gz.
File metadata
- Download URL: py_sse-0.3.0.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 |
35c800ad04c1398ebe8eac1d4e133897951c79a3c51087a0731198e521f486f6
|
|
| MD5 |
a9695a3383bc00e34aafbb97b0fcaef5
|
|
| BLAKE2b-256 |
3df00577a170ac09f03a593ad23db3796112adfdb398b0308341dff5eee9ce3f
|
File details
Details for the file py_sse-0.3.0-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.3.0-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 |
8ce62ae0cff0276d56e7f5d54b8c582b7acc14920fc91f74a3945b6d1dc2d4d8
|
|
| MD5 |
6b13cda57cdb658e1b23e4fafa1661b2
|
|
| BLAKE2b-256 |
4b4b20e962e6c2e9ee2113bcd4d080df94ac01be06b06942d1b3d3c5124fa229
|