Skip to main content

A scikit-learn compatible library for graph kernels

Project description


Documentation | Paper

GraKeL is a library that provides implementations of several well-established graph kernels. The library unifies these kernels into a common framework. Furthermore, it provides implementations of some frameworks that work on top of graph kernels. Specifically, GraKeL contains 15 kernels and 2 frameworks. The library is compatible with the scikit-learn pipeline allowing easy and fast integration inside machine learning algorithms.


In detail, the following kernels and frameworks are currently implemented:


To learn how to install and use GraKeL, and to find out more about the implemented kernels and frameworks, please read our documentation. To learn about the functionality of the library and about example applications, check out our examples in the examples/ directory and our tutorials in the tutorials/ directory.

In case you find a bug, please open an issue. To propose a new kernel, you can open a feature request.

Installation

The GraKeL library requires the following packages to be installed:

  • Python (>=2.7, >=3.5)
  • NumPy (>=1.8.2)
  • SciPy (>=0.13.3)
  • Cython (>=0.27.3)
  • cvxopt (>=1.2.0) [optional]
  • future (>=0.16.0) (for python 2.7)

To install the package, run:

$ pip install grakel

Running tests

To test the package, execute:

$ nosetests grakel

Running examples

$ cd examples
$ python shortest_path.py

Cite

If you use GraKeL in a scientific publication, please cite our paper (https://arxiv.org/pdf/1806.02193.pdf):

@article{siglidis2018grakel,
  title={GraKeL: A Graph Kernel Library in Python},
  author={Siglidis, Giannis and Nikolentzos, Giannis and Limnios, Stratis and Giatsidis, Christos and Skianis, Konstantinos and Vazirgiannis, Michalis},
  journal={arXiv preprint arXiv:1806.02193},
  year={2018}
}

License

GraKeL is distributed under the BSD 3-clause license. The library makes use of the C++ source code of BLISS (a tool for computing automorphism groups and canonical labelings of graphs) which is LGPL licensed. Futhermore, the cvxopt package (a software package for convex optimization) which is an optional dependency of GraKeL is GPL licensed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grakel-0.1b7.zip (1.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grakel-0.1b7-cp37-cp37m-win_amd64.whl (618.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

grakel-0.1b7-cp37-cp37m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

grakel-0.1b7-cp37-cp37m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m

grakel-0.1b7-cp37-cp37m-macosx_10_6_intel.whl (901.0 kB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

grakel-0.1b7-cp36-cp36m-win_amd64.whl (618.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

grakel-0.1b7-cp36-cp36m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

grakel-0.1b7-cp36-cp36m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

grakel-0.1b7-cp36-cp36m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m

grakel-0.1b7-cp36-cp36m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m

grakel-0.1b7-cp36-cp36m-macosx_10_6_intel.whl (917.4 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

grakel-0.1b7-cp35-cp35m-win_amd64.whl (615.8 kB view details)

Uploaded CPython 3.5mWindows x86-64

grakel-0.1b7-cp35-cp35m-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

grakel-0.1b7-cp35-cp35m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

grakel-0.1b7-cp35-cp35m-manylinux1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.5m

grakel-0.1b7-cp35-cp35m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.5m

grakel-0.1b7-cp35-cp35m-macosx_10_6_intel.whl (899.8 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

grakel-0.1b7-cp27-cp27mu-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

grakel-0.1b7-cp27-cp27mu-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

grakel-0.1b7-cp27-cp27mu-manylinux1_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7mu

grakel-0.1b7-cp27-cp27mu-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 2.7mu

grakel-0.1b7-cp27-cp27m-win_amd64.whl (628.1 kB view details)

Uploaded CPython 2.7mWindows x86-64

grakel-0.1b7-cp27-cp27m-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

grakel-0.1b7-cp27-cp27m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

grakel-0.1b7-cp27-cp27m-manylinux1_x86_64.whl (1.6 MB view details)

Uploaded CPython 2.7m

grakel-0.1b7-cp27-cp27m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 2.7m

File details

Details for the file grakel-0.1b7.zip.

File metadata

  • Download URL: grakel-0.1b7.zip
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7.zip
Algorithm Hash digest
SHA256 aee77e564239077478fdcf4cb363241e8098cbf00308d165be887b6b93b6cb42
MD5 4262a5d7c4b1c887bebb95ace7dbdbba
BLAKE2b-256 a09a007fb08ad413cb40e32742efcb740170ac82704e967bc571fe960158c5bd

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 618.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4

File hashes

Hashes for grakel-0.1b7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e5aac733e76ef7780f967126db83288c9c7d435c5d32aa9d4e331f82a62df15c
MD5 ca2e20ce88ac413239be875acb27be07
BLAKE2b-256 7dbc2fe5e87f7643f30e6a4d48546647be7dce61b4c0330cc45a8d59a1a55d3f

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e903baa15a7dd5729e0ef4a4de68a6e64eb8f44d56abef869c76ed8fd9555551
MD5 e67736a21207eb01158179f08490bdeb
BLAKE2b-256 cf33c55fd16b66056e0f412d8bbaf7dc7437c964c77e2b742c05dd98cc780bae

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 39446b4088e15ab8be9061230e49530d2d4ca0d0e2d22fff29b064dddf0fe3e4
MD5 8768cb0ae9ceaef9e29fb417f1e8d020
BLAKE2b-256 77704ec6df033302e9de2de24b6457b1f0d47f41353bad42c73e4a520dcf3c1e

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: grakel-0.1b7-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 901.0 kB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for grakel-0.1b7-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5e03f9f9f43ad44f73ed60583d4615b269cc3d779bd3a80500704834c9f796c4
MD5 09635b8887d1fa99a11fd64ba1fa174a
BLAKE2b-256 52f46d7be4e96f9e01c5c8c7db8e09da465da68cd612269d1775d73dec0f1df3

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 618.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.4

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 eb340215a6193d3fb7a71c1e53df3891920d58d8939e37c71e98d17655546641
MD5 46bb2a75c1910ee1a947a5a4d7281913
BLAKE2b-256 f1764498795276db7fdb18590cc71ee695fa5687e123a6b8075442669732b832

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 15ecdee5049d9fdaae29789feaaf0d6a0e2dc11893619d902448c44130973057
MD5 b2f11dd0917f997519831fcc343727f9
BLAKE2b-256 93c423eac3ecdd3c77290262bbf84b504ca92e9568620a793906ca3d257aa8fc

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 869fc3106f74a6ca9f608c7647137ef6eeeb8afacaa542dc90f14f6dc7459f1f
MD5 efefe6e82879e3bcd3a1af46aff64d6a
BLAKE2b-256 b827dea89864107b2b02677d4c21a7028a5942cade91ba18b4495dbcc4f5f487

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d37a5af4820c8c82fe0711394fbc1f647cecf878e08e0e0c71b31fbaabe4ff43
MD5 50d9f06d4554496b65e3ea1229cd2c01
BLAKE2b-256 a28a0033eeb7646e8c20f4552e49f81c1b3e3d2d90e41aa06e8d25527c46e8e2

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 541aabb45a7713aa0680355e67da14706036b03e589d6fd7c332775effd40159
MD5 a9101ee919735a91679ebec671cf5dd7
BLAKE2b-256 79e4e2f8b4c620e306112d0d9f38000ae1b58d45f49ef5226cfcd3f7b15dd7b6

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: grakel-0.1b7-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 917.4 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for grakel-0.1b7-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 cb3cd9c99a6ee44e524e0c82d7162e70ac67cc38822958c0953cab12b16d0bee
MD5 107eaca7e41d83ef80d7f9b5c6f280d2
BLAKE2b-256 7e60dd63c7ee9cb18570ff1e0612ea84d75a725933f8a69830062b2ab4cbcf3c

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.3

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d8e0f728fb8eaa8940e4e92ff49047c81fb8155caf8f12758e0ba9489308ad3a
MD5 c7865ca5793047bd443cfd3ef35b2d8f
BLAKE2b-256 00dcda41b89bb95f920722040a84cd2c4fe00e69060c3de12b69f1836ed40ffe

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6cb392f2c03c1763029e631e4661a2cc7ab6bdc2d5237b626aaefdfa3d828d5b
MD5 a89dbe3c5ab685106c2ac6b49276173f
BLAKE2b-256 fca3570dd2e7041d156b7a682ee648818f15c482a653e229aeaf79320cea1307

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cf1a9b67bb925e9e406d7f3f272a501c4b4f5d47f66cedd8cb1e174d7a202d17
MD5 9e59b2fb4c928ad1792b286a2f44bb17
BLAKE2b-256 af08d9d9452096e5e567a1092a1f20aed6a34573289b25b40cf66be70c4f9ae5

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9ed06bf5c27d9dea314e8142d61ccbcf7857f8b464f222814fb4f5e83cd1d8a7
MD5 d1eddb14a87d89bc99133edfa033beb9
BLAKE2b-256 53318a3d69d90d3819bbf1a81f71b327dada3612543a55b15d7384c9e4a630d0

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 904506e968ee71de1db2de6e26ab18faf09b9c9ab252fa24669781dc861b57ba
MD5 4cead78a6aa2d61104b6a4f3fa6e7ee9
BLAKE2b-256 121806bb1328d72826a4f418addeb526c8db20d4e4578d714ccef1383b94487c

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: grakel-0.1b7-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 899.8 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for grakel-0.1b7-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 a8f893e8ef33dd3db6c737c73995196576c975805ccf6b4763ac1c68a2c6f427
MD5 7f0f7eb86885e97165b8bd0432b36bf9
BLAKE2b-256 fb8748d31f4044e6ce05dab4f27d460ea4bcdfa8f7222886cd5d593ae6d7b112

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7d80f2e087a6ce728b28c78345c1bd62797df18370085a50f295a74441012a9f
MD5 a1ec9d9c016a19452ad12167b304bee3
BLAKE2b-256 21b99d317254466e52d3a1c1a8677648537d6eed81168e68d835eec393e206bc

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 34af5479537e97f89351ade331f8e96fe3c7962be1742c35d4d3b34c8a5ccf52
MD5 aa08f2d18d19d456fbcca2eb6608a6cd
BLAKE2b-256 c918926d273a30764c7d88996aab80ffa5679acd4ffab8c937994b4abdb6f383

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4c5d711c135d3594f07fb61b2ed1e4342c440c76288147cc58e9ef836bd99f18
MD5 3c4dd18fc3b162e13464564ba2a6fa2c
BLAKE2b-256 f7709ddeeb0ecc2fa442022cffa656114b5b7adb4e0bbb0df39ec5eac8890327

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 81bc50365edbe720a1d453d3092c47122da87d8b3845ad617d77af51b5b37f5e
MD5 07ac6296a24a84f2dae3b4621a7d7005
BLAKE2b-256 5b86ce29a6708e72fe3c0a6d4f209fd01585919856456ce0901c483716ca807a

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 628.1 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.14

File hashes

Hashes for grakel-0.1b7-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 54ca16f05288e4344f0e0caf59f397a250aaf2ed61814200522d70b63ace5098
MD5 0609769b2f21c62ee02b73dc3fc6c246
BLAKE2b-256 a5079371a4d9566a565e6543edb5e9c988ec9640754fdd7491d462cfca859054

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1d259e77b381991afbe6ca59af9dd7710e252ccfc26fb8dfcfee54795605d004
MD5 8f2abc332f8c7bfa86c60e6a4d67f3a6
BLAKE2b-256 053e2e0c2bb38731e135f62660a58073a7c67552734fb0f8c408d0a6a10fd387

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bc077d9b06ae2271ccd64002bb439bf8079e23a28258a02dae7f4d2e4d3e47fb
MD5 121b694f2fc3270df3b7ef5cfc8374ff
BLAKE2b-256 d4aa2cfcd4a966f6fa8376281fab18693e22bf79755fcb453ff2ab4f109490ec

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d132eb29e52da50e3f4d6cda0da4e89b2c22b8e9341be1544e0c29e6ebd72560
MD5 7bb27abc93fd877466ac77b110d2f60b
BLAKE2b-256 c204fd5b94d134e388f5189aa304a41539dfd64ef3c9fda05a2d6a0ae01a593e

See more details on using hashes here.

File details

Details for the file grakel-0.1b7-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: grakel-0.1b7-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.3

File hashes

Hashes for grakel-0.1b7-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0cf885f63db1360e6a2088b8b11113a874d9244c98365a0966a41a18172b6971
MD5 3e1c5d06c0cf73982bd415b89d1525ca
BLAKE2b-256 3445a71eacc4b04b159053651bbc7e091b4301f52ae04ac931c93a4b985145c3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page