dbis-functional-dependencies 1.0.0__py3-none-any.whl → 1.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.
- {dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info}/METADATA +16 -14
- {dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info}/RECORD +5 -5
- {dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info}/WHEEL +1 -1
- {dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info/licenses}/LICENSE +0 -0
- {dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info}/top_level.txt +0 -0
@@ -1,27 +1,29 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: dbis-functional-dependencies
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: RWTH Aachen Computer Science i5/dbis assets for Lecture Datenbanken und Informationssysteme
|
5
5
|
Author-email: DBIS i5 RWTH Aachen <dbis-vl@dbis.rwth-aachen.de>
|
6
6
|
Project-URL: Homepage, https://git.rwth-aachen.de/i5/teaching/dbis/dbis-functional-dependencies
|
7
7
|
Classifier: Programming Language :: Python :: 3.10
|
8
8
|
Classifier: Programming Language :: Python :: 3.11
|
9
|
+
Classifier: Programming Language :: Python :: 3.13
|
9
10
|
Requires-Python: >=3.10
|
10
11
|
Description-Content-Type: text/markdown
|
11
12
|
License-File: LICENSE
|
12
|
-
Requires-Dist: graphviz
|
13
|
-
Requires-Dist: networkx
|
14
|
-
Requires-Dist: numpy
|
15
|
-
Requires-Dist: sphinx
|
16
|
-
Requires-Dist: sphinxcontrib-apidoc
|
17
|
-
Requires-Dist: functional-dependencies
|
18
|
-
Requires-Dist: build
|
19
|
-
Requires-Dist: pylodstorage
|
20
|
-
Provides-Extra: build
|
21
|
-
Requires-Dist: twine ==4.* ; extra == 'build'
|
22
|
-
Requires-Dist: build ==1.* ; extra == 'build'
|
13
|
+
Requires-Dist: graphviz~=0.20
|
14
|
+
Requires-Dist: networkx~=2.7
|
15
|
+
Requires-Dist: numpy~=1.26
|
16
|
+
Requires-Dist: sphinx~=7.2
|
17
|
+
Requires-Dist: sphinxcontrib-apidoc~=0.4
|
18
|
+
Requires-Dist: functional-dependencies~=1.3
|
19
|
+
Requires-Dist: build~=1.0
|
20
|
+
Requires-Dist: pylodstorage~=0.4.11
|
23
21
|
Provides-Extra: test
|
24
|
-
Requires-Dist: black
|
22
|
+
Requires-Dist: black==23.12.1; extra == "test"
|
23
|
+
Provides-Extra: build
|
24
|
+
Requires-Dist: twine==6.*; extra == "build"
|
25
|
+
Requires-Dist: build==1.*; extra == "build"
|
26
|
+
Dynamic: license-file
|
25
27
|
|
26
28
|
# DBIS Functional Dependencies
|
27
29
|
|
{dbis_functional_dependencies-1.0.0.dist-info → dbis_functional_dependencies-1.0.1.dist-info}/RECORD
RENAMED
@@ -3,8 +3,8 @@ dbis_functional_dependencies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
3
3
|
dbis_functional_dependencies/fdcheck.py,sha256=wNFJb2WZGkvQxN8Prbcd6DhuXYnQ4Zm9HsoLxc7RU7k,4082
|
4
4
|
dbis_functional_dependencies/fds.py,sha256=CLssS0L-3NxodSCtEcOMG5lxy0elLEaWkK8cT9IUszo,24021
|
5
5
|
dbis_functional_dependencies/fdsbase.py,sha256=wgt1tjM-EyD09v8Yf57UgoZB6ptvijIuE0WfgdKj43M,5767
|
6
|
-
dbis_functional_dependencies-1.0.
|
7
|
-
dbis_functional_dependencies-1.0.
|
8
|
-
dbis_functional_dependencies-1.0.
|
9
|
-
dbis_functional_dependencies-1.0.
|
10
|
-
dbis_functional_dependencies-1.0.
|
6
|
+
dbis_functional_dependencies-1.0.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
7
|
+
dbis_functional_dependencies-1.0.1.dist-info/METADATA,sha256=ZYgolVuBgO4i_MfRZ1bXzow3jRzVhMACwS9vJmHzQGA,6833
|
8
|
+
dbis_functional_dependencies-1.0.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
9
|
+
dbis_functional_dependencies-1.0.1.dist-info/top_level.txt,sha256=Kxq61kOpu1YSAAigxyqE3_XCyftviQ1TW55Q1oxEP-4,29
|
10
|
+
dbis_functional_dependencies-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|