pythonbuilder API Documentation Modules Classes Names
Clear Help

For more information on the search, visit the help page.

Class Hierarchy

  • Exception
    • pythonbuilder.pythonbuilder.BuildException - Raised on failures detected by pythonbuilder.
  • os.PathLike
    • pythonbuilder.pbutil.Paths - An iterable on files, much like Path().glob() but keeps the path from which the iteration starts.
  • pythonbuilder.mavenrepo._Fetcher - Undocumented
    • pythonbuilder.mavenrepo._MavenArtifactLocal - No class docstring; 0/1 instance variable, 1/2 method documented
    • pythonbuilder.mavenrepo._MavenArtifactRemote - No class docstring; 0/2 instance variable, 1/2 method documented
  • pythonbuilder.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 - Undocumented
  • typing.Generic
    • pythonbuilder.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.Iterable
    • pythonbuilder.pbutil.Paths - An iterable on files, much like Path().glob() but keeps the path from which the iteration starts.
all docs | pythonbuilder source code  | generated by pydoctor