Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 2.59 KB

File metadata and controls

69 lines (60 loc) · 2.59 KB

python-base-flake

python-base-flake is an opinionated Python package template based on uv2nix. It aims to provide an instant feedback loop during development while staying reproducible and interoperable with the Nix ecosystem.

Features

Prerequisites

You must have the following already installed to use this:

Getting started

$ cookiecutter https://github.com/schlarpc/python-base-flake --checkout template
# or
$ cruft create https://github.com/schlarpc/python-base-flake --checkout template