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
Since werkzeug 3.1 release, A CaseInsensitiveDict from requests library can no longer be initialized with a Headers object from werkzeug. Explicitly converting a Headers object to a list of tuples is now required.
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules: