multidworlds / eigenspectra

Eigenspectra
MIT License
0 stars 5 forks source link

Merge .py files to reduce clutter #32

Open jarcangeli opened 6 years ago

adadams commented 6 years ago

Can help with this at some point; I imagine this is a bit lower priority?

jlustigy commented 6 years ago

Alternatively, or in addition, it may be nice to put all the .py files for the package we are developing into a single directory one level down from the top-level directory. Python packages typically have all the .py files in a directory that shares the same name as the repo (e.g. eigenspectra/eigenspectra/eigencurves.py) . This will declutter and allow other things at the top level like a setup.py file and the docs directory.

But I agree with @adadams, this is lower priority for now.