module documentation

Undocumented

Function run Entrypoint for `python -m incremental.update`
Function _add_update_args Undocumented
Function _main Entrypoint of the `incremental` script
Function _run Undocumented
Constant _VERSIONPY_TEMPLATE Undocumented
Constant _YEAR_START Undocumented
def run(argv: Sequence[str] | None = None):

Entrypoint for `python -m incremental.update`

def _add_update_args(p: ArgumentParser):

Undocumented

def _main(argv: Sequence[str] | None = None):

Entrypoint of the `incremental` script

def _run(package: str, path: str | None, newversion: str | None, patch: bool, rc: bool, post: bool, dev: bool, create: bool, _date: datetime.date | None = None, _getcwd: Callable[[], str] | None = None, _print: Callable[[object], object] = print):

Undocumented

_VERSIONPY_TEMPLATE: str =

Undocumented

Value
'''"""
Provides {package} version information.
"""

# This file is auto-generated! Do not edit!
# Use `incremental` to change this file.

...
_YEAR_START: int =

Undocumented

Value
2000