copier-python 0.10.0__tar.gz → 0.11.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.
- {copier_python-0.10.0 → copier_python-0.11.0}/PKG-INFO +1 -1
- {copier_python-0.10.0 → copier_python-0.11.0}/copier_python/repo.py +6 -1
- {copier_python-0.10.0 → copier_python-0.11.0}/.gitignore +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/AGENTS.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/CONTRIBUTING.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/LICENSE +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/README.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/copier_python/__init__.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/copier_python/__main__.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/copier_python/py.typed +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/copier_python/update.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/contributing.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/development/requirements.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/development/updates.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/development/workflow.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/index.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/license.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/project-creation.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/project-development.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/project-release.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/project-setup.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/project-updates.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/releasing.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/requirements.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/docs/setup.md +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/pyproject.toml +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/__init__.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/conftest.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__init__.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_agents.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_compose.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_dockerfile.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_docs.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_license.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_pyproject.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_readme.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_workflows.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_zensical.ambr +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_agents.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_compose.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_contributing.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_dockerfile.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_docs.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_license.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_pyproject.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_readme.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_structure.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_template.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_version.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_workflows.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/template/test_zensical.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/test_update.py +0 -0
- {copier_python-0.10.0 → copier_python-0.11.0}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copier-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0
|
|
4
4
|
Summary: Copier template for Python projects with modern tooling
|
|
5
5
|
Project-URL: Homepage, https://smkent.github.io/copier-python
|
|
6
6
|
Project-URL: Repository, https://github.com/smkent/copier-python
|
|
@@ -3,6 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
import os
|
|
4
4
|
import re
|
|
5
5
|
import subprocess
|
|
6
|
+
import sys
|
|
6
7
|
import tempfile
|
|
7
8
|
from contextlib import contextmanager, suppress
|
|
8
9
|
from dataclasses import InitVar, dataclass, field
|
|
@@ -14,7 +15,11 @@ import yaml
|
|
|
14
15
|
from rich import print # noqa: A004
|
|
15
16
|
from rich.panel import Panel
|
|
16
17
|
from rich.text import Text
|
|
17
|
-
|
|
18
|
+
|
|
19
|
+
if sys.version_info >= (3, 11):
|
|
20
|
+
from typing import Self
|
|
21
|
+
else:
|
|
22
|
+
from typing_extensions import Self
|
|
18
23
|
|
|
19
24
|
if TYPE_CHECKING:
|
|
20
25
|
from collections.abc import Generator, Sequence
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_compose.ambr
RENAMED
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_contributing.ambr
RENAMED
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_dockerfile.ambr
RENAMED
|
File without changes
|
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_license.ambr
RENAMED
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_pyproject.ambr
RENAMED
|
File without changes
|
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_workflows.ambr
RENAMED
|
File without changes
|
{copier_python-0.10.0 → copier_python-0.11.0}/tests/template/__snapshots__/test_zensical.ambr
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|