lincoln-harris / python_boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python boilerplate

image

codecov

image

What is python_boilerplate?

python boilerplate contains all the boilerplate you need to create a Python package.

  • Free software: MIT license
  • Documentation: https://lincoln-harris.github.io/python_boilerplate

Installation

To install this code, clone this github repository and use pip to install

git clone <https://github.com/>lincoln-harris/python_boilerplate.git 
cd python_boilerplate 

# The "." means "install *this*, the folder where I am now"
pip install . 

Usage

Greet a name multiple times!

$ python boilerplate hello --name "Rosalind Franklin" --count 10 

Features

  • TODO

About

License:MIT License


Languages

Language:Python 93.9%Language:Makefile 6.1%