bridge.bootstrap.wiring module

Contents

bridge.bootstrap.wiring module#

Default wiring for the bridge: registers the bio.tools schema, the GitHub repo provider, and both directional pipelines. Idempotent and guarded by bootstrap.state.

bridge.bootstrap.wiring.wiring(force=False)[source]#

Initialize the registry with schemas, repositories, and bridges.

Parameters:

force (bool, optional) – If True, forces re-initialization even if already initialized. Defaults to False.