pyre.framework.Package

Module Contents

class pyre.framework.Package.Package(locator, **kwds)

Bases: pyre.patterns.Named.Named

The resting place of information collected while loading packages

home
prefix
defaults
locator
sources
protocols
components
DEFAULTS = defaults
register(self, executive, file)

Deduce the package geography based on the location of the importable and add the package configuration folder to the pyre configuration path

layout(self)

Easy access to the package folders

configure(self, executive)

Locate and ask the executive to load my configuration files

__str__(self)