{"id":27103062,"url":"https://github.com/stuartellis/copier-sve-python","last_synced_at":"2026-01-21T17:02:59.807Z","repository":{"id":269033569,"uuid":"906210833","full_name":"stuartellis/copier-sve-python","owner":"stuartellis","description":"Python project template using the Copier tool","archived":false,"fork":false,"pushed_at":"2025-04-26T20:07:30.000Z","size":123,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T21:19:43.014Z","etag":null,"topics":["copier-template"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":false,"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/stuartellis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-12-20T11:52:38.000Z","updated_at":"2025-04-26T20:07:33.000Z","dependencies_parsed_at":"2025-02-27T14:20:11.242Z","dependency_job_id":"25d3b4ef-5c37-48f5-9af2-ca805eca66e3","html_url":"https://github.com/stuartellis/copier-sve-python","commit_stats":null,"previous_names":["stuartellis/copier-sve-python"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/stuartellis/copier-sve-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fcopier-sve-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fcopier-sve-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fcopier-sve-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fcopier-sve-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuartellis","download_url":"https://codeload.github.com/stuartellis/copier-sve-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartellis%2Fcopier-sve-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28636658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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":["copier-template"],"created_at":"2025-04-06T16:38:47.974Z","updated_at":"2026-01-21T17:02:59.800Z","avatar_url":"https://github.com/stuartellis.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025-present Stuart Ellis \u003cstuart@stuartellis.name\u003e\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n# copier-sve-python\n\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nThis [Copier](https://copier.readthedocs.io/en/stable/) template provides configuration files for a Python project.\n\nIt generates a `pyproject.toml` files that supports:\n\n- [Mypy](http://www.mypy-lang.org/) - Python type checker\n- [Pyright](https://microsoft.github.io/pyright) - Python type checker\n- [pytest](https://docs.pytest.org/en/stable/) - Python testing framework\n- [pytest-cov](https://github.com/pytest-dev/pytest-cov) - Code coverage plugin for pytest\n- [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/) - Automates the release process for Python projects\n- [Ruff](https://docs.astral.sh/ruff/) - Python linter and code formatter\n- [uv](https://github.com/astral-sh/uv) - Python package and project manager\n\nThe files in the template also enable a set of additional tools:\n\n- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2)\n- [MkDocs](https://www.mkdocs.org)\n- [pre-commit](https://pre-commit.com)\n- [Trivy](https://trivy.dev)\n- [yamllint](https://yamllint.readthedocs.io)\n\n## Install\n\nYou need [Copier](https://copier.readthedocs.io/en/stable/) to use template for a project. Use [uv](https://docs.astral.sh/uv/) or [pipx](https://pipx.pypa.io/) to run Copier. These tools enable you to use Copier without installing it.\n\nYou can either create a new project with this template or add the template to an existing project. Use the same _copy_ sub-command of Copier for both cases. Run Copier with the _uvx_ or _pipx run_ commands, which download and cache software packages as needed. For example:\n\n```shell\nuvx copier copy git+https://github.com/stuartellis/copier-sve-python my-project\n```\n\n## Usage\n\nTo create a project with this template, use the _copy_ sub-command:\n\n```shell\ncopier copy git+https://github.com/stuartellis/copier-sve-python your-project-name\n```\n\nTo update a project again with this template, run these commands:\n\n```shell\ncd your-project-name\ncopier update -a .copier-answers-python.yaml .\n```\n\n## Contributing\n\nThis project was built for my personal use. I will consider suggestions and Pull Requests, but I may decline anything that makes it less useful for my needs. You are welcome to fork this project.\n\nSome configuration files for this project are managed by my [baseline](https://github.com/stuartellis/copier-sve-baseline) Copier template. To synchronize this project with the baseline template, run these commands:\n\n```shell\ncd copier-sve-python\ncopier update -a .copier-answers-baseline.yaml .\n```\n\n## License\n\nMIT © 2025 Stuart Ellis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartellis%2Fcopier-sve-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartellis%2Fcopier-sve-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartellis%2Fcopier-sve-python/lists"}