Skip to content

jakubd/cookiecutter-custom-pypackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-custom-pypackage

A customized, minimal cookiecutter template for Python packages, built off of the cookiecutter-pypackage-minimal template.

Packaging in Python can be annoying so this hopes to save some time.

Usage

pip install cookiecutter
git clone https://github.com/jakubd/cookiecutter-custom-pypackage.git
cookiecutter cookiecutter-custom-pypackage/

You should then change the classifiers in {{ package_name }}/setup.py - it is assumed that the project will run on the latest versions of Python 2 and 3, so you should remove any classifiers that do not apply. The full list of PyPI classifiers can be found here.

Features

Though overall this is minimal template some features that are set up which include:

About

Cookie cutter template for python packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published