Skip to content

fcdimitr/pyfglt

Repository files navigation

pyfglt

Documentation PyPI Tests Changelog License

Python package/wrapper of Fast Graphlet Transform. See the documentation overview for more information.

Installation

Install this library using pip:

pip install pyfglt

Usage

See the examples under:

Citation

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}
}

How to Contribute?

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/activate

Now install the dependencies and test dependencies:

python -m pip install -e '.[test]'

To run the tests:

python -m pytest

Contributors

Below is a categorized list of contributors.

Design and Development

Image
Dimitris Floros
@fcdimitr
Image
Nikos Pitsianis
@pitsianis
Image
Xiaobai Sun
_

Development of Python & Julia Wrappers

Image
Jason Barmparesos
@nsailor
Image
Kitsios Konstantinos
@kitsiosk

Helpful Comments and Bug Fixes

Image
George Bisbas
@georgebisbas

About

Python interface to the Fast Graphlet Transform.

Resources

License

Stars

Watchers

Forks

Contributors