get so that the project can: - [x] pip install the program - [x] use CLI for ~hello world Notes: - for inner functions use numpydoc style docstrings [example](https://numpydoc.readthedocs.io/en/latest/example.html) in dedicated modules - for click funciton (CLI) use the click `help` parameter in `cli.py` resource: - [project.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) - [click entrypoint](https://click.palletsprojects.com/en/stable/entry-points/)
get so that the project can:
Notes:
helpparameter incli.pyresource: