Index
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
pyvider.components
¶
Classes¶
CoreCapability
¶
Bases: BaseCapability
Core capability for pyvider provider. Provides base provider configuration (currently empty).
Source code in pyvider/components/capabilities/core.py
Functions¶
get_schema_contribution
staticmethod
¶
Return the schema contribution for this capability.
Provides: - pyvider_testmode: Enables test-only components for testing and development
Source code in pyvider/components/capabilities/core.py
PyviderProvider
¶
Bases: BaseProvider
Reference implementation of a Pyvider provider.
Manages standard components for local file manipulation, HTTP data sources, and utility functions.