climate_ref.models.provider
#
Provider
#
Bases: CreatedUpdatedMixin, Base
Represents a provider that can provide diagnostic calculations
Source code in packages/climate-ref/src/climate_ref/models/provider.py
name = mapped_column()
class-attribute
instance-attribute
#
Long name of the provider
slug = mapped_column(unique=True)
class-attribute
instance-attribute
#
Globally unique identifier for the provider.
version = mapped_column(nullable=False)
class-attribute
instance-attribute
#
Version of the provider.
This should map to the package version.