GitXplorerGitXplorer
f

cookiecutter-python-package

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
e80b50fad6cf6e5d3409b06d67790ef1601a8e0a

Update README

ffrankwiles committed 5 months ago
Unverified
2d8d7acbe5416be1e8f4d38c7947a6a0749c5cee

Add silly test to ensure test harness/config is in working order

ffrankwiles committed 6 years ago
Unverified
145604591e1bf60ff1275dfba32568bc32b3a871

Initial project creation

ffrankwiles committed 6 years ago

README

The README file for this repository.

Archived

This older repo is no longer maintained. I've started using copier and I have a new updated starter template here https://github.com/frankwiles/typer-cli-template

Cookiecutter to make a Python Package

A simple Python 3.7+ starter template using cookiecutter.

NOTE: At this point I do not intend to actively support this cookiecutter for general/public consumption. That may change, but for now this is just for my own personal use cases. It is however BSD licensed, so you can do whatever you want with it.

Basically, reach out before putting a bunch of work into a pull request as it may or may not be something I'm interested in incorporating.

Usage

$ cookiecutter https://github.com/frankwiles/cookiecutter-python-package

Decisions

This cookiecutter is a bit opinionated, in short it will use:

  • Python 3.7+
  • pytest
  • Click if it's a command line utility
  • Django if it's web based

Project Information