{"id":47423709,"url":"https://github.com/osprey-oss/cookiecutter-uv","last_synced_at":"2026-04-04T10:35:58.429Z","repository":{"id":255712706,"uuid":"850949860","full_name":"osprey-oss/cookiecutter-uv","owner":"osprey-oss","description":"A modern cookiecutter template for Python projects that use uv for dependency management ","archived":false,"fork":false,"pushed_at":"2026-03-28T09:33:12.000Z","size":1002,"stargazers_count":1270,"open_issues_count":14,"forks_count":184,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-03-28T13:57:01.752Z","etag":null,"topics":["cookiecutter","cookiecutter-python","python","template","uv"],"latest_commit_sha":null,"homepage":"https://osprey-oss.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/osprey-oss.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-02T06:29:56.000Z","updated_at":"2026-03-24T19:53:38.000Z","dependencies_parsed_at":"2024-09-15T21:21:58.087Z","dependency_job_id":"1550c8f5-6de4-4406-971d-f10e19df44bd","html_url":"https://github.com/osprey-oss/cookiecutter-uv","commit_stats":null,"previous_names":["fpgmaas/cookiecutter-uv","osprey-oss/cookiecutter-uv"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/osprey-oss/cookiecutter-uv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osprey-oss%2Fcookiecutter-uv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osprey-oss%2Fcookiecutter-uv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osprey-oss%2Fcookiecutter-uv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osprey-oss%2Fcookiecutter-uv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osprey-oss","download_url":"https://codeload.github.com/osprey-oss/cookiecutter-uv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osprey-oss%2Fcookiecutter-uv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31397054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-03-21T20:00:28.314Z","updated_at":"2026-04-04T10:35:58.416Z","avatar_url":"https://github.com/osprey-oss.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" src=\"https://raw.githubusercontent.com/osprey-oss/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/osprey-oss/cookiecutter-uv/main.yml?branch=main)](https://github.com/osprey-oss/cookiecutter-uv/actions/workflows/main.yml?query=branch%3Amain)\n[![Supported Python versions](https://img.shields.io/badge/python-_3.10_%7C_3.11_%7C_3.12_%7C_3.13_%7C_3.14-blue?labelColor=grey\u0026color=blue)](https://github.com/osprey-oss/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/osprey-oss/cookiecutter-uv)](https://img.shields.io/github/license/osprey-oss/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/)/[ty](https://docs.astral.sh/ty/) 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/osprey-oss/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/osprey-oss/cookiecutter-uv.git\n```\n\nor if you don't have `uv` installed yet:\n\n```bash\npip install cookiecutter\ncookiecutter https://github.com/osprey-oss/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%2Fosprey-oss%2Fcookiecutter-uv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosprey-oss%2Fcookiecutter-uv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosprey-oss%2Fcookiecutter-uv/lists"}