compneuro-da / rsHRF

rsHRF: A Toolbox for Resting State HRF Deconvolution and Connectivity Analysis (MATLAB)
BSD 3-Clause "New" or "Revised" License
47 stars 15 forks source link

Create a Python Package structure #11

Closed erramuzpe closed 6 years ago

erramuzpe commented 6 years ago

We need a proper structure of folders. The python files should be inside a folder called rsHRF in different modular folders according to their functionality.

Take a look to this template example:

https://github.com/uwescience/shablona

this example is also useful to prepare the package's testing environment, continuous integration and documentation.