| Name | Type | Description |
|---|---|---|
provider* | str | Provider name (e.g. |
Return the PyPI distribution that provides provider, if known.
Derived from the provider's integration import module by replacing
underscores with hyphens (e.g. langchain_google_genai ->
langchain-google-genai), which matches the distribution name for every
curated entry -- see the _PROVIDER_DEPENDENCIES docstring. This is not
PEP 503 normalization, and the result is not validated against PyPI.