# Packages
Package exec provides a data source implementation that can execute external commands and return its standard output for import or importstr use.
Package factory provides a mechanism to create data sources from URLs with custom schemes.
Package helm3 provides a data source implementation that can extract k8s objects out of helm3 charts.
# Interfaces
DataSourceWithLifecycle represents an external data source that implements the methods needed by the data source as well as lifecycle methods to handle initialization and clean up.