Metadata-Version: 2.4
Name: graphtransformer_digress
Version: 0.2.0
Summary: Graph transformer architecture from the digress paper
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.7.1
Provides-Extra: dev
Requires-Dist: pylint>=3.2.5; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Requires-Dist: pytest>=8.2.2; extra == "dev"
Dynamic: license-file

# graphtransformer
This is a package and cleaner version of the digress (https://arxiv.org/abs/2209.14734) graph transformer

This architecture seems to be particulary good to handle graphs and doing graph generation.
