You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in this repo could be much more easily reused if it were reorganized into a standard packaging layout and added setup.py/setup.cfg, then it could be installed with pip. Would you be willing to accept a PR for this?
The text was updated successfully, but these errors were encountered:
Hi @cthoyt. Yes, by all means. The dependencies are the ones listed in the README (numpy, scipy, matplotlib, pyparsing, docopt). I don't remember what versions this was developed with but let me know if you run into difficulties. I'm not actively maintaining this but happy to help if there is interest.
@ageorgou if you'd like, you could add me as maintainer and I can take care of a few things to make this easier for others to use on top of dealing with the packaging
The code in this repo could be much more easily reused if it were reorganized into a standard packaging layout and added setup.py/setup.cfg, then it could be installed with
pip
. Would you be willing to accept a PR for this?The text was updated successfully, but these errors were encountered: