{"id":18037449,"url":"https://github.com/fpgmaas/cookiecutter-uv","last_synced_at":"2025-05-14T20:08:38.297Z","repository":{"id":255712706,"uuid":"850949860","full_name":"fpgmaas/cookiecutter-uv","owner":"fpgmaas","description":"A modern cookiecutter template for Python projects that use uv for dependency management ","archived":false,"fork":false,"pushed_at":"2025-03-07T06:27:42.000Z","size":821,"stargazers_count":772,"open_issues_count":5,"forks_count":88,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-11T23:00:04.749Z","etag":null,"topics":["cookiecutter","cookiecutter-python","python","template","uv"],"latest_commit_sha":null,"homepage":"https://fpgmaas.github.io/cookiecutter-uv","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpgmaas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-02T06:29:56.000Z","updated_at":"2025-04-11T22:13:59.000Z","dependencies_parsed_at":"2024-09-15T21:21:58.087Z","dependency_job_id":"55360ac9-d2cf-44d3-a47f-72b906508db0","html_url":"https://github.com/fpgmaas/cookiecutter-uv","commit_stats":null,"previous_names":["fpgmaas/cookiecutter-uv"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-uv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-uv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-uv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-uv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpgmaas","download_url":"https://codeload.github.com/fpgmaas/cookiecutter-uv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492875,"owners_count":21113162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookiecutter","cookiecutter-python","python","template","uv"],"created_at":"2024-10-30T13:10:27.460Z","updated_at":"2025-05-14T20:08:38.292Z","avatar_url":"https://github.com/fpgmaas.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" src=\"https://raw.githubusercontent.com/fpgmaas/cookiecutter-uv/main/docs/static/cookiecutter.svg\"\u003e\n\u003c/p style = \"margin-bottom: 2rem;\"\u003e\n\n---\n\n[![Build status](https://img.shields.io/github/actions/workflow/status/fpgmaas/cookiecutter-uv/main.yml?branch=main)](https://github.com/fpgmaas/cookiecutter-uv/actions/workflows/main.yml?query=branch%3Amain)\n[![Supported Python versions](https://img.shields.io/badge/python-3.9_%7C_3.10_%7C_3.11_%7C_3.12_%7C_3.13-blue?labelColor=grey\u0026color=blue)](https://github.com/fpgmaas/cookiecutter-uv/blob/main/pyproject.toml)\n[![Docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://fpgmaas.github.io/cookiecutter-uv/)\n[![License](https://img.shields.io/github/license/fpgmaas/cookiecutter-uv)](https://img.shields.io/github/license/fpgmaas/cookiecutter-uv)\n\nThis 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:\n\n- [uv](https://docs.astral.sh/uv/) for dependency management\n- Supports both [src and flat layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/).\n- CI/CD with [GitHub Actions](https://github.com/features/actions)\n- Pre-commit hooks with [pre-commit](https://pre-commit.com/)\n- Code quality with [ruff](https://github.com/charliermarsh/ruff), [mypy](https://mypy.readthedocs.io/en/stable/) and [deptry](https://github.com/fpgmaas/deptry/).\n- Publishing to [PyPI](https://pypi.org) by creating a new release on GitHub\n- Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/)\n- Documentation with [MkDocs](https://www.mkdocs.org/)\n- Compatibility testing for multiple versions of Python with [tox-uv](https://github.com/tox-dev/tox-uv)\n- Containerization with [Docker](https://www.docker.com/) or [Podman](https://podman.io/)\n- Development environment with [VSCode devcontainers](https://code.visualstudio.com/docs/devcontainers/containers)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://fpgmaas.github.io/cookiecutter-uv/\"\u003eDocumentation\u003c/a\u003e - \u003ca href=\"https://github.com/fpgmaas/cookiecutter-uv-example\"\u003eExample\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Quickstart\n\nOn your local machine, navigate to the directory in which you want to\ncreate a project directory, and run the following command:\n\n```bash\nuvx cookiecutter https://github.com/fpgmaas/cookiecutter-uv.git\n```\n\nor if you don't have `uv` installed yet:\n\n```bash\npip install cookiecutter\ncookiecutter https://github.com/fpgmaas/cookiecutter-uv.git\n```\n\nFollow 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.\n\n## Acknowledgements\n\nThis project is partially based on [Audrey\nFeldroy\\'s](https://github.com/audreyfeldroy)\\'s great\n[cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage)\nrepository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-uv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpgmaas%2Fcookiecutter-uv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-uv/lists"}