modelume 0.0.1__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.
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: modelume
3
+ Version: 0.0.1
4
+ Summary: SS1/23 model validation report generator for PRA-regulated banks
5
+ License: Apache-2.0
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Modelume
10
+
11
+ Open-source Python library for automated SS1/23 model validation
12
+ report generation for PRA-regulated banks.
13
+
14
+ Built by VaultDiff. Coming soon.
@@ -0,0 +1,6 @@
1
+ # Modelume
2
+
3
+ Open-source Python library for automated SS1/23 model validation
4
+ report generation for PRA-regulated banks.
5
+
6
+ Built by VaultDiff. Coming soon.
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: modelume
3
+ Version: 0.0.1
4
+ Summary: SS1/23 model validation report generator for PRA-regulated banks
5
+ License: Apache-2.0
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Modelume
10
+
11
+ Open-source Python library for automated SS1/23 model validation
12
+ report generation for PRA-regulated banks.
13
+
14
+ Built by VaultDiff. Coming soon.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ modelume/__init__.py
4
+ modelume.egg-info/PKG-INFO
5
+ modelume.egg-info/SOURCES.txt
6
+ modelume.egg-info/dependency_links.txt
7
+ modelume.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ modelume
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools>=42"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "modelume"
7
+ version = "0.0.1"
8
+ description = "SS1/23 model validation report generator for PRA-regulated banks"
9
+ readme = "README.md"
10
+ license = {text = "Apache-2.0"}
11
+ requires-python = ">=3.9"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+