0

Paste Deploy can reference code with uris such as

[section]
use = egg:FooBar#baz

What is the full syntax for these uris?

joeforker
  • 40,459
  • 37
  • 151
  • 246

1 Answers1

2

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

hao
  • 10,138
  • 1
  • 35
  • 50