Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-core
50 commits behind the upstream repository.
Jérémy Bobbio (Lunar)'s avatar
Jérémy Bobbio (Lunar) authored
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.
ab2b8be2
History

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