pythonwrench.entries module

pythonwrench.entries.get_install_info() dict[str, str | int][source]

Returns current installation information. Meant for debugging.

pythonwrench.entries.get_package_repository_path() str[source]

Return the absolute path where the source code of this package is installed.

pythonwrench.entries.main_safe_rmdir() None[source]
pythonwrench.entries.main_tree() None[source]
pythonwrench.entries.print_install_info() None[source]

Show main packages versions.

pythonwrench.entries.print_safe_rmdir(root: str | Path, *, rm_root: bool = True, error_on_non_empty_dir: bool = True, followlinks: bool = False, dry_run: bool = False, verbose: int = 0) None[source]
pythonwrench.entries.print_tree(root: str | Path, *, include: str | Pattern | Iterable[str | Pattern] = '.*', exclude: str | Pattern | Iterable[str | Pattern] = (), max_depth: int = 9223372036854775807, followlinks: bool = False, skipfiles: bool = False, sort: bool = False) None[source]

Print directory tree to stdout.