Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.37 KB

File metadata and controls

49 lines (30 loc) · 1.37 KB

jacket-python

My personal Python template for writing new utilities. Write once, use many.

The code in this repo is in early development and primarily for my own use. I know how to use it and that's good enough for now. Will be polished over time with every new project created.

jacket - don't leave home without it

Purpose

This cookiecutter template provides a basic setup for developing a new utility.

It is specifically designed to make it easy to switch from a command line interface to an AWS Lambda function or a REST API since this is a commonly seen trajectory for maturing code.

Quickstart

Requirements

This template uses the cookiecutter module. Please ensure it is installed locally.

Using pip with the OS-provided Python:

pip install --user cookiecutter

Using venv with a custom Python runtime:

... add documentation ...

Initialize a new project

cookiecutter https://github.com/Thomas-Neumann/jacket-python.git

References

(in no particular order)