Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-core
36 commits behind the upstream repository.
David Douard's avatar
David Douard authored
Extract the argument/option handling logic (for init-admin, init,
version, and upgrade commands) in a single handle_cmd_args() function.
c044c25b
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