fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
122 stars 13 forks source link

Spock-config has name clash with spock #235

Open metaperl opened 2 years ago

metaperl commented 2 years ago

Both spock and spock-config require one to import spock. But this would lead to a name clash if both were installed.