Skip to main content

Module provider_registry

Module provider_registry 

Source
Expand description

Provider registry for managing named data providers

This module provides a registry system that allows multiple data providers to be registered by name and accessed at runtime. This enables:

  • Multiple data sources (data, CSV, APIs, future plugins)
  • Provider selection in Shape code via module-scoped calls (for example, provider.load({...}))
  • Default provider for convenience

Structsยง

ProviderRegistry
Registry of named data providers