Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 492 Bytes

Python Package Template

A simple but versatile template for python packages.

This cookiecutter template provides an easy way to create a new python package. It supports a basic CI for both GitLab as well as GitHub and provides a basic setup for testing.

Usage

Install cookiecutter and required dependencies:

python3 -m pip install cookiecutter jinja2_time

To create a new python package, run the following command:

cookiecutter gh:juhannc/python-package