forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

About the naming conventions in pyeeg #7

Closed liubenyuan closed 5 years ago

liubenyuan commented 9 years ago

Hi,

Thanks for this module and I am going to use it in my project.

I think there should be a pyeeg.py in the pyeeg/ folder, and write a new __init__.py file to manually import all the relevant module. like

__all__ = ['hurst', 'lle']

from .pyeeg import hurst, lle

it's more python and follows the >3.3 standard

liubenyuan commented 9 years ago

And later on, if your are going to add more submodules or modules to this project, it world make the work much easier.

forrestbao commented 5 years ago

Ultimately fixed in commits ad90f28478db59e79cac5579a679c47deb3f52bf and 5444dd6e45a5f549a2e03a0552a9ba4f11afd54b