Code Monkey home page Code Monkey logo

python-template's Introduction

My Python template

An opinionated template for new Python projects

Fill in your project name, description, and Python version, and you get a project!

Template built out of code repeated at least thrice, distilling years of practice.

Usage

Use the copier templating command. Read up on the template's design decisions in the DESIGN.md file.

Installing Copier

To install copier, consider using pipx to isolate the executable from your system:

pipx install copier

Otherwise install it normally via pip, though we encourage you use a virtual environment:

pip install copier

Using the template

Run copier with a URL to this repository. This can be done by cloning the repository, or directly via repository URL on Github:

copier copy --trust gh:OverkillGuy/python-template TARGET_DIR

It will then ask questions like python version and project name to get a fresh repository, ready for action!

Testing

This template has tests that ensure that we can render it (no stray variables) as well as tests for the generated project ("can we actually build the project?")

Use the convenient Makefile for testing:

make      # defaults to target "all"
make all  # equivalent

A target called make try with optional parameters PYTHON_VERSION and MAKE_TGT is available to see the template expanded locally, running inside the templated repository the make target defined by MAKE_TGT:

make try  # defaults to PYTHON_VERSION=3.10 MAKE_TGT=all
# You can override these variables:
make try PYTHON_VERSION=3.11
make try MAKE_TGT=docker-build  # to run make docker-build inside repository

python-template's People

Contributors

gehock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gehock ipoetdev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.