GitXplorerGitXplorer
h

pylibtemplate

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
f16ad3ffe01a17de10607fd6d87b7864646b32ae

Remove git artifacts

hhectorcanto committed 4 years ago
Unverified
a6245699a5323c5a191866d9b652f130527afc7f

Add base lib template

hhectorcanto committed 4 years ago

README

The README file for this repository.

Introduction

This is a Cookiecutter template to create a python library.

Usage

After cloning the project:

cookiecutter pylibtemplate

Directly from Github:

cookiecutter https://github.com/hectorcanto/pylibtemplate

Replace all the options with your own choices. To understand and help the choices check config.yml.j2 for instructions and help.

Alternatively, produce a custom config based on config.yml.j2.

jinja2 config.yml.template > config.yml
cookiecutter --config-file config.yml template_deploy

If there is an existing folder you can overwrite/extend it using replay_option:

cookiecutter --replay pylibtemplate