shotgunsoftware / shotgunEvents

Flow Production Tracking event processing framework.
Other
129 stars 122 forks source link

Allow passing config path as argument, create setup.py #78

Open MoisMoshev opened 3 years ago

MoisMoshev commented 3 years ago

This change allows passing the config path into the daemon constructor, instead of obtaining it inside. It can also be passed as a command-line argument. This permits more freedom in composing the config. Also, our own package can depend on it, by having a setup.py and being able to install it.