models¶
alchemiscale.models — common data models¶
- exception alchemiscale.models.InvalidGufeKeyError¶
Bases:
ValueError
- exception alchemiscale.models.InvalidScopeError¶
Bases:
ValueError
- class alchemiscale.models.Scope(*args: Any, **kwargs: Any)¶
Bases:
BaseModel
- class alchemiscale.models.ScopedKey(*args: Any, **kwargs: Any)¶
Bases:
BaseModelUnique identifier for GufeTokenizables in state store.
For this object, org, campaign, and project cannot contain wildcards. In other words, the Scope of a ScopedKey must be specific.