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.4.0.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.4.0-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file py_sse-0.4.0.tar.gz.
File metadata
- Download URL: py_sse-0.4.0.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 |
909ff9bc2139a5ac707a6479d59c8785c1f11d62493cee58ed5dd0f3bc2ede91
|
|
| MD5 |
10c098db16478e6b94f74a56ed0df136
|
|
| BLAKE2b-256 |
b083eea946bd83d8b8c1443a3f79872f3c6d6fac97cb6ec2195f77bdc1cbc217
|
File details
Details for the file py_sse-0.4.0-py3-none-any.whl.
File metadata
- Download URL: py_sse-0.4.0-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 |
f5e8d50e86c2288503a222b7773d62ebf5e320d39fb38d91639e22f12fe0b95e
|
|
| MD5 |
ec1b525909b10dd0a18f8c9e0cc08a24
|
|
| BLAKE2b-256 |
4b9bb50a7bdc6569f2bcd32e0f40f117b7d24998fa6cb43814837b979ec9ff24
|