Skip to content

krocat/python_library_cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Library Template

Cookiecutter template for a Python library script.

Remember, when creating a library with this template, to:

  • Fill in all your requirements in requirements.txt
  • If you add more packages (subdirectories) than the one you create your project for, add them to the packages in setup.py
  • Write tests for you software and put them in tests/
  • Document your project.
  • Write inline documentation to describe your classes and methods
  • Write a readme (./README.rst)
  • Write (a) usage example(s) (./USAGE.rst)
  • Keep a (global) changelog in ./HISTORY.rst

Development Requirements

These utilities / libraries are needed to start developing on with this template.

  • curl
  • make
  • cookiecutter
  • virtualwrapper
  • sphinx
  • setuptools

About

cookiecutter, python, CI,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published