tags:

views:

23

answers:

1

Paste Deploy can reference code with uris such as

[section]
use = egg:FooBar#baz

What is the full syntax for these uris?

+2  A: 

Those URIs are fully detailed in the documentation. It boils down to config:, egg:, and prefix-less URIs that point to other sections.

Hao Lian