PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

Added lazy loading of the signals submodule functions #15

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

This commit encompasses the one made on #13 for python 3 compatibility (I've forked the repo from @jj1118).

I only added the possibility of lazy loading for the functions within the signals submodule. While those can still be accessed the same way than previously, one can now also use the full name (e.g., biosppy.signals.ecg.ecg())) to access them.

anyway, thanks a lot for your work, cheers