appi
0.2
  • Install appi
  • Get Started
  • Reference
    • appi
      • appi.conf
      • appi.exception
      • appi.DependAtom
      • appi.Ebuild
      • appi.QueryAtom
      • appi.Version
appi
  • Docs »
  • Reference »
  • appi
  • Edit on GitLab

appi¶

  • appi.conf
    • appi.conf.Profile
    • appi.conf.Repository
  • appi.exception
    • appi.exception.AppiError
    • appi.exception.AtomError
    • appi.exception.EbuildError
    • appi.exception.PortageError
    • appi.exception.VersionError
  • appi.DependAtom
  • appi.Ebuild
    • Ebuild(path)
    • Attributes
    • String representation
    • get_version() -> appi.Version
    • matches_atom(atom) -> bool
    • is_installed() -> bool
    • is_in_tree() -> bool
  • appi.QueryAtom
    • QueryAtom(atom_string, strict=True)
    • Attributes
    • String Representation
    • get_version() -> appi.Version
    • get_repository() -> appi.conf.Repository
    • list_matching_ebuilds() -> {appi.Ebuild, …}
    • matches_existing_ebuild() -> bool
    • is_installed() -> bool
    • is_in_tree() -> bool
  • appi.Version
    • Version(version_string)
    • Attributes
    • compare(other) -> int
    • startswith(version) -> bool
    • get_upstream_version() -> Version
Next Previous

© Copyright 2018, Antoine Pinsard. Revision de74f491.

Built with Sphinx using a theme provided by Read the Docs.