NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Easily-configurable Router #57

Open turicas opened 11 years ago

turicas commented 11 years ago

Create a way to pass configuration to Router, possibly a static method from_configuration that received a dict and returns a Router instance well configured (with a logger and other things).

Configuration directives can be found on #44.

Similar to #56 and #58.