boilercore_tools.types#

Types.

Module Contents#

Classes#

Dep

Dependency.

Data#

PythonVersion

Python version.

SubmoduleInfoKind

Submodule info kind.

Op

Allowable operator.

ops

Allowable operators.

ChangeType

Type of change to add to changelog.

Action

Action to take for a warning.

API#

boilercore_tools.types.PythonVersion: TypeAlias#

None

Python version.

boilercore_tools.types.SubmoduleInfoKind#

None

Submodule info kind.

boilercore_tools.types.Op#

None

Allowable operator.

boilercore_tools.types.ops: tuple[boilercore_tools.types.Op, ...]#

(’ @ ‘, ‘==’)

Allowable operators.

boilercore_tools.types.ChangeType: TypeAlias#

None

Type of change to add to changelog.

boilercore_tools.types.Action: TypeAlias#

None

Action to take for a warning.

class boilercore_tools.types.Dep#

Bases: typing.TypedDict

Dependency.

Initialization

Initialize self. See help(type(self)) for accurate signature.

op: boilercore_tools.types.Op#

None

Operator.

rev: str#

None

Revision.