pyre.config.odb

Package Contents

class pyre.config.odb.odb

Bases: pyre.config.Loader.Loader

This component codec recognizes uris of the form

vfs:/path/module.py/factory#name file:/path/module.py/factory#name

which is interpreted as a request to import the file {module.py} from the indicated path, look for the symbol {factory}, and optionally instantiate whatever component class is recovered using {name}

suffix = .py
schemes = ['vfs', 'file']