Metadata-Version: 2.1
Name: graph2gnn
Version: 0.0.2
Summary: Graph database to GNN training in less time
Project-URL: Homepage, https://optum.github.io/graph2gnn/
Project-URL: Bug Tracker, https://github.com/Optum/graph2gnn/issues
Author: Rob Rossmiller
License-File: LICENSE
License-File: NOTICE.txt
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Graph2GNN
A library to get from a graph DB to GNN training data in less time

Currently supported graph DBs:
- Tigergraph

## Installation
```
pip install graph2gnn
```

## License

[Apache License 2.0](LICENSE)