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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: python-package-copier-template
3
- Version: 0.4.3
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
  [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)](https://github.com/copier-org/copier)
16
16
  [![CI](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml/badge.svg)](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml)
17
+ [![PyPI](https://img.shields.io/pypi/v/python-package-copier-template)](https://pypi.org/project/python-package-copier-template/)
17
18
  [![Changelog](https://img.shields.io/github/v/release/mgaitan/python-package-copier-template)](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
- Demo repo generated from this template: [mgaitan/yet-another-demo](https://github.com/mgaitan/yet-another-demo)
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 `LICENSE`, `CODE_OF_CONDUCT`, etc.
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
- 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.
48
-
49
- ## Package Documentation
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
- The package now includes a Diataxis-based docs set under `docs/` that expands this README:
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
  [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)](https://github.com/copier-org/copier)
4
4
  [![CI](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml/badge.svg)](https://github.com/mgaitan/python-package-copier-template/actions/workflows/ci.yml)
5
+ [![PyPI](https://img.shields.io/pypi/v/python-package-copier-template)](https://pypi.org/project/python-package-copier-template/)
5
6
  [![Changelog](https://img.shields.io/github/v/release/mgaitan/python-package-copier-template)](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
- Demo repo generated from this template: [mgaitan/yet-another-demo](https://github.com/mgaitan/yet-another-demo)
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 `LICENSE`, `CODE_OF_CONDUCT`, etc.
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
- 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.
36
-
37
- ## Package Documentation
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
- The package now includes a Diataxis-based docs set under `docs/` that expands this README:
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-package-copier-template"
3
- version = "0.4.3"
3
+ version = "0.5.0"
4
4
  description = "A Copier template for modern Python projects."
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Martín Gaitán", email = "gaitan@gmail.com" }]