Skip to content

MrXcitement/cc-python-pkg

Repository files navigation

Cookiecutter Python Package

Overview

A cookiecutter template used to create a new Python project. Inspiration came from these blog posts: Packaging a python library and Rehashing the src layout.

Features

This cookiecutter creates a python project that has the following features:

  • Documentation using Sphinx
  • Tests using pytest
  • A setup.py
  • Bumpversion
  • Editorconfig

Installation

Install pipx

Instructions here.

Install Cookiecutter.

$ pipx install cookiecutter.

Usage

Now use Cookiecutter to create a new project:

$ cookiecutter https://github.com/mrxcitement/cc-python-pkg.git

Cookiecutter will prompt you for personalized values, providing default values for each.

Alternatives

License

Licensed under The MIT License.

About

A Cookiecutter template used to create a python package.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors