{"id":47927153,"url":"https://github.com/smkent/copier-python","last_synced_at":"2026-04-07T09:00:44.300Z","repository":{"id":348443169,"uuid":"1198101782","full_name":"smkent/copier-python","owner":"smkent","description":"📋🐍 Copier template for Python projects with modern tooling","archived":false,"fork":false,"pushed_at":"2026-04-06T04:35:37.000Z","size":166,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T08:29:47.514Z","etag":null,"topics":["codecov","container","copier","copier-template","coverage","docker","github-actions","prek","python","ruff","template","uv"],"latest_commit_sha":null,"homepage":"https://smkent.github.io/copier-python/","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/smkent.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":"2026-04-01T05:55:42.000Z","updated_at":"2026-04-06T04:35:22.000Z","dependencies_parsed_at":"2026-04-06T08:00:26.607Z","dependency_job_id":null,"html_url":"https://github.com/smkent/copier-python","commit_stats":null,"previous_names":["smkent/copier-python"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/smkent/copier-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Fcopier-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Fcopier-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Fcopier-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Fcopier-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smkent","download_url":"https://codeload.github.com/smkent/copier-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Fcopier-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["codecov","container","copier","copier-template","coverage","docker","github-actions","prek","python","ruff","template","uv"],"created_at":"2026-04-04T06:52:38.281Z","updated_at":"2026-04-07T09:00:44.262Z","avatar_url":"https://github.com/smkent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copier-python\n\n[Copier][copier] template for Python projects with modern tooling\n\n[![Copier][copier-badge]][copier]\n[![License](https://img.shields.io/github/license/smkent/copier-python)](https://github.com/smkent/copier-python/blob/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)\n[![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)\n[![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)\n\n## Quick start\n\nWith [Astral's **uv**][uv] and [**Copier**][copier] (`uv tool install copier`)\ninstalled:\n\n```sh\ncopier copy \"gh:smkent/copier-python\" /new/project/path\n```\n\n**[For more details, see the documentation!][docs-usage]**\n\n## Features\n\n* [Astral][astral] toolset: [**uv**][uv], [**ruff**][ruff], and [**ty**][ty]\n\n    [![uv][uv-badge]][uv]\n    [![ruff][ruff-badge]][ruff]\n    [![ty][ty-badge]][ty]\n\n* [**prek**][prek] for [pre-commit][pre-commit] compatible git hooks\n\n    [![prek][prek-badge]][prek]\n\n* Update automation with [**Renovate**][renovate] and\n  [**`copier update`**][copier-update]\n\n    [![Copier][copier-badge]][copier-update]\n    [![renovate][renovate-badge]][renovate]\n\n* [**PyPI package**][pypi] and [**container image**][ghcr-docs] release\n  automation via [**GitHub Actions**][github-actions]\n* [**pytest**][pytest] test framework with [**codecov.io**][codecovio] support\n* [**Zensical**][zensical] project documentation with automatic deployment to\n  [**GitHub Pages**][github-pages]\n* [**Poe the Poet**][poethepoet] for task shortcuts such as\n   `poe lint`, `poe test`\n\n## Credits\n\nThis template was inspired by [pawamoy/copier-uv][copier-uv] and\n[ritwiktiwari/copier-astral][copier-astral] -- Thanks!\n\n[astral]: https://astral.sh\n[codecovio]: https://codecov.io\n[copier-astral]: https://ritwiktiwari.github.io/copier-astral/\n[copier-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json\n[copier-update]: https://copier.readthedocs.io/en/stable/updating/\n[copier-uv]: https://pawamoy.github.io/copier-uv/\n[copier]: https://copier.readthedocs.io\n[docs-usage]: https://smkent.github.io/copier-python/prerequisites/\n[ghcr-docs]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry\n[github-actions]: https://github.com/features/actions\n[github-pages]: https://pages.github.com\n[poethepoet]: https://poethepoet.natn.io/\n[pre-commit]: https://pre-commit.com/\n[prek-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json\n[prek]: https://prek.j178.dev/\n[pypi]: https://pypi.org\n[pytest]: https://docs.pytest.org\n[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot\n[renovate]: https://docs.renovatebot.com/\n[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n[ruff]: https://docs.astral.sh/ruff/\n[ty-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json\n[ty]: https://docs.astral.sh/ty/\n[uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json\n[uv]: https://docs.astral.sh/uv/\n[zensical]: https://zensical.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkent%2Fcopier-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmkent%2Fcopier-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkent%2Fcopier-python/lists"}