python-package-copier-template 0.4.3__tar.gz → 0.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/PKG-INFO +10 -13
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/README.md +9 -12
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/pyproject.toml +1 -1
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/python_package_copier_template/__init__.py +0 -0
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/python_package_copier_template/cli.py +0 -0
- {python_package_copier_template-0.4.3 → python_package_copier_template-0.5.0}/python_package_copier_template/extensions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: python-package-copier-template
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: A Copier template for modern Python projects.
|
|
5
5
|
Author: Martín Gaitán
|
|
6
6
|
Author-email: Martín Gaitán <gaitan@gmail.com>
|
|
@@ -14,12 +14,15 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
|
|
15
15
|
[](https://github.com/copier-org/copier)
|
|
16
16
|
[](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml)
|
|
17
|
+
[](https://pypi.org/project/python-package-copier-template/)
|
|
17
18
|
[](https://github.com/mgaitan/python-package-copier-template/releases)
|
|
18
19
|
|
|
19
20
|
A [Copier](https://github.com/copier-org/copier) template
|
|
20
21
|
for modern Python projects.
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
Canonical example repo generated from this template: [mgaitan/yet-another-repo](https://github.com/mgaitan/yet-another-repo)
|
|
24
|
+
|
|
25
|
+
Documentation: <https://mgaitan.github.io/python-package-copier-template/>
|
|
23
26
|
|
|
24
27
|
## Features
|
|
25
28
|
|
|
@@ -38,23 +41,17 @@ Demo repo generated from this template: [mgaitan/yet-another-demo](https://githu
|
|
|
38
41
|
- 🚀 Automated releases to PyPI via [Trusted Publishing](https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/)
|
|
39
42
|
- 🧠 Sensible defaults via introspection to minimize answers during the initial setup
|
|
40
43
|
- 🛠️ Makefile with shortcuts for common tasks
|
|
41
|
-
- 📄 Generation of generic docs such as `
|
|
44
|
+
- 📄 Generation of generic docs such as `CODE_OF_CONDUCT`, plus an optional `LICENSE`
|
|
42
45
|
- 🤖 Heavily curated [AGENTS.md](https://agents.md/)
|
|
43
46
|
- 🌀 Initial setup of the development environment and git repo
|
|
44
47
|
- 🔁 Scheduled template refresh workflow that opens a PR every 20 days when updates are available
|
|
45
48
|
- ♻️ Projects updatable with [`copier update`](https://copier.readthedocs.io/en/stable/updating/)
|
|
46
49
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
> [!NOTE]
|
|
51
|
+
> Sister project for Django internal management systems:
|
|
52
|
+
> [mgaitan/django-unfold-copier-template](https://github.com/mgaitan/django-unfold-copier-template).
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- [Tutorial: Getting started](docs/getting_started.md)
|
|
54
|
-
- [How-to: Maintain the template](docs/maintain_template.md)
|
|
55
|
-
- [Reference: Configuration](docs/configuration.md)
|
|
56
|
-
- [Explanation: About these docs](docs/about_the_docs.md)
|
|
57
|
-
- [Explanation: Design decisions](docs/design_decisions.md)
|
|
54
|
+
Please read [my blog post](https://mgaitan.github.io/en/posts/opinionated-python-project-scaffolding/) to learn about the details of the decisions I made and the alternatives I considered.
|
|
58
55
|
|
|
59
56
|
## Quick setup and usage
|
|
60
57
|
|
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/copier-org/copier)
|
|
4
4
|
[](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml)
|
|
5
|
+
[](https://pypi.org/project/python-package-copier-template/)
|
|
5
6
|
[](https://github.com/mgaitan/python-package-copier-template/releases)
|
|
6
7
|
|
|
7
8
|
A [Copier](https://github.com/copier-org/copier) template
|
|
8
9
|
for modern Python projects.
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
Canonical example repo generated from this template: [mgaitan/yet-another-repo](https://github.com/mgaitan/yet-another-repo)
|
|
12
|
+
|
|
13
|
+
Documentation: <https://mgaitan.github.io/python-package-copier-template/>
|
|
11
14
|
|
|
12
15
|
## Features
|
|
13
16
|
|
|
@@ -26,23 +29,17 @@ Demo repo generated from this template: [mgaitan/yet-another-demo](https://githu
|
|
|
26
29
|
- 🚀 Automated releases to PyPI via [Trusted Publishing](https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/)
|
|
27
30
|
- 🧠 Sensible defaults via introspection to minimize answers during the initial setup
|
|
28
31
|
- 🛠️ Makefile with shortcuts for common tasks
|
|
29
|
-
- 📄 Generation of generic docs such as `
|
|
32
|
+
- 📄 Generation of generic docs such as `CODE_OF_CONDUCT`, plus an optional `LICENSE`
|
|
30
33
|
- 🤖 Heavily curated [AGENTS.md](https://agents.md/)
|
|
31
34
|
- 🌀 Initial setup of the development environment and git repo
|
|
32
35
|
- 🔁 Scheduled template refresh workflow that opens a PR every 20 days when updates are available
|
|
33
36
|
- ♻️ Projects updatable with [`copier update`](https://copier.readthedocs.io/en/stable/updating/)
|
|
34
37
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
> [!NOTE]
|
|
39
|
+
> Sister project for Django internal management systems:
|
|
40
|
+
> [mgaitan/django-unfold-copier-template](https://github.com/mgaitan/django-unfold-copier-template).
|
|
38
41
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- [Tutorial: Getting started](docs/getting_started.md)
|
|
42
|
-
- [How-to: Maintain the template](docs/maintain_template.md)
|
|
43
|
-
- [Reference: Configuration](docs/configuration.md)
|
|
44
|
-
- [Explanation: About these docs](docs/about_the_docs.md)
|
|
45
|
-
- [Explanation: Design decisions](docs/design_decisions.md)
|
|
42
|
+
Please read [my blog post](https://mgaitan.github.io/en/posts/opinionated-python-project-scaffolding/) to learn about the details of the decisions I made and the alternatives I considered.
|
|
46
43
|
|
|
47
44
|
## Quick setup and usage
|
|
48
45
|
|
|
File without changes
|
|
File without changes
|