File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,19 @@ hidden: true
88
99
1010```
11-
1211## Python Project Templates
1312
1413[ ![ GitHub] ( https://img.shields.io/badge/repo-github-181717?logo=github&logoColor=white )] ( https://github.com/python-project-templates )
1514[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-brightgreen )] ( https://github.com/python-project-templates )
15+ [](https://copier.readthedocs.io/en/stable/)
1616
1717This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
1818
19+ ``` bash
20+ pip install copier
21+ copier copy https://github.com/python-project-templates/base.git path/to/new/project
22+ ```
23+
1924### Python Templates
2025
2126| Type | Build | Description |
You can’t perform that action at this time.
0 commit comments