8000 GitHub - NoxelS/python-base-ck: A modern cookiecutter template for Python projects that use uv for dependency management.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NoxelS/python-base-ck

 
 

Repository files navigation


Build status Supported Python versions Docs License

This is a modern Cookiecutter template that can be used to initiate a Python project with all the necessary tools for development, testing, and deployment. It supports the following features:


Documentation - Example


Quickstart

On your local machine, navigate to the directory in which you want to create a project directory, and run the following command:

uvx cookiecutter https://github.com/noxels/python-base

or if you don't have uv installed yet:

pip install cookiecutter
cookiecutter https://github.com/noxels/python-base

Follow the prompts to configure your project. Once completed, a new directory containing your project will be created. Then navigate into your newly created project directory and follow the instructions in the README.md to complete the setup of your project.

Acknowledgements

This project is partially based on Audrey Feldroy's's great cookiecutter-pypackage repository.

About

A modern cookiecutter template for Python projects that use uv for dependency management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.9%
  • Makefile 22.5%
  • Dockerfile 2.2%
  • Shell 1.4%
0