Software Heritage - Core foundations
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules:
- config parser
- serialization
- logging mechanism
- database connection
- http-based RPC client/server
When running command line tools like `swh alter` or `swh scanner`, there is rarely a Sentry DSN set. As errors are most often monitored from the terminal in such configuration, let’s not display a warning that is more noise than signal.
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules: