python-sdlc 0.0.1__tar.gz → 0.0.2__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.
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/PKG-INFO +4 -4
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/README.md +1 -1
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/pyproject.toml +3 -3
- python_sdlc-0.0.2/src/python_sdlc/__init__.py +5 -0
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/src/python_sdlc.egg-info/PKG-INFO +4 -4
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/src/python_sdlc.egg-info/SOURCES.txt +1 -1
- python_sdlc-0.0.2/src/python_sdlc.egg-info/top_level.txt +1 -0
- python_sdlc-0.0.1/src/py_sdlc/__init__.py +0 -3
- python_sdlc-0.0.1/src/python_sdlc.egg-info/top_level.txt +0 -1
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/setup.cfg +0 -0
- {python_sdlc-0.0.1 → python_sdlc-0.0.2}/src/python_sdlc.egg-info/dependency_links.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-sdlc
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Python SDLC toolkit.
|
|
5
|
-
Author:
|
|
5
|
+
Author: Ben Thompson
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Repository, https://github.com/ben-thomp/
|
|
7
|
+
Project-URL: Repository, https://github.com/ben-thomp/python-sdlc
|
|
8
8
|
Classifier: Development Status :: 1 - Planning
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
|
|
13
|
-
#
|
|
13
|
+
# python-sdlc
|
|
14
14
|
|
|
15
15
|
Python SDLC toolkit.
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-sdlc"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.2"
|
|
8
8
|
description = "Python SDLC toolkit."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
license = "MIT"
|
|
12
12
|
authors = [
|
|
13
|
-
{ name = "
|
|
13
|
+
{ name = "Ben Thompson" },
|
|
14
14
|
]
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Development Status :: 1 - Planning",
|
|
@@ -18,4 +18,4 @@ classifiers = [
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
[project.urls]
|
|
21
|
-
Repository = "https://github.com/ben-thomp/
|
|
21
|
+
Repository = "https://github.com/ben-thomp/python-sdlc"
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-sdlc
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Python SDLC toolkit.
|
|
5
|
-
Author:
|
|
5
|
+
Author: Ben Thompson
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Repository, https://github.com/ben-thomp/
|
|
7
|
+
Project-URL: Repository, https://github.com/ben-thomp/python-sdlc
|
|
8
8
|
Classifier: Development Status :: 1 - Planning
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
|
|
13
|
-
#
|
|
13
|
+
# python-sdlc
|
|
14
14
|
|
|
15
15
|
Python SDLC toolkit.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
python_sdlc
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
py_sdlc
|
|
File without changes
|
|
File without changes
|