PythonTemplateIt 0.0.2__tar.gz → 0.1.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.
- {pythontemplateit-0.0.2 → pythontemplateit-0.1.0}/PKG-INFO +11 -9
- {pythontemplateit-0.0.2 → pythontemplateit-0.1.0}/README.rst +7 -7
- {pythontemplateit-0.0.2 → pythontemplateit-0.1.0}/pyproject.toml +32 -20
- {pythontemplateit-0.0.2 → pythontemplateit-0.1.0}/LICENSE +0 -0
- {pythontemplateit-0.0.2 → pythontemplateit-0.1.0}/src/pythontemplateit.py +0 -0
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: PythonTemplateIt
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Template for new Python projects.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Hendrik du Toit
|
|
7
7
|
Author-email: hendrik@brightedge.co.za
|
|
8
|
+
Maintainer: Hendrik du Toit
|
|
9
|
+
Maintainer-email: hendrikdt@citiqprepaid.co.za
|
|
8
10
|
Requires-Python: >=3.10
|
|
9
11
|
Classifier: Development Status :: 4 - Beta
|
|
10
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -16,9 +18,9 @@ Classifier: Topic :: System :: Archiving :: Packaging
|
|
|
16
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Project-URL: Changelog, https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/enhancement/master/ReleaseNotes.md
|
|
19
22
|
Project-URL: Homepage, https://github.com/BrightEdgeeServices/PythonTemplateIt
|
|
20
23
|
Project-URL: Repository, https://github.com/BrightEdgeeServices/PythonTemplateIt.git
|
|
21
|
-
Project-URL: changelog, https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/enhancement/master/ReleaseNotes.md
|
|
22
24
|
Project-URL: issues, https://github.com/BrightEdgeeServices/PythonTemplateIt/issues
|
|
23
25
|
Description-Content-Type: text/x-rst
|
|
24
26
|
|
|
@@ -29,15 +31,15 @@ PythonTemplateIt
|
|
|
29
31
|
+-----------+------------------------------------------------------------------------------------+
|
|
30
32
|
|**General**| |maintenance_y| |semver| |license| |
|
|
31
33
|
+-----------+------------------------------------------------------------------------------------+
|
|
32
|
-
|**CI** | |codestyle| |codecov|
|
|
34
|
+
|**CD/CI** | |codestyle| |codecov| |
|
|
33
35
|
+-----------+------------------------------------------------------------------------------------+
|
|
34
36
|
|**PyPI** | |pypi_release| |pypi_py_versions| |pypi_status| |pypi_format| |pypi_downloads| |
|
|
35
37
|
+-----------+------------------------------------------------------------------------------------+
|
|
36
|
-
|**Github** | |gh_issues| |gh_language| |gh_last_commit|
|
|
38
|
+
|**Github** | |gh_issues| |gh_language| |gh_last_commit| |
|
|
37
39
|
+-----------+------------------------------------------------------------------------------------+
|
|
38
40
|
|
|
39
41
|
|
|
40
|
-
|
|
42
|
+
Python repository template.
|
|
41
43
|
|
|
42
44
|
|
|
43
45
|
.. General
|
|
@@ -58,13 +60,13 @@ PythonTemplateIt
|
|
|
58
60
|
:target: https://semver.org/
|
|
59
61
|
:alt: Semantic Versioning - 2.0.0
|
|
60
62
|
|
|
63
|
+
|
|
64
|
+
.. CI
|
|
65
|
+
|
|
61
66
|
.. |codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
|
62
67
|
:target: https://github.com/psf/black
|
|
63
68
|
:alt: Code Style Black
|
|
64
69
|
|
|
65
|
-
|
|
66
|
-
.. CI
|
|
67
|
-
|
|
68
70
|
.. |pre_commit_ci| image:: https://img.shields.io/github/actions/workflow/status/BrightEdgeeServices/PythonTemplateIt/pre-commit.yml?label=pre-commit
|
|
69
71
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/pre-commit.yml
|
|
70
72
|
:alt: Pre-Commit
|
|
@@ -73,7 +75,7 @@ PythonTemplateIt
|
|
|
73
75
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/ci.yml
|
|
74
76
|
:alt: Test status
|
|
75
77
|
|
|
76
|
-
.. |gha_docu| image:: https://img.shields.io/readthedocs/
|
|
78
|
+
.. |gha_docu| image:: https://img.shields.io/readthedocs/PythonTemplateIt
|
|
77
79
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/check-rst-documentation.yml
|
|
78
80
|
:alt: Read the Docs
|
|
79
81
|
|
|
@@ -5,15 +5,15 @@ PythonTemplateIt
|
|
|
5
5
|
+-----------+------------------------------------------------------------------------------------+
|
|
6
6
|
|**General**| |maintenance_y| |semver| |license| |
|
|
7
7
|
+-----------+------------------------------------------------------------------------------------+
|
|
8
|
-
|**CI** | |codestyle| |codecov|
|
|
8
|
+
|**CD/CI** | |codestyle| |codecov| |
|
|
9
9
|
+-----------+------------------------------------------------------------------------------------+
|
|
10
10
|
|**PyPI** | |pypi_release| |pypi_py_versions| |pypi_status| |pypi_format| |pypi_downloads| |
|
|
11
11
|
+-----------+------------------------------------------------------------------------------------+
|
|
12
|
-
|**Github** | |gh_issues| |gh_language| |gh_last_commit|
|
|
12
|
+
|**Github** | |gh_issues| |gh_language| |gh_last_commit| |
|
|
13
13
|
+-----------+------------------------------------------------------------------------------------+
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
Python repository template.
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
.. General
|
|
@@ -34,13 +34,13 @@ PythonTemplateIt
|
|
|
34
34
|
:target: https://semver.org/
|
|
35
35
|
:alt: Semantic Versioning - 2.0.0
|
|
36
36
|
|
|
37
|
+
|
|
38
|
+
.. CI
|
|
39
|
+
|
|
37
40
|
.. |codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
|
38
41
|
:target: https://github.com/psf/black
|
|
39
42
|
:alt: Code Style Black
|
|
40
43
|
|
|
41
|
-
|
|
42
|
-
.. CI
|
|
43
|
-
|
|
44
44
|
.. |pre_commit_ci| image:: https://img.shields.io/github/actions/workflow/status/BrightEdgeeServices/PythonTemplateIt/pre-commit.yml?label=pre-commit
|
|
45
45
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/pre-commit.yml
|
|
46
46
|
:alt: Pre-Commit
|
|
@@ -49,7 +49,7 @@ PythonTemplateIt
|
|
|
49
49
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/ci.yml
|
|
50
50
|
:alt: Test status
|
|
51
51
|
|
|
52
|
-
.. |gha_docu| image:: https://img.shields.io/readthedocs/
|
|
52
|
+
.. |gha_docu| image:: https://img.shields.io/readthedocs/PythonTemplateIt
|
|
53
53
|
:target: https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/master/.github/workflows/check-rst-documentation.yml
|
|
54
54
|
:alt: Read the Docs
|
|
55
55
|
|
|
@@ -4,11 +4,16 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'PythonTemplateIt'
|
|
7
|
-
version = '0.0
|
|
7
|
+
version = '0.1.0'
|
|
8
8
|
description = 'Template for new Python projects.'
|
|
9
9
|
|
|
10
10
|
authors = [
|
|
11
|
-
{ name =
|
|
11
|
+
{ name = 'Hendrik du Toit', email = 'hendrik@brightedge.co.za' },
|
|
12
|
+
]
|
|
13
|
+
maintainers = [
|
|
14
|
+
{ name = "Hendrik du Toit", email = "hendrikdt@citiqprepaid.co.za" },
|
|
15
|
+
{ name = 'Henru du Toit', email = 'henru@brightedge.co.za' },
|
|
16
|
+
{ name = 'Dirk du Toit', email = 'dirk@brightedge.co.za' },
|
|
12
17
|
]
|
|
13
18
|
license = "MIT"
|
|
14
19
|
readme = "README.rst"
|
|
@@ -30,22 +35,28 @@ requires-python = ">=3.10"
|
|
|
30
35
|
|
|
31
36
|
[project.urls]
|
|
32
37
|
issues = "https://github.com/BrightEdgeeServices/PythonTemplateIt/issues"
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
Changelog = 'https://github.com/BrightEdgeeServices/PythonTemplateIt/blob/enhancement/master/ReleaseNotes.md'
|
|
39
|
+
Homepage = 'https://github.com/BrightEdgeeServices/PythonTemplateIt'
|
|
35
40
|
repository = "https://github.com/BrightEdgeeServices/PythonTemplateIt.git"
|
|
36
41
|
|
|
37
42
|
[tool.black]
|
|
38
43
|
line-length = 120
|
|
39
44
|
#skip-string-normalization = true
|
|
40
45
|
target-version = [
|
|
41
|
-
"
|
|
46
|
+
"py313",
|
|
42
47
|
]
|
|
48
|
+
extend-exclude = '''
|
|
49
|
+
(
|
|
50
|
+
^tests/testdata.py
|
|
51
|
+
)
|
|
52
|
+
'''
|
|
43
53
|
|
|
44
54
|
[tool.codespell]
|
|
45
55
|
count = ''
|
|
46
56
|
quiet-level = 2
|
|
47
57
|
skip = 'documentation/Archive/*'
|
|
48
58
|
ignore-words-list = 'space-holder'
|
|
59
|
+
write-changes = ''
|
|
49
60
|
|
|
50
61
|
[tool.coverage.run]
|
|
51
62
|
source = [
|
|
@@ -63,31 +74,32 @@ profile = "black"
|
|
|
63
74
|
optional = true
|
|
64
75
|
|
|
65
76
|
[tool.poetry.group.dev.dependencies]
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
pytest-cov = "
|
|
75
|
-
rstcheck = "
|
|
77
|
+
black = ">=24.10.0"
|
|
78
|
+
codecov = ">=2.1.13"
|
|
79
|
+
flake8 = ">=7.1.1"
|
|
80
|
+
mdformat-gfm = ">=0.4.1"
|
|
81
|
+
mdformat-frontmatter = ">=2.0.8"
|
|
82
|
+
mdformat-footnote = ">=0.1.1"
|
|
83
|
+
pre-commit = ">=4.0.1"
|
|
84
|
+
pytest = ">=8.3.4"
|
|
85
|
+
pytest-cov = ">=6.0.0"
|
|
86
|
+
rstcheck = { extras = ["sphinx"], version = ">=6.2.4" }
|
|
87
|
+
sphinx = ">=8.1.3"
|
|
88
|
+
twine = "^6.0.1"
|
|
76
89
|
|
|
77
90
|
[tool.pytest.ini_options]
|
|
78
91
|
addopts = [
|
|
79
92
|
'-vv',
|
|
80
93
|
'--ignore-glob=*\\Archive',
|
|
81
94
|
]
|
|
82
|
-
#addopts = ['--import-mode=importlib', "-v", "--cov=./", "--ignore-glob=*\\Archive", "--cov-report=html"]
|
|
83
|
-
markers = [
|
|
84
|
-
"select: Run a selection of tests",
|
|
85
|
-
]
|
|
86
95
|
filterwarnings = [
|
|
87
|
-
"ignore::DeprecationWarning",
|
|
96
|
+
# "ignore::DeprecationWarning",
|
|
88
97
|
]
|
|
89
98
|
pythonpath = [
|
|
90
99
|
'src',
|
|
91
100
|
'tests',
|
|
92
101
|
]
|
|
93
102
|
testpaths = 'tests'
|
|
103
|
+
markers = [
|
|
104
|
+
"select: Run a selection of tests",
|
|
105
|
+
]
|
|
File without changes
|
|
File without changes
|