Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 823 Bytes

File metadata and controls

34 lines (24 loc) · 823 Bytes

Cookiecutter Python CLI Template.

A Cookie Cutter template for creating Python CLI scripts.

NOTE: This project only supports Python3.

Usage

First you will need to install cookiecutter, then "clone" the project using cookiecutter Then fill in the form and your project will be ready to use. This project is supposed to be used with GitLab.

pip install cookiecutter
# Via SSH
cookiecutter git@gitlab.com:hmajid2301/python-cli-template.git
# Or via HTTPS
cookiecutter https://gitlab.com/hmajid2301/python-cli-template.git

Libraries

This template comes with the following libraries/packages ready to use.

  • GitLab CI
  • Black
  • Flake8
  • Isort
  • Docker
  • Pytest
  • Sphinx

Changelog

You can find the changelog here.