maple.adapters.registry
Adapter Registry
Simple dict mapping “policy:env” → Adapter class. To add a new adapter, call the register function with Adapter class and policy:env string.
Functions
|
Get adapter given the policy and environment name. |
Return info for every registered adapter. |
|
|
Register an adapter class at runtime. |