{"id":37674672,"url":"https://github.com/jkoessle/uv-copier-template","last_synced_at":"2026-01-16T12:10:20.605Z","repository":{"id":280295191,"uuid":"941540230","full_name":"jkoessle/uv-copier-template","owner":"jkoessle","description":"Very simple copier template for Python projects with src layout and dependency management by uv.","archived":false,"fork":false,"pushed_at":"2025-03-02T15:16:51.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T15:33:00.168Z","etag":null,"topics":["copier","copier-python","copier-template","project-template","python","template","uv"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jkoessle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-02T14:38:19.000Z","updated_at":"2025-03-02T14:48:49.000Z","dependencies_parsed_at":"2025-03-02T15:33:03.781Z","dependency_job_id":"45e48ed4-c404-4455-b636-d8e9a028987b","html_url":"https://github.com/jkoessle/uv-copier-template","commit_stats":null,"previous_names":["jkoessle/uv-copier-template"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jkoessle/uv-copier-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoessle%2Fuv-copier-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoessle%2Fuv-copier-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoessle%2Fuv-copier-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoessle%2Fuv-copier-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkoessle","download_url":"https://codeload.github.com/jkoessle/uv-copier-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoessle%2Fuv-copier-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["copier","copier-python","copier-template","project-template","python","template","uv"],"created_at":"2026-01-16T12:10:20.061Z","updated_at":"2026-01-16T12:10:20.586Z","avatar_url":"https://github.com/jkoessle.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copier UV Template\n\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-black.json)](https://github.com/copier-org/copier)\n\nThis is a very simple copier template for Python projects with src layout and dependency management by [uv](https://github.com/astral-sh/uv).\n\n\n\n## Features\n\n- Automated copier questions\n- Setup for [uv](https://github.com/astral-sh/uv)\n- Included dev tools for formatting, quality checks and testing: \n    - [ruff](https://github.com/astral-sh/ruff) \n    - [pre-commit](https://github.com/pre-commit/pre-commit)\n    - [black](https://github.com/psf/black)\n    - [pytest](https://github.com/pytest-dev/pytest/)\n- The project is structured in the [src layout](https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-structure.html)\n\n##  Usage\n### Requirements\nYou need to have uv and copier installed. Install uv and an accompanying Python version (or use your own Python environment like pyenv or conda):\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n# optional:\nuv python install 3.12\n```\n\nInstall copier with uv or pipx (this will install uv globally):\n```bash\npipx install copier\n```\nor\n```bash\nuv tool install copier\n```\n\n### Generate a Project\nTo generate a new project, execute the following command:\n```bash\ncopier copy --trust \"gh:jkoessle/uv-copier-template\" /path/to/your/new/project\n```\n\nIt's also possible to use uv directly, without the need to install copier:\n```bash\nuvx copier copy --trust \"gh:jkoessle/uv-copier-template\" /path/to/your/new/project\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkoessle%2Fuv-copier-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkoessle%2Fuv-copier-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkoessle%2Fuv-copier-template/lists"}