copier-pydantic 0.1.3__tar.gz → 0.1.4__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_pydantic-0.1.3 → copier_pydantic-0.1.4}/PKG-INFO +2 -2
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/pyproject.toml +3 -3
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/LICENSE +0 -0
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/README.md +0 -0
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/src/copier_pydantic/__init__.py +0 -0
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/src/copier_pydantic/multiline_validation.py +0 -0
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/src/copier_pydantic/py.typed +0 -0
- {copier_pydantic-0.1.3 → copier_pydantic-0.1.4}/src/copier_pydantic/validators.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copier-pydantic
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Adds support for Pydantic Models in Copier templates
|
|
5
5
|
Author: Chris Brown
|
|
6
6
|
Author-email: Chris Brown <cbrown1234@hotmail.co.uk>
|
|
7
7
|
License-Expression: MIT
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Requires-Dist: copier>=3.6
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
|
|
13
13
|
# Copier Pydantic
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "copier-pydantic"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.4"
|
|
4
4
|
description = "Adds support for Pydantic Models in Copier templates"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
7
7
|
{ name = "Chris Brown", email = "cbrown1234@hotmail.co.uk" }
|
|
8
8
|
]
|
|
9
|
-
requires-python = ">=3.
|
|
9
|
+
requires-python = ">=3.10"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"copier>=3.6",
|
|
12
12
|
]
|
|
@@ -19,7 +19,7 @@ build-backend = "uv_build"
|
|
|
19
19
|
|
|
20
20
|
[tool.ruff]
|
|
21
21
|
line-length = 88
|
|
22
|
-
target-version = "
|
|
22
|
+
target-version = "py310"
|
|
23
23
|
|
|
24
24
|
[tool.ruff.lint]
|
|
25
25
|
select = ["ALL"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|