{"id":15640502,"url":"https://github.com/pawamoy/copier-poetry","last_synced_at":"2025-07-23T04:05:13.426Z","repository":{"id":43455767,"uuid":"256185941","full_name":"pawamoy/copier-poetry","owner":"pawamoy","description":"Copier template for Python projects managed by Poetry.","archived":false,"fork":false,"pushed_at":"2024-12-25T17:11:45.000Z","size":996,"stargazers_count":82,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-26T11:14:54.989Z","etag":null,"topics":["bootstrapping","copier","copier-template","poetry","python","scaffolding","template"],"latest_commit_sha":null,"homepage":"https://pawamoy.github.io/copier-poetry/","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawamoy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-04-16T10:45:39.000Z","updated_at":"2025-04-14T11:01:43.000Z","dependencies_parsed_at":"2025-02-13T13:13:53.570Z","dependency_job_id":"f228fe1f-3487-4489-8613-886641702042","html_url":"https://github.com/pawamoy/copier-poetry","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/pawamoy/copier-poetry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fcopier-poetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fcopier-poetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fcopier-poetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fcopier-poetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawamoy","download_url":"https://codeload.github.com/pawamoy/copier-poetry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fcopier-poetry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266614354,"owners_count":23956356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["bootstrapping","copier","copier-template","poetry","python","scaffolding","template"],"created_at":"2024-10-03T11:36:11.656Z","updated_at":"2025-07-23T04:05:13.396Z","avatar_url":"https://github.com/pawamoy.png","language":"Jinja","funding_links":[],"categories":["Python Packages and CLI"],"sub_categories":["Copier Templates"],"readme":"# Copier Poetry\n\n[Copier](https://github.com/copier-org/copier) template\nfor Python projects managed by [Poetry](https://github.com/python-poetry/poetry).\n\n\u003e [!WARNING]\n\u003e I personally don't use this template anymore,\n\u003e so it is maintained by the community. I will still review and merge PRs though.\n\u003e I can add you as a contributor if you wish to maintain the template\n\u003e for the community (for personal needs, please fork instead).\n\nSimilar templates:\n\n- [copier-pdm](https://github.com/pawamoy/copier-pdm), with [PDM](https://github.com/pdm-project/pdm)\n- [copier-uv](https:///github.com/pawamoy/copier-uv), with [uv](https://github.com/astral-sh/uv)\n\n## Features\n\n- [Poetry](https://github.com/sdispater/poetry) setup, with pre-defined `pyproject.toml`\n- Documentation built with [MkDocs](https://github.com/mkdocs/mkdocs)\n  ([Material theme](https://github.com/squidfunk/mkdocs-material)\n  and \"autodoc\" [mkdocstrings plugin](https://github.com/pawamoy/mkdocstrings))\n- Pre-configured tools for code formatting, quality analysis and testing:\n    - [black](https://github.com/psf/black),\n    - [flake8](https://gitlab.com/pycqa/flake8) and plugins,\n    - [isort](https://github.com/timothycrosley/isort),\n    - [mypy](https://github.com/python/mypy),\n    - [safety](https://github.com/pyupio/safety)\n- Tests run with [pytest](https://github.com/pytest-dev/pytest) and plugins,\n  with [coverage](https://github.com/nedbat/coveragepy) support\n- Cross-platform tasks with [duty](https://github.com/pawamoy/duty)\n- Support for GitHub workflow and Gitlab CI\n- Python 3.8 or above\n- Auto-generated `CHANGELOG.md` from git commits (using Angular message style)\n- Auto-generated `CREDITS.md` from Python dependencies\n- All licenses from [choosealicense.com](https://choosealicense.com/appendix/)\n- Makefile for convenience\n\n## Quick setup and usage\n\nMake sure all the\n[requirements](https://pawamoy.github.io/copier-poetry/requirements)\nare met, then:\n\n```bash\ncopier \"https://github.com/pawamoy/copier-poetry.git\" /path/to/your/new/project\n```\n\nOr even shorter:\n\n```bash\ncopier \"gh:pawamoy/copier-poetry\" /path/to/your/new/project\n```\n\nSee the [documentation](https://pawamoy.github.io/copier-poetry)\nfor more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawamoy%2Fcopier-poetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawamoy%2Fcopier-poetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawamoy%2Fcopier-poetry/lists"}