Skip to content

Katze2664/package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Template

A simple python package template allowing testing with either pytest or tox.

Usage

To run, clone the repo and do the following:

Tox (slow but more consistent)

  • run tox . from inside package-template

pytest

  • Set up a venv
  • run pip install -e path/to/package
  • run pytest

There are some TODOs, notably renaming things to your liking, and adding dependencies in setup.cfg.

Future

Best to turn this into a cookiecutter template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages