datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Rename module to `datalad_helloworld` #1

Closed mih closed 6 years ago

mih commented 6 years ago

To establish a viable pattern for naming extensions, and make the support code in setup.py more generic.

Also, we need to fix the class name guessing logic for PY2 in datalad's interface/utils.py to strip a datalad_ prefix and still succeed.