Skip to content

Types

Core enumeration types used throughout ProgridPy. Both enums inherit from StrEnum, so their members can be used directly as strings in comparisons, dictionary keys, and formatted output.

  • ISO enumerates every supported Independent System Operator.
  • FileLocation distinguishes whether data should be fetched from an ISO website, S3, or the local filesystem.