All-Night
A tiny, single-file Flask-like ASGI web framework.
pip install all-night
from night import Night
app = Night()
@app.get("/")
def index():
return {"hello": "night"}
Run with uvicorn app:app --reload or night run app.py.
See the documentation for guides and the API reference.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
all_night-0.1.1.tar.gz
(32.3 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
all_night-0.1.1-py3-none-any.whl
(28.6 kB
view details)
File details
Details for the file all_night-0.1.1.tar.gz.
File metadata
- Download URL: all_night-0.1.1.tar.gz
- Upload date:
- Size: 32.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f8eb0c83466422aabdfde7049174fad76d054702d9cfebd80c7be31c5aed27
|
|
| MD5 |
311c4619f270851ba1cefb2f6a9d82fa
|
|
| BLAKE2b-256 |
afbdd649a3aae915394795979f66a45e0857a35f30a643e0425b9f1e8325eef0
|
File details
Details for the file all_night-0.1.1-py3-none-any.whl.
File metadata
- Download URL: all_night-0.1.1-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04a5842b2aeabc859d665a14b6d83cb547f2c2112ba9b8cbf9724cb47e2c098
|
|
| MD5 |
d3838546e0c7251ab0aa12e451f3928d
|
|
| BLAKE2b-256 |
d500204027578f0e3f1a2bc0527db87f4e96d7e57c2467150c96715973cb6e96
|