Releases: morington/oopsys-python
Releases · morington/oopsys-python
Release list
Release 0.1.0
Status: beta — personal scratch release
This is an early 0.1.0 drop aimed at my own projects, not a polished public product yet. APIs and behavior may change. Use it if the idea fits; don’t treat it as production-hardened infrastructure.
Heavy dependencies (by design)
The library pulls in a non-minimal stack on purpose:
structlog — logging goes through your app’s existing structlog setup (channel OOPSYS)
pydantic + pydantic-settings — config from OOPSYS_* env only
httpx — optional HTTP delivery to an error agent
There is no “stdlib-only” mode. You bring structlog (e.g. via kitstructlog) yourself; oopsys does not configure logging for you.
Requires Python 3.13+