rotalabs-graph 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.
@@ -0,0 +1,7 @@
1
+ """
2
+ rotalabs-graph - GNN-based trust propagation
3
+
4
+ https://rotalabs.ai
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: rotalabs-graph
3
+ Version: 0.0.1
4
+ Summary: GNN-based trust propagation for entity trust networks
5
+ Project-URL: Homepage, https://rotalabs.ai
6
+ Project-URL: Repository, https://github.com/rotalabs/rotalabs-graph
7
+ Author-email: Rotalabs <research@rotalabs.ai>
8
+ License-Expression: MIT
9
+ Keywords: ai,gnn,graph,networks,trust
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
16
+ Requires-Python: >=3.9
17
+ Description-Content-Type: text/markdown
18
+
19
+ # rotalabs-graph
20
+
21
+ GNN-based trust propagation from [Rotalabs](https://rotalabs.ai).
22
+
23
+ **This is a placeholder package. Full implementation coming soon.**
24
+
25
+ ## Links
26
+
27
+ - Website: https://rotalabs.ai
28
+ - GitHub: https://github.com/rotalabs/rotalabs-graph
29
+ - Contact: research@rotalabs.ai
@@ -0,0 +1,4 @@
1
+ rotalabs_graph/__init__.py,sha256=rhBk5coO5gPqjJqYwtJbDM_lRlPm-exFtP4UdBv6SLA,97
2
+ rotalabs_graph-0.0.1.dist-info/METADATA,sha256=pnpvUGEJ5c4K0N4wErtsaZFB_6wUBqOyqo4PWCUxyrM,995
3
+ rotalabs_graph-0.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
4
+ rotalabs_graph-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any