Python package/wrapper of Fast Graphlet Transform. See the documentation overview for more information.
Install this library using pip:
pip install pyfgltSee the examples under:
If you use this package, please cite this paper:
@article{fglt,
author = {Floros, Dimitris and Pitsianis, Nikos and Sun, Xiaobai},
journal = {IEEE HPEC},
pages = {1--8},
title = {{Fast graphlet transform of sparse graphs}},
year = {2020}
}If you’d like to contribute, feel free to submit a PR! 🚀
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd pyfglt
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
python -m pip install -e '.[test]'To run the tests:
python -m pytestBelow is a categorized list of contributors.
![]() Dimitris Floros @fcdimitr |
![]() Nikos Pitsianis @pitsianis |
![]() Xiaobai Sun _ |
![]() Jason Barmparesos @nsailor |
![]() Kitsios Konstantinos @kitsiosk |
![]() George Bisbas @georgebisbas |





