Skip to content

jfcrenshaw/python-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Template repo for a python package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages