maxsmi icon indicating copy to clipboard operation
maxsmi copied to clipboard

CLI

Open t-kimber opened this issue 3 years ago • 1 comments

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 although Path(__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

t-kimber avatar Dec 08 '21 10:12 t-kimber