granian/granian
Khaleel Al-Adhami 3f0bbd271d
Some checks failed
test / linux (3.10) (push) Has been cancelled
test / linux (3.11) (push) Has been cancelled
test / linux (3.12) (push) Has been cancelled
test / linux (3.13) (push) Has been cancelled
test / linux (3.14) (push) Has been cancelled
test / linux (3.9) (push) Has been cancelled
test / linux (pypy3.11) (push) Has been cancelled
test / linux (3.13t) (push) Has been cancelled
test / linux (3.14t) (push) Has been cancelled
test / macos (3.10) (push) Has been cancelled
test / macos (3.11) (push) Has been cancelled
test / macos (3.12) (push) Has been cancelled
test / macos (3.13) (push) Has been cancelled
test / macos (3.14) (push) Has been cancelled
test / macos (3.9) (push) Has been cancelled
test / macos (3.13t) (push) Has been cancelled
test / macos (3.14t) (push) Has been cancelled
test / windows (3.10) (push) Has been cancelled
test / windows (3.11) (push) Has been cancelled
test / windows (3.12) (push) Has been cancelled
test / windows (3.13) (push) Has been cancelled
test / windows (3.13t) (push) Has been cancelled
test / windows (3.14) (push) Has been cancelled
test / windows (3.14t) (push) Has been cancelled
test / windows (3.9) (push) Has been cancelled
Fix dotenv support with override (#625)
2025-07-01 22:40:45 +02:00
..
server Fix embed server reload 2025-06-28 13:23:26 +02:00
utils Add forwarded headers wrappers (#620) 2025-06-28 14:38:54 +02:00
__init__.py Exports internal loop registry (#498) 2025-02-10 21:57:32 +01:00
__main__.py Rewrite CLI to use click instad of typer (#270) 2024-04-26 23:26:33 +02:00
_compat.py Avoid rust task-impl on Python >= 3.12 2025-02-09 00:30:35 +01:00
_futures.py Avoid to register _CBSchedulerTask on asyncio task impl (close #513) 2025-03-04 23:45:54 +01:00
_granian.pyi Review shared socket implementation (#579) 2025-05-18 22:11:08 +02:00
_imports.py Add dotenv files loading support (#615) 2025-06-27 17:30:17 +02:00
_internal.py Fix dotenv support with override (#625) 2025-07-01 22:40:45 +02:00
_loops.py Add free-threaded Python support (#494) 2025-02-02 21:23:54 +01:00
_signals.py Avoid to run Python event loop in WSGI (#443) 2024-12-01 13:15:04 +01:00
_types.py Add mTLS support (#574) 2025-05-11 08:31:17 +02:00
asgi.py Fix ASGI access logs missing method with websockets (#424) 2024-10-29 19:33:52 +01:00
cli.py Add working directory option (#619) 2025-06-28 13:21:30 +02:00
constants.py Bump version to 2.0 (#507) 2025-02-25 20:27:28 +01:00
errors.py chore: bump ruff from 0.1.x to 0.5.x (#361) 2024-07-31 11:41:47 +02:00
http.py Add request headers read timeout (#509) 2025-02-26 22:28:54 +01:00
log.py feat: add support for logging.NOTSET level (#439) 2024-12-01 13:14:20 +01:00
net.py Review shared socket implementation (#579) 2025-05-18 22:11:08 +02:00
py.typed refactor package structure and typing 2022-07-21 18:24:13 +02:00
rsgi.py Avoid to share listener socket on Linux and FreeBSD (#546) 2025-04-06 15:43:40 +02:00
wsgi.py Fixed incorrect parsing of ipv6 addresses in RSGI and WSGI access logs (#477) 2025-01-08 16:40:36 +01:00