Skip to content

hmajid2301/python-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cookie Cutter template for a simple Python CLI project, mirrored from https://gitlab.com/hmajid2301/python-cli-template

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors