copier_python_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.

API#

copier_python_tools.types.PythonVersion: TypeAlias#

None

Python version.

copier_python_tools.types.SubmoduleInfoKind#

None

Submodule info kind.

copier_python_tools.types.Op#

None

Allowable operator.

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

(’ @ ‘, ‘==’)

Allowable operators.

copier_python_tools.types.ChangeType: TypeAlias#

None

Type of change to add to changelog.

class copier_python_tools.types.Dep#

Bases: typing.TypedDict

Dependency.

Initialization

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

op: copier_python_tools.types.Op#

None

Operator.

rev: str#

None

Revision.