Paste Deploy can reference code with uris such as
[section]
use = egg:FooBar#baz
What is the full syntax for these uris?
Paste Deploy can reference code with uris such as
[section]
use = egg:FooBar#baz
What is the full syntax for these uris?
Those URIs are fully detailed in the documentation. It boils down to config:
, egg:
, and prefix-less URIs that point to other sections.