Skip to main content

A scikit-learn compatible library for graph kernels

Project description

GraKeL: A library for graph kernels

GraKeL is a library compatible with the project of scikit-learn

Installation

The GraKeL library requires:

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

Installing Dependencies

You can install the dependencies as follows:

$ pip install extension>=extension_version

or

$ pip install -r requirements.txt

Installing the development-version

To install the development-version using pip execute:

$ pip install grakel-dev

Getting Started

Two pointers to get you started:

Testing

You first need to build the package's c++ extensions locally by executing:

$ python setup.py build_ext -i

To test the package, execute:

$ nosetests

For executing unit_tests or use a testing-interface for testing the kernel module:

$ python  grakel/tests/test_kernels.py --help
usage: test_kernels.py [-h] [--verbose] [--problematic] [--slow]
                       [--ignore_warnings] [--dataset DATASET] [--normalize]
                       [--develop | --all | --main]

A test file for all kernels

optional arguments:
  -h, --help         show this help message and exit
  --verbose          print kernels with their outputs on stdout
  --problematic      allow execution of problematic test cases in development
  --slow             allow execution of slow test cases in development
  --ignore_warnings  ignore warnings produced by kernel executions
  --dataset DATASET  chose the datset you want the tests to be executed
  --normalize        normalize the kernel output
  --develop          execute only tests connected with current development
  --all              execute all tests
  --main             execute the main tests [default]

For testing graph_kernels:

$ python grakel/tests/test_graph_kernel.py --help
usage: test_graph_kernels.py [-h] [--verbose] [--problematic] [--slow]
                             [--normalize] [--ignore_warnings]
                             [--dataset DATASET] [--develop | --all | --main]

A test file for all kernels

optional arguments:
  -h, --help         show this help message and exit
  --verbose          print kernels with their outputs on stdout
  --problematic      allow execution of problematic test cases in development
  --slow             allow execution of slow test cases in development
  --normalize        normalize the kernel output
  --ignore_warnings  ignore warnings produced by kernel executions
  --dataset DATASET  chose the datset you want the tests to be executed
  --develop          execute only tests connected with current development
  --all              execute all tests
  --main             execute the main tests [default]

And for testing the Graph class:

$ python grakel/tests/test_graph.py --help
usage: test_graph.py [-h] [--verbose] [--ignore_warnings]

A test file for all `Graph` type objects

optional arguments:
  -h, --help         show this help message and exit
  --verbose          verbose outputs on stdout
  --ignore_warnings  ignore warnings produced by kernel executions

You can also execute the kernel test locally through a test-main-function as

$ python -m grakel.tests

Contributing

To learn how to integrate your own kernel and how to contribute to the GraKeL project, please read the sections Write your own kernel and Contributing in the Documentation, respectively.

License

GraKeL comes with a BSD 3-clause license (as with scikit-learn). It contains the C++ source code of BLISS (a library for graph isomorphism) which is LGPL licensed. Futhermore its optional dependency in the package of cvxopt (a tool for solving convex-optimization problems) comes with a GPL license.

Citation

If you use GraKeL in a scientific publication, please cite our paper:

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

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.1a6.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.1a6-cp37-cp37m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

grakel-0.1a6-cp37-cp37m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

grakel-0.1a6-cp37-cp37m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m

grakel-0.1a6-cp37-cp37m-macosx_10_6_intel.whl (900.0 kB view details)

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

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grakel-0.1a6-cp36-cp36m-macosx_10_6_intel.whl (916.4 kB view details)

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

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

grakel-0.1a6-cp35-cp35m-macosx_10_6_intel.whl (898.8 kB view details)

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

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

File details

Details for the file grakel-0.1a6.zip.

File metadata

  • Download URL: grakel-0.1a6.zip
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for grakel-0.1a6.zip
Algorithm Hash digest
SHA256 c36622453537237556d2a1306e15d1471cac5fb68420261d94b82643899ac1d2
MD5 ccaf30f4690c7e91ea25bde2a939ba13
BLAKE2b-256 83dfabd394f7a55a7d1feb990b0bf57005bc9d587346bdecf36b26bfe53522fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3be4e5cb961cc0b9da2c0e268d81b1a2145a4f3a5f095f53a8334247240b37c3
MD5 7704bd451a0291e8a35fdc85ae197a49
BLAKE2b-256 13e05a03a4fc2166e902f5143eb13a4b762c8fb9616c186bb5c642abf2ef0056

See more details on using hashes here.

File details

Details for the file grakel-0.1a6-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: grakel-0.1a6-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8691059d1699d55889f27091b608c030da99b84251c656bb139d69b9fd42eb74
MD5 4dfeb2d69389ca573844a4f86a5fe3b5
BLAKE2b-256 d6925d0e3c487c8ca9e13367ffb6b90340b742f4e3999a59e8623d04ec29d8a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 993dc5258415d72f50d2c5457e6a6feb1e0bcc6acccee9ea702ed05e00b448c7
MD5 9d6bf3fc25e62c1e2bb13851a33d5200
BLAKE2b-256 7171b9d810737991f74e56ff47a1b8b4348951a36aca0c1903112167c09f383e

See more details on using hashes here.

File details

Details for the file grakel-0.1a6-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: grakel-0.1a6-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e3c6ea89e5ea1be94ca98d2d50635ab280b3c0c8af6e941fe9ce3e629c67b0d
MD5 faf609206a57a89b43edcad8d9b85aed
BLAKE2b-256 7e7596fdc0826f040263e2a6841f9123e6a4f8a3649aa2e4c369eb386255d7dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 900.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.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for grakel-0.1a6-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 4e6b1e246152a6f1e9c60e28a1c267ad40bcc7f9b1ebd454bc65336e42d4b60a
MD5 7abb74a18b16b74879eaf4641d05ed94
BLAKE2b-256 eedb50142486e20ac4a2054eac6a3056b34e53ee311e4f98ed13314340d69b00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be7d8ffaf66b6f9063fce62ccc63b3d6c97cd9b717ac3d50fc68426598b375ba
MD5 21f745903648ed1b16b07be395e62244
BLAKE2b-256 1de675fcc025c3bc2ed9b1ca4fad93eae1ccdf53e7b623ea81552900cd2656bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e4cf3275999e880b8a3b50d4ff33a8f6d5457f725a748770d5164c32842c67d3
MD5 b62c10432f52c8b9edc3c759ac29d14c
BLAKE2b-256 5675dbb3e0589de2c5ef7b19ae70a87e70714c5190eecc0cca812040996d5abd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 127debbe41f74427f9dc30ebecc28d20daa4b785322c8c7b7df079aab50587e6
MD5 66a0da7324beb30f9507bf357dd939f8
BLAKE2b-256 557aac7f39e546bda338997566d98a9f4b45f57fe459e20c47346d5ab65c3089

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e2dff53bf6b0561b04cc99c4ceb6f7162a161eaa0a2b494306d6a310bfa8a5d1
MD5 eea3114cdc67b0b8015bcb46b99d9b15
BLAKE2b-256 a63cb62057d562c254ec2989feef23c24b3bc3a1e0cf0d0287e937c445fda5af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 916.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.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8

File hashes

Hashes for grakel-0.1a6-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1baf620fc792feb63f7dd7f722e776706b5f235a97f47d5b17411e820bceebcd
MD5 641565beb2c0696d810791f3aa68c952
BLAKE2b-256 2c77ad37a899dbdae2e939dab719bce5722f8b33778b8c46a867ea4adee1d6d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8982f1b10b3dece66299e863f6cc63d9b26a1657cce4508fc8478d1879da466
MD5 55d15d94d122e54560a771cc5fcc22c6
BLAKE2b-256 0eae6a17c3f4104dff03399c334f3dd8e54fffc8dbba3e523f407a57e6b431ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 863d3bf48bf9ed5bf8ab3f6007b33006dce0013f57d24e3c7e4ab1d359efed8f
MD5 f0ce2dbd14f5304dc227a3209259d149
BLAKE2b-256 c0384de7b1686d5bab77c00f96d9ead4ff2929d40dba23550c8c3b8a7b333bda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 057423f915cdb807972e635a6b0f1bde5348c725226a10b0a87c9afab8bcd92e
MD5 22b94373d95619109eaa7ddfb8ae98c6
BLAKE2b-256 e689643b53e6a8d14545ea45f50be5794182281a55e9f6b18422c0e3dc39d70a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f759a0fb317a0ba08ba11a3f26f45a437416a1135dc7e6b0a8dc967c71813ae
MD5 c7a1ea0d982505d5a92ece5edc098240
BLAKE2b-256 c8d2a708bc33e0a33e93899468f41769e3b475d195872003aae60134af7422b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 898.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.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.4

File hashes

Hashes for grakel-0.1a6-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 3ae8b29117e5cc992583e733ed34d62f8f0ff4bf52fa849ebec98551564fc746
MD5 11c3c5e33f5043bac1f4488651c18c01
BLAKE2b-256 29b29970c9913e57215788b2ed4c89f22c45315ad77aa5bf28c140459d931a4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d11216d8593c761c65e8bf8607eb3b6bc1b98aa5d6493429929783807d834d9
MD5 e60a96fbac02ac3d2ca6a1e9d550d614
BLAKE2b-256 0f7c9249b7222b9084fe188fe1c720a8a1954f64c1e0d1eaa00c9cc176c29c3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6be74f79e804b186a95606a107e4b676a9f78a4b6afd732ce92b85febb2ef765
MD5 21da4b2c0cde99eedde1087149eb6699
BLAKE2b-256 441d36ff1ed21f43b2b71a38a877a84f37464dafa3864a65a030da0b965c5ef1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a03e59ed7c7ba8fa07cdefb9c3c4f858fd7c04abbf1983af1b2f5f28fe52d56b
MD5 d7678ba128e8b54f0e2c5c8b6d7f63de
BLAKE2b-256 e9d4cc1cd65e251fb2841efcbe991539c8e40ca7fe61824278d5b75376ea2df8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a9c576e320f92db6a4319af139a75902b896113ed0c182b466b0c68619c417e1
MD5 96f5afb373e9a616b427459ba97340be
BLAKE2b-256 5c22bb7731af41e0f22973715cec1f646b315580136ef7c0f8f1acb1edee7d53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f77d8b4e46e124ccaf41f9cba1e365fd70e42e529fc66a4a614d13497e80711e
MD5 e6b7fa6e4000dbd0af271de44bb92da8
BLAKE2b-256 16fd61a7506e2a5d448f0de33ed6be21e132e9d4c15a26dd68d128da083251a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c38b70f813d559582e4dbe347ac7c104ef58a25488d16eb66f5fd1ade8bb3b12
MD5 eaae034a8fb8257342a12fcda1ae0f18
BLAKE2b-256 ec32c6ce116d6cef099d128b14823db3deb98c3d322d8812f2200532e95d8c28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8ce5146bee00ec527e6e4a3aaf7d592c3a0a66e4334ceeca5ed08714b3f52802
MD5 2e0b4f5359d528e93175fa0faf89aa0b
BLAKE2b-256 c088afceaf3ce2c0076303e62174b909837ab49e6daf46a6d517352277a1d07e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grakel-0.1a6-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.22.0 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.3

File hashes

Hashes for grakel-0.1a6-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5570b803c01f0966b9e350dafd77b54348b7351f26425f1867e0af1a80d1d37d
MD5 ece145801b352d4f270d2ccd869cfa96
BLAKE2b-256 5ec274c007606187ec4016b90dad5ef83343d5ff1b19d50b862cfc197c073352

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