templatepy 0.2.8.dev0__tar.gz → 0.2.9__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.
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.bumpversion.cfg +1 -1
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/PKG-INFO +2 -2
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/README.md +1 -1
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/pyproject.toml +3 -3
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/__init__.py +1 -1
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/PKG-INFO +2 -2
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.gitignore +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.pre-commit-config.yaml +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.secrets.baseline +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/CODE_OF_CONDUCT.md +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/CONTRIBUTING.md +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/LICENSE +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/MANIFEST.in +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/setup.cfg +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/setup.py +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/example.data.file.config +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/example.data.file.test-extension-yu48 +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/SOURCES.txt +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/dependency_links.txt +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/entry_points.txt +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/not-zip-safe +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/requires.txt +0 -0
- {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: templatepy
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: templatepy: Template repo for python repositories & PyPi integration
|
|
5
5
|
Author-email: "Lars B. Rollik" <L.B.Rollik@protonmail.com>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -94,7 +94,7 @@ Requires-Dist: toml; extra == "dev"
|
|
|
94
94
|
# templatepy
|
|
95
95
|
Template repo for python repositories & PyPi integration
|
|
96
96
|
---
|
|
97
|
-
**Version: "0.2.
|
|
97
|
+
**Version: "0.2.9"**
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## Usage
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "templatepy"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.9"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Lars B. Rollik", email = "L.B.Rollik@protonmail.com" }
|
|
10
10
|
]
|
|
@@ -74,8 +74,8 @@ select = [
|
|
|
74
74
|
"YTT", # check for YAML issues
|
|
75
75
|
"SIM", # detect unnecessary comprehensions, loops, etc.
|
|
76
76
|
"PTH", # checks for pathlib best practices
|
|
77
|
-
"TCH",
|
|
78
|
-
"PYI",
|
|
77
|
+
"TCH", # checks for typing best practices
|
|
78
|
+
"PYI", # checks for pyi files
|
|
79
79
|
]
|
|
80
80
|
ignore = []
|
|
81
81
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: templatepy
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: templatepy: Template repo for python repositories & PyPi integration
|
|
5
5
|
Author-email: "Lars B. Rollik" <L.B.Rollik@protonmail.com>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -94,7 +94,7 @@ Requires-Dist: toml; extra == "dev"
|
|
|
94
94
|
# templatepy
|
|
95
95
|
Template repo for python repositories & PyPi integration
|
|
96
96
|
---
|
|
97
|
-
**Version: "0.2.
|
|
97
|
+
**Version: "0.2.9"**
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## Usage
|
|
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
|