python-sdlc 0.0.1__py3-none-any.whl

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.
py_sdlc/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """py-sdlc: Python SDLC toolkit."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-sdlc
3
+ Version: 0.0.1
4
+ Summary: Python SDLC toolkit.
5
+ Author: ben-thomp
6
+ License-Expression: MIT
7
+ Project-URL: Repository, https://github.com/ben-thomp/py-sdlc
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+
13
+ # py-sdlc
14
+
15
+ Python SDLC toolkit.
@@ -0,0 +1,5 @@
1
+ py_sdlc/__init__.py,sha256=6kyqxEFV4HyZwu29WvnCzerLBUGmbI6NLKzyvA_sejA,59
2
+ python_sdlc-0.0.1.dist-info/METADATA,sha256=2vVwebTFMrqMXXRhESKd6GPBq-4ImFr3a9yssUwTPGE,381
3
+ python_sdlc-0.0.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
4
+ python_sdlc-0.0.1.dist-info/top_level.txt,sha256=SnJ-OMdX5uc85AkhrnYl4UKgxgeUXWdleYyPTUDxZaA,8
5
+ python_sdlc-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ py_sdlc