Skip to content

Thomas-Neumann/jacket-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages