maxsmi
maxsmi copied to clipboard
CLI
Description
This refactor would allow a non-local version of the GitHub repo, only using the conda package.
TODOs
- [ ] Update relative paths to absolute: Currently using
Path(__file__).parent
althoughPath(__name__)
is probably better. - [ ] Add parser for the user output, defined by the user
- [ ] in setup.py add entry points for most relevant scripts.
- [ ] Update conda recipe accordingly, see the maxsmi feedstock.
Status
- [ ] Ready to go