Skip to content

robertdenton/python-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A good starting point for a new python project. Uses pytest for testing.General idea from Learn Python the hard way.

To use:

  1. Fork repo as new project
  2. mkvirtualenv project
  3. pip install -r requirements.txt
  4. pip install -e . >>> See: pytest docs on error
  5. pytest should return one successful test
  6. Change the package name, update setup.py, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages