module documentation

Undocumented

Class FilePath Undocumented
Function run Undocumented
Class _ReadableWritable Undocumented
Function _existing_version Undocumented
Function _findPath Undocumented
Function _run Undocumented
Constant _VERSIONPY_TEMPLATE Undocumented
Constant _YEAR_START Undocumented
@click.command()
@click.argument('package')
@click.option('--path', default=None)
@click.option('--newversion', default=None)
@click.option('--patch', is_flag=True)
@click.option('--rc', is_flag=True)
@click.option('--post', is_flag=True)
@click.option('--dev', is_flag=True)
@click.option('--create', is_flag=True)
def run(package, path, newversion, patch, rc, post, dev, create):

Undocumented

def _existing_version(path):

Undocumented

def _findPath(path, package):

Undocumented

def _run(package, path, newversion, patch, rc, post, dev, create, _date=None, _getcwd=None, _print=print):

Undocumented

_VERSIONPY_TEMPLATE: str =

Undocumented

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

# This file is auto-generated! Do not edit!
# Use `python -m incremental.update {package}` to change this file.

...
_YEAR_START: int =

Undocumented

Value
2000