Template repo for a python package
Steps:
- Change metadata and options in setup.py, including setting a new package name
- Rename 'package' directory to the new package name
- Change all occurences of 'package' in .github/workflows/main.yml to the new package name
- Go to codecov.io, add this repo, then click setting->badge and copy the markdown code for the badge. Paste that above.
- Also change the build badge link above so that 'python-package' is the name of this repo
- You can then install the package in edit mode (optionally with the
dev
flag) by cloning the repo, and runningpip install -e .[dev]