Package bitten :: Package build :: Module api

Module api

Functions and classes used to simplify the implementation recipe commands.
Classes
  BuildError
Exception raised when a build fails.
  TimeoutError
Exception raised when the execution of a command times out.
  CommandLine
Simple helper for executing subprocesses.
  FileSet
Utility class for collecting a list of files in a directory that match given name/path patterns.
Variables
  log = logging.getLogger('bitten.build.api')
  __package__ = 'bitten.build'