copier-python 0.1.4__py3-none-any.whl → 0.2.0__py3-none-any.whl

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.
@@ -0,0 +1,104 @@
1
+ Metadata-Version: 2.4
2
+ Name: copier-python
3
+ Version: 0.2.0
4
+ Summary: Copier template for Python projects with modern tooling
5
+ Project-URL: Homepage, https://smkent.github.io/copier-python
6
+ Project-URL: Repository, https://github.com/smkent/copier-python
7
+ Project-URL: Issues, https://github.com/smkent/copier-python/issues
8
+ Author-email: Stephen Kent <smkent@smkent.net>
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
20
+ Classifier: Topic :: Documentation
21
+ Classifier: Topic :: Software Development
22
+ Classifier: Topic :: Utilities
23
+ Classifier: Typing :: Typed
24
+ Requires-Python: >=3.10
25
+ Description-Content-Type: text/markdown
26
+
27
+ # copier-python
28
+
29
+ [Copier][copier] template for Python projects with modern tooling
30
+
31
+ [![Copier][copier-badge]][copier]
32
+ [![License](https://img.shields.io/github/license/smkent/copier-python)](https://github.com/smkent/copier-python/blob/main/LICENSE)
33
+ [![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
34
+ [![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
35
+ [![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)
36
+
37
+ ## Quick start
38
+
39
+ With [Astral's **uv**][uv] and [**Copier**][copier] (`uv tool install copier`)
40
+ installed:
41
+
42
+ ```sh
43
+ copier copy "gh:smkent/copier-python" /new/project/path
44
+ ```
45
+
46
+ **[For more details, see the documentation!][docs-usage]**
47
+
48
+ ## Features
49
+
50
+ * [Astral][astral] toolset: [**uv**][uv], [**ruff**][ruff], and [**ty**][ty]
51
+
52
+ [![uv][uv-badge]][uv]
53
+ [![ruff][ruff-badge]][ruff]
54
+ [![ty][ty-badge]][ty]
55
+
56
+ * [**prek**][prek] for [pre-commit][pre-commit] compatible git hooks
57
+
58
+ [![prek][prek-badge]][prek]
59
+
60
+ * Update automation with [**Renovate**][renovate] and
61
+ [**`copier update`**][copier-update]
62
+
63
+ [![Copier][copier-badge]][copier-update]
64
+ [![renovate][renovate-badge]][renovate]
65
+
66
+ * [**PyPI package**][pypi] and [**container image**][ghcr-docs] release
67
+ automation via [**GitHub Actions**][github-actions]
68
+ * [**pytest**][pytest] test framework with [**codecov.io**][codecovio] support
69
+ * [**Zensical**][zensical] project documentation with automatic deployment to
70
+ [**GitHub Pages**][github-pages]
71
+ * [**Poe the Poet**][poethepoet] for task shortcuts such as
72
+ `poe lint`, `poe test`
73
+
74
+ ## Credits
75
+
76
+ This template was inspired by [pawamoy/copier-uv][copier-uv] and
77
+ [ritwiktiwari/copier-astral][copier-astral] -- Thanks!
78
+
79
+ [astral]: https://astral.sh
80
+ [codecovio]: https://codecov.io
81
+ [copier-astral]: https://ritwiktiwari.github.io/copier-astral/
82
+ [copier-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json
83
+ [copier-update]: https://copier.readthedocs.io/en/stable/updating/
84
+ [copier-uv]: https://pawamoy.github.io/copier-uv/
85
+ [copier]: https://copier.readthedocs.io
86
+ [docs-usage]: https://smkent.github.io/copier-python/requirements/
87
+ [ghcr-docs]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
88
+ [github-actions]: https://github.com/features/actions
89
+ [github-pages]: https://pages.github.com
90
+ [poethepoet]: https://poethepoet.natn.io/
91
+ [pre-commit]: https://pre-commit.com/
92
+ [prek-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json
93
+ [prek]: https://prek.j178.dev/
94
+ [pypi]: https://pypi.org
95
+ [pytest]: https://docs.pytest.org
96
+ [renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
97
+ [renovate]: https://docs.renovatebot.com/
98
+ [ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
99
+ [ruff]: https://docs.astral.sh/ruff/
100
+ [ty-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json
101
+ [ty]: https://docs.astral.sh/ty/
102
+ [uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
103
+ [uv]: https://docs.astral.sh/uv/
104
+ [zensical]: https://zensical.org/
@@ -0,0 +1,6 @@
1
+ copier_python/__init__.py,sha256=70OoY5oh6ZoQKUwcTGZTQKUxAr0iHtjBPJP8wO6RA7E,222
2
+ copier_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ copier_python-0.2.0.dist-info/METADATA,sha256=rc-wNsPfkiAaIOjqPfALIpqZmzD7g9zpR0bmNMvPAlI,4549
4
+ copier_python-0.2.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
5
+ copier_python-0.2.0.dist-info/licenses/LICENSE,sha256=UHHRyYuAwaR1EBittWk49EmWR0c7MIIMBXt_L_auZtQ,1069
6
+ copier_python-0.2.0.dist-info/RECORD,,
@@ -1,56 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: copier-python
3
- Version: 0.1.4
4
- Summary: Copier template for Python projects with modern tooling
5
- Project-URL: Homepage, https://github.com/smkent/copier-python
6
- Project-URL: Repository, https://github.com/smkent/copier-python
7
- Project-URL: Issues, https://github.com/smkent/copier-python/issues
8
- Author-email: Stephen Kent <smkent@smkent.net>
9
- License-Expression: MIT
10
- License-File: LICENSE
11
- Classifier: Development Status :: 3 - Alpha
12
- Classifier: Intended Audience :: Developers
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.10
16
- Classifier: Programming Language :: Python :: 3.11
17
- Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Programming Language :: Python :: 3.13
19
- Classifier: Programming Language :: Python :: 3.14
20
- Classifier: Topic :: Documentation
21
- Classifier: Topic :: Software Development
22
- Classifier: Topic :: Utilities
23
- Classifier: Typing :: Typed
24
- Requires-Python: >=3.10
25
- Description-Content-Type: text/markdown
26
-
27
- # copier-python
28
-
29
- [Copier][copier] template for Python projects with modern tooling
30
-
31
- [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)][copier]
32
- [![License](https://img.shields.io/github/license/smkent/copier-python)](LICENSE)
33
- [![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
34
- [![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
35
- [![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)
36
-
37
- ## Prerequisites
38
-
39
- - [Astral's **uv** Python project manager][uv]
40
- - [Copier][copier]: `uv tool install copier`
41
-
42
- ## Usage
43
-
44
- ```sh
45
- copier copy "gh:smkent/copier-python" /new/project/path
46
- ```
47
-
48
- ## Credits
49
-
50
- This template was inspired by [pawamoy/copier-uv][copier-uv] and
51
- [ritwiktiwari/copier-astral][copier-astral] -- Thanks!
52
-
53
- [copier]: https://copier.readthedocs.io
54
- [copier-uv]: https://github.com/pawamoy/copier-uv
55
- [copier-astral]: https://github.com/ritwiktiwari/copier-astral
56
- [uv]: https://docs.astral.sh/uv/
@@ -1,6 +0,0 @@
1
- copier_python/__init__.py,sha256=70OoY5oh6ZoQKUwcTGZTQKUxAr0iHtjBPJP8wO6RA7E,222
2
- copier_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- copier_python-0.1.4.dist-info/METADATA,sha256=fC8G5fK3Z_14R9idqEikDAfp0TIHDNsGv_4DmqMmzHE,2236
4
- copier_python-0.1.4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
5
- copier_python-0.1.4.dist-info/licenses/LICENSE,sha256=UHHRyYuAwaR1EBittWk49EmWR0c7MIIMBXt_L_auZtQ,1069
6
- copier_python-0.1.4.dist-info/RECORD,,