circuits.app.env – Application Environment

Events

class circuits.app.env.Create(*args, **kwargs)

Create Environment Event

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

class circuits.app.env.Load(*args, **kwargs)

Load Environment Event

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Components

class circuits.app.env.Environment(path, envname, channel='env')

Base Environment Component

Creates a new environment component that by default only holds configuration and logger components.

This component can be extended to provide more complex system and application environments.

Functions