Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 902 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 902 Bytes

build codecov

python-package

Template repo for a python package

Steps:

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