Exceptionpythonbuilder.pythonbuilder.BuildException - Raised on failures detected by pythonbuilder.os.PathLikepythonbuilder.pbutil.Paths - An iterable on files, much like Path().glob() but keeps the path from which the iteration starts.pythonbuilder.mavenrepo._Fetcher - Undocumentedpythonbuilder.mavenrepo._MavenArtifactLocal - No class docstring; 0/1 instance variable, 1/2 method documentedpythonbuilder.mavenrepo._MavenArtifactRemote - No class docstring; 0/2 instance variable, 1/2 method documentedpythonbuilder.mavenrepo.MavenArtifact - Encapsulates group, name, version and type (file extension) of an artifact as provided, for example, by a maven repository.pythonbuilder.pbutil.RootPathMapper - A Callable[[Path], Iterator[Path]] which maps paths provided by another iterator to a new prefix, think ["src/a.py", "src/b.py"] mapped to ["dest/a.py", "dest/b.py"].pythonbuilder.pythonbuilder._StateStore - Undocumentedtyping.Genericpythonbuilder.pythonbuilder.Target - Represents a target with an item to create, its dependencies, how to compute its state (hashed content, fingerprint), how to (re-)create it and an optional nice name.typing.Iterablepythonbuilder.pbutil.Paths - An iterable on files, much like Path().glob() but keeps the path from which the iteration starts.