graphbench-lib 0.1.0__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,33 @@
1
+ Metadata-Version: 2.2
2
+ Name: graphbench-lib
3
+ Version: 0.1.0
4
+ Summary: Next-generation graph learning benchmarking.
5
+ Author: Chendi Qian, Ben Finkelshtein, Ali Parviz, Darius Weber, Fabrizio Frasca, Hadar Shavit, Antoine Siraudin, Arman Mielke, Marie Anastacio, Erik Müller, Maya Bechler-Speicher, Michael Bronstein, Mikhail Galkin, Holger Hoos, Mathias Niepert, Bryan Perozzi, Jan Tönshoff, Christopher Morris
6
+ Author-email: Timo Stoll <timo.stoll@log.rwth-aachen.de>
7
+ Maintainer-email: Timo Stoll <timo.stoll@log.rwth-aachen.de>
8
+ Project-URL: homepage, http://graphbench.io
9
+ Project-URL: repository, https://github.com/graphbench/package
10
+ Project-URL: documentation, https://graphbench.github.io/website/datasets
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Natural Language :: English
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: POSIX :: Linux
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ Requires-Dist: torch
25
+ Requires-Dist: torch_geometric
26
+ Requires-Dist: torchmetrics
27
+ Requires-Dist: numpy
28
+ Requires-Dist: pandas
29
+ Requires-Dist: smac3
30
+ Requires-Dist: requests
31
+ Requires-Dist: networkx
32
+ Requires-Dist: gurobipy
33
+ Requires-Dist: tqdm
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.2
2
+ Name: graphbench-lib
3
+ Version: 0.1.0
4
+ Summary: Next-generation graph learning benchmarking.
5
+ Author: Chendi Qian, Ben Finkelshtein, Ali Parviz, Darius Weber, Fabrizio Frasca, Hadar Shavit, Antoine Siraudin, Arman Mielke, Marie Anastacio, Erik Müller, Maya Bechler-Speicher, Michael Bronstein, Mikhail Galkin, Holger Hoos, Mathias Niepert, Bryan Perozzi, Jan Tönshoff, Christopher Morris
6
+ Author-email: Timo Stoll <timo.stoll@log.rwth-aachen.de>
7
+ Maintainer-email: Timo Stoll <timo.stoll@log.rwth-aachen.de>
8
+ Project-URL: homepage, http://graphbench.io
9
+ Project-URL: repository, https://github.com/graphbench/package
10
+ Project-URL: documentation, https://graphbench.github.io/website/datasets
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Natural Language :: English
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: POSIX :: Linux
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ Requires-Dist: torch
25
+ Requires-Dist: torch_geometric
26
+ Requires-Dist: torchmetrics
27
+ Requires-Dist: numpy
28
+ Requires-Dist: pandas
29
+ Requires-Dist: smac3
30
+ Requires-Dist: requests
31
+ Requires-Dist: networkx
32
+ Requires-Dist: gurobipy
33
+ Requires-Dist: tqdm
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ graphbench_lib.egg-info/PKG-INFO
3
+ graphbench_lib.egg-info/SOURCES.txt
4
+ graphbench_lib.egg-info/dependency_links.txt
5
+ graphbench_lib.egg-info/requires.txt
6
+ graphbench_lib.egg-info/top_level.txt
@@ -0,0 +1,10 @@
1
+ torch
2
+ torch_geometric
3
+ torchmetrics
4
+ numpy
5
+ pandas
6
+ smac3
7
+ requests
8
+ networkx
9
+ gurobipy
10
+ tqdm
@@ -0,0 +1,76 @@
1
+ [project]
2
+ name = "graphbench-lib"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.10"
5
+ description = "Next-generation graph learning benchmarking."
6
+ readme = "README.md"
7
+ license = { file = "LICENSE" }
8
+
9
+ authors = [
10
+ { name = "Timo Stoll", email = "timo.stoll@log.rwth-aachen.de" },
11
+ { name = "Chendi Qian" },
12
+ { name = "Ben Finkelshtein" },
13
+ { name = "Ali Parviz" },
14
+ { name = "Darius Weber" },
15
+ { name = "Fabrizio Frasca" },
16
+ { name = "Hadar Shavit" },
17
+ { name = "Antoine Siraudin" },
18
+ { name = "Arman Mielke" },
19
+ { name = "Marie Anastacio" },
20
+ { name = "Erik Müller" },
21
+ { name = "Maya Bechler-Speicher" },
22
+ { name = "Michael Bronstein" },
23
+ { name = "Mikhail Galkin" },
24
+ { name = "Holger Hoos" },
25
+ { name = "Mathias Niepert" },
26
+ { name = "Bryan Perozzi" },
27
+ { name = "Jan Tönshoff" },
28
+ { name = "Christopher Morris" },
29
+ ]
30
+
31
+ maintainers = [
32
+ { name = "Timo Stoll", email = "timo.stoll@log.rwth-aachen.de" },
33
+ ]
34
+
35
+ classifiers = [
36
+ "Development Status :: 2 - Pre-Alpha",
37
+ "Intended Audience :: Developers",
38
+ "Intended Audience :: Science/Research",
39
+ "Natural Language :: English",
40
+ "License :: OSI Approved :: MIT License",
41
+ "Operating System :: POSIX :: Linux",
42
+ "Programming Language :: Python :: 3.10",
43
+ "Programming Language :: Python :: 3.11",
44
+ "Programming Language :: Python :: 3.12",
45
+ "Programming Language :: Python :: 3.13",
46
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
47
+ ]
48
+
49
+ dependencies = [
50
+ "torch",
51
+ "torch_geometric",
52
+ "torchmetrics",
53
+ "numpy",
54
+ "pandas",
55
+ "smac3",
56
+ "requests",
57
+ "networkx",
58
+ "gurobipy",
59
+ "tqdm",
60
+ ]
61
+
62
+ [project.optional-dependencies]
63
+
64
+
65
+ [build-system]
66
+ requires = ["setuptools", "wheel"]
67
+ build-backend = "setuptools.build_meta"
68
+
69
+ [tool.setuptools.packages.find]
70
+ where = ["."]
71
+ include = ["graphbench-lib*"]
72
+
73
+ [project.urls]
74
+ homepage = "http://graphbench.io"
75
+ repository = "https://github.com/graphbench/package"
76
+ documentation = "https://graphbench.github.io/website/datasets"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+