Package pulp :: Package client :: Module repolib
[hide private]
[frames] | no frames]

Module repolib

source code

Contains repo management (backend) classes.

Classes [hide private]
  ActionLock
Action lock.
  RepoLib
Library for performing yum repo management.
  Pulp
The pulp server.
  Action
Action base class.
  UpdateAction
Update the yum repositores based on pulp bindings (subscription).
  Repo
A yum repo (content set).
  RepoFile
Represents a .repo file and is primarily a wrapper around iniparse to get around its short comings and understand Repo objects.
  Reader
Reader object used to mitigate annoying behavior of iniparse of leaving blank lines when removing sections.
Functions [hide private]
 
main() source code
Variables [hide private]
  log = getLogger(__name__)