aboutsummaryrefslogtreecommitdiff
path: root/devel/py-resolver/pkg-descr
blob: 370a37f090bf98f25d1e08a3b932c81673123ad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
Resolve specially formated statements to Python objects.

Turn strings like "packagename.modulename:Eval().the_rest()" into
whatever you would get back by performing a similar sequence of
imports and calls. This is useful for config files and situations
where you would like to import things in a lazy way. Later this
package will probably provide a way to restrict resolution for safety.

WWW: http://lukearno.com/projects/resolver/