{"id":50580404,"url":"https://github.com/bosd/uv-forge","last_synced_at":"2026-06-05T01:30:35.974Z","repository":{"id":359533889,"uuid":"1246471673","full_name":"bosd/uv-forge","owner":"bosd","description":"A Copier template for forging modern, opinionated Python projects (uv, Ruff, mypy/ty, nox, hardened CI).","archived":false,"fork":false,"pushed_at":"2026-05-22T15:46:08.000Z","size":2094,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T16:08:17.345Z","etag":null,"topics":["cookiecutter-template","copier","copier-template","hypermodern","mypyc","project-template","python","ruff","template","tox","ty","uv","zizmor"],"latest_commit_sha":null,"homepage":"https://uv-forge.readthedocs.io/en/latest/index.html","language":"Jinja","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/bosd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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":"2026-05-22T08:18:22.000Z","updated_at":"2026-05-22T15:46:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bosd/uv-forge","commit_stats":null,"previous_names":["bosd/uv-forge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bosd/uv-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosd%2Fuv-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosd%2Fuv-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosd%2Fuv-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosd%2Fuv-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bosd","download_url":"https://codeload.github.com/bosd/uv-forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosd%2Fuv-forge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33927313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-template","copier","copier-template","hypermodern","mypyc","project-template","python","ruff","template","tox","ty","uv","zizmor"],"created_at":"2026-06-05T01:30:34.827Z","updated_at":"2026-06-05T01:30:35.960Z","avatar_url":"https://github.com/bosd.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/_static/uv-forge-banner.webp\" alt=\"uv-forge\" width=\"720\"\u003e\n\u003c/p\u003e\n\n# uv-forge\n\n[![Documentation Status](https://readthedocs.org/projects/uv-forge/badge/?version=latest)](https://uv-forge.readthedocs.io/en/latest/?badge=latest)\n[![CI](https://github.com/bosd/uv-forge/actions/workflows/ci.yml/badge.svg)](https://github.com/bosd/uv-forge/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bosd/uv-forge/blob/main/LICENSE)\n\nA [Copier] template for forging modern, opinionated Python projects at high speed —\n[uv] for everything, [Ruff], strict [mypy] (plus [ty]), [nox], 100% coverage, and a\nhardened, SHA-pinned GitHub Actions setup with SLSA build provenance.\n\n\u003e Successor to [cookiecutter-uv-hypermodern-python][cc]. Unlike cookiecutter, Copier supports\n\u003e in-place updates (`copier update`), so generated projects can pull in template improvements later.\n\n## Usage\n\n```console\nuvx --with jinja2-time copier copy --trust gh:bosd/uv-forge path/to/your-project\n```\n\n`jinja2-time` is needed for the `copyright_year` default; `--trust` is required because the template\nuses a Jinja extension.\n\n### Update an existing project\n\n```console\ncd your-project\nuvx --with jinja2-time copier update --trust\n```\n\n## Options\n\n| Question    | Choices                       | Default       | Effect                                                                                                                  |\n| ----------- | ----------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------- |\n| `extension` | `none`, `mypyc`               | `none`        | `none` → pure-Python (hatchling). `mypyc` → compiled wheels (setuptools + mypyc + cibuildwheel). _(Rust/PyO3 planned.)_ |\n| `docs_host` | `readthedocs`, `github-pages` | `readthedocs` | Read the Docs config, or a GitHub Pages build+deploy workflow.                                                          |\n| `license`   | MIT, Apache-2.0, GPL-3.0      | MIT           | Project license.                                                                                                        |\n\nPlus the usual `project_name`, `package_name`, `author`, `email`, `github_user`, `version`,\n`development_status`.\n\n## What you get\n\n- **uv** project management, **Ruff** lint+format, **mypy --strict**, **ty** (secondary), **pydoclint**.\n- **nox** sessions (tests, mypy, ty, typeguard, xdoctest, docs); **pytest** with xdist + randomly; 100% coverage gate.\n- **Sphinx** docs (shibuya theme) + a **non-blocking, weekly** link checker.\n- **Hardened CI**: every action SHA-pinned, least-privilege permissions, `persist-credentials: false`,\n  **zizmor** + **actionlint** pre-commit hooks.\n- **Release**: trusted PyPI publishing (OIDC), Sigstore signing, and SLSA build-provenance attestations.\n\n## Origins\n\nuv-forge is an ultramodern evolution of the **Hypermodern Python** lineage:\n\n- [Hypermodern Python][hmp article] — Claudio Jolowicz's article series that defined the approach,\n  and its template [cjolowicz/cookiecutter-hypermodern-python][hmp].\n- [bosd/cookiecutter-uv-hypermodern-python][cc] — a fork that moved the stack to **uv**.\n- **uv-forge** — the maintained **Copier** successor: the same quality-first philosophy with the\n  modern Astral toolchain (uv, Ruff, ty), in-place `copier update`, and hardened CI.\n\nThanks to Claudio Jolowicz and the hypermodern-python community.\n\n## License\n\nMIT\n\n[copier]: https://copier.readthedocs.io/\n[uv]: https://docs.astral.sh/uv/\n[ruff]: https://docs.astral.sh/ruff/\n[mypy]: https://mypy.readthedocs.io/\n[ty]: https://github.com/astral-sh/ty\n[nox]: https://nox.thea.codes/\n[cc]: https://github.com/bosd/cookiecutter-uv-hypermodern-python\n[hmp]: https://github.com/cjolowicz/cookiecutter-hypermodern-python\n[hmp article]: https://blog.claudiojolowicz.com/posts/hypermodern-python-01-setup/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbosd%2Fuv-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbosd%2Fuv-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbosd%2Fuv-forge/lists"}