Skip to main content

A python cookiecutter application to create a new python project that uses uv to manage its dependencies.

Project description


Release 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 - PyPi


Quickstart

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

pip install cookiecutter
cookiecutter https://github.com/fpgmaas/cookiecutter-uv.git

Create a repository on GitHub, and then run the following commands, replacing <project-name>, with the name that you gave the Github repository and <github_author_handle> with your Github username.

cd <project_name>
git init -b main
git add .
git commit -m "Init commit"
git remote add origin git@github.com:<github_author_handle>/<project_name>.git
git push -u origin main

Finally, install the environment and the pre-commit hooks with

make install

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPi, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Acknowledgements

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cookiecutter_uv-0.2.0.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

cookiecutter_uv-0.2.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file cookiecutter_uv-0.2.0.tar.gz.

File metadata

  • Download URL: cookiecutter_uv-0.2.0.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for cookiecutter_uv-0.2.0.tar.gz
Algorithm Hash digest
SHA256 00c04d5eb2020364d0debf2918926829ba965011d3654a3002f4daf65eef3fa3
MD5 791ad86d111df22f527d4b4a204e2011
BLAKE2b-256 fda3791a8b02c60e15ee530398102c2e516a8ba62111c8ef33c8b8958cdef79f

See more details on using hashes here.

File details

Details for the file cookiecutter_uv-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cookiecutter_uv-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1ef8b7be6c9dd1481aa7c19876e065cb8688eb27bf0200ffe9f32a73f906efcc
MD5 e5fa885d1a148c61f135321f65098681
BLAKE2b-256 545fceb5f4c25ba41f5eb98d9bc7a6d5179c351b770f24baa8283301a0267580

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page