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.
@@ -1,27 +1,29 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: dbis-functional-dependencies
3
- Version: 1.0.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 ~=0.20
13
- Requires-Dist: networkx ~=2.7
14
- Requires-Dist: numpy ~=1.26
15
- Requires-Dist: sphinx ~=7.2
16
- Requires-Dist: sphinxcontrib-apidoc ~=0.4
17
- Requires-Dist: functional-dependencies ~=1.3
18
- Requires-Dist: build ~=1.0
19
- Requires-Dist: pylodstorage ~=0.4.11
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 ==23.12.1 ; extra == 'test'
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
 
@@ -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.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
7
- dbis_functional_dependencies-1.0.0.dist-info/METADATA,sha256=zvpMH7aEjXT0x4umngOYQKEqpln54NgK4YXqCOTiH9w,6774
8
- dbis_functional_dependencies-1.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
9
- dbis_functional_dependencies-1.0.0.dist-info/top_level.txt,sha256=Kxq61kOpu1YSAAigxyqE3_XCyftviQ1TW55Q1oxEP-4,29
10
- dbis_functional_dependencies-1.0.0.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5