Skip to main content

Apache Ignite binary client Python API

Project description

ignite-python-client

Apache Ignite thin (binary protocol) client, written in Python 3.

Prerequisites

  • Python 3.7 or above (3.7, 3.8, 3.9, 3.10 and 3.11 are tested),
  • Access to Apache Ignite node, local or remote. The current thin client version was tested on Apache Ignite 2.14 (binary client protocol 1.7.0).

Installation

for end user

If you only want to use the pyignite module in your project, do:

$ pip install pyignite

for developer

If you want to run tests, examples or build documentation, clone the whole repository:

$ git clone git@github.com:apache/ignite-python-thin-client.git
$ pip install -e .

This will install the repository version of pyignite into your environment in so-called “develop” or “editable” mode. You may read more about editable installs in the pip manual.

Then run through the contents of requirements folder to install the additional requirements into your working Python environment using

$ pip install -r requirements/<your task>.txt

You may also want to consult the setuptools manual about using setup.py.

optional C extension

There is an optional C extension to speedup some computational intensive tasks. If it's compilation fails (missing compiler or CPython headers), pyignite will be installed without this module.

  • On Linux or MacOS X only C compiler is required (gcc or clang). It compiles during standard setup process.

  • For building universal wheels (binary packages) for Linux, just invoke script ./scripts/create_distr.sh.

    NB! Docker is required.

  • On Windows MSVC 14.x required, and it should be in path, also python versions 3.7, 3.8, 3.9, 3.10 and 3.11 both for x86 and x86-64 should be installed. You can disable some of these versions but you'd need to edit script for that.

  • For building wheels for Windows, invoke script .\scripts\BuildWheels.ps1 using PowerShell. Just make sure that your execution policy allows execution of scripts in your environment.

    Ready wheels for x86 and x86-64 for different python versions (3.7, 3.8, 3.9 and 3.10) will be located in distr directory.

Updating from older version

To upgrade an existing package, use the following command:

pip install --upgrade pyignite

To install the latest version of a package:

pip install pyignite

To install a specific version:

pip install pyignite==0.6.1

Documentation

The package documentation is available at RTD for your convenience.

If you want to build the documentation from source, do the developer installation as described above, then run the following commands from the client's root directory:

$ pip install -r requirements/docs.txt
$ cd docs
$ make html

Then open docs/generated/html/index.html in your browser.

Examples

Some examples of using pyignite are provided in examples folder. They are extensively commented in the “Examples of usage” section of the documentation.

This code implies that it is run in the environment with pyignite package installed, and Apache Ignite node is running on localhost:10800.

Testing

NB! It is recommended installing pyignite in development mode. Refer to this section for instructions.

Do not forget to install test requirements:

$ pip install -r requirements/install.txt -r requirements/tests.txt

Also, you'll need to have a binary release of Ignite with log4j2 enabled and to set IGNITE_HOME environment variable:

$ cd <ignite_binary_release>
$ export IGNITE_HOME=$(pwd)
$ cp -r $IGNITE_HOME/libs/optional/ignite-log4j2 $IGNITE_HOME/libs/

Run basic tests

$ pytest

Run with examples

$ pytest --examples 

If you need to change the connection parameters, see the documentation on testing.

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

pyignite-0.6.1.zip (353.7 kB view details)

Uploaded Source

Built Distributions

pyignite-0.6.1-cp311-cp311-win_amd64.whl (138.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyignite-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl (150.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyignite-0.6.1-cp311-cp311-musllinux_1_1_i686.whl (150.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyignite-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyignite-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl (135.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyignite-0.6.1-cp310-cp310-win_amd64.whl (138.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyignite-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl (148.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyignite-0.6.1-cp310-cp310-musllinux_1_1_i686.whl (148.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyignite-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyignite-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl (135.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyignite-0.6.1-cp39-cp39-win_amd64.whl (138.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyignite-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl (148.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyignite-0.6.1-cp39-cp39-musllinux_1_1_i686.whl (148.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyignite-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyignite-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl (135.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyignite-0.6.1-cp38-cp38-win_amd64.whl (138.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyignite-0.6.1-cp38-cp38-musllinux_1_1_x86_64.whl (148.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyignite-0.6.1-cp38-cp38-musllinux_1_1_i686.whl (148.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyignite-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyignite-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl (134.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyignite-0.6.1-cp37-cp37m-win_amd64.whl (138.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyignite-0.6.1-cp37-cp37m-musllinux_1_1_x86_64.whl (149.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyignite-0.6.1-cp37-cp37m-musllinux_1_1_i686.whl (149.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyignite-0.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyignite-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (134.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyignite-0.6.1.zip.

File metadata

  • Download URL: pyignite-0.6.1.zip
  • Upload date:
  • Size: 353.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1.zip
Algorithm Hash digest
SHA256 e143d7a907e2662da11f63d2e9e34234dc722cd63c9aeb74486280e3aef3369d
MD5 118576a2371be567820f7561d066b76b
BLAKE2b-256 d714291078723056d19d504e157db14b6074fc1e9336e475e0110cf5848eff15

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyignite-0.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 138.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5aaa1aa32dfb6305d39153f930a4fd952b43347366a73e6643b699b8bdf73d48
MD5 b35b00409661df92c37317f714901b94
BLAKE2b-256 65ca2d83afa50aadad345a49bd1cee4b0240a01bbfa93aff580688f55b9ffd04

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 50f213a3dca8dfbb6534d8e421ea1ac6d65b782cefb6d3d55c750b352be3779b
MD5 b13c3140c42fb0bc52d9c2145fec07bb
BLAKE2b-256 f3d966044f2ec8c57e539106e7e44c2127a24dd0f4f9c49a75a14e7b3d9972db

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d9511943dd652a6bd602c923a896a024491d37d5f69ea718c595b3cd3b01236c
MD5 dc16a852feb186d688adcd8fed20e9c1
BLAKE2b-256 9e8e34266f790c9a6687d71e354f0a533af0389fb5b4cad97df5b309059d3201

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2212d7e00cfd3a307696bc3423af1d906963da54fcece24a7913a0ae5ea34ea3
MD5 5879d5a2beff75ca89f43d9c7b7e4859
BLAKE2b-256 c1e2e5166781bed3e25bafdd1012f31cbae638c8d486ba3000ad523b4593edd6

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e50401db905556d46ad1029fa9d6752897c29fe7be0bf671aa8edcfb176f8453
MD5 384e84a7715266df97d8abfc0bc12e83
BLAKE2b-256 b420aeaf889a45d3ecc1a9fc931bafd245b60214f289e27a04d9051b6f9859b2

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyignite-0.6.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 138.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03f4701474f5ade8983d21c70999b8ebb021c6f5a7b0fb70a7f1339e52d3bf31
MD5 e896ac7ae2681cd55df1993b5b7e5c00
BLAKE2b-256 f08da93b104f643d30d9dd312803f09589d9243966ad9682168d9d4dc0a6db9e

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5185f346b4c5561eda9df15b7365d1b3b08e5ffb11e8f306259aff71c8516175
MD5 0e6b16638d5c3a38467766a0633452cc
BLAKE2b-256 704f3b54bf4d692dc34264ef1398312fedf6826046d1700b061aea9a16a06f94

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c63ec63e812274cd7a0fe611b0eac4e41da9ba829cb47a3b1dc28a66f1dd9a77
MD5 632aa980eb4f1d87154595fb466e21f8
BLAKE2b-256 cf729f4c6da261f36759198daf4151eae2eb1dddfcc2f2644177131bfa3f510c

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9d5b8e2f3c222d1fb50be6de62860b7eeb117378666e67db7cd358c5b14918e
MD5 09b637b321a0849c4d2e50341d268df9
BLAKE2b-256 bfb80541884d2dea19a63ad76cd58ecb781ce3e450dc460a2da0e39fc4835413

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0da286f6c01a5ecd5ea7d8d5d1d3886af1ae393c003b066ca06f5c274ddac428
MD5 1c197120bd48a1e7199fd65ec897d7dd
BLAKE2b-256 5829f20aa036af1e19cabe8ea75ad9b379ada897e7d5612d3a15de072342bacf

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyignite-0.6.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 138.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6c327eb1261c26b41c64ff36d290ca5c3aa9dc35b4ffbbb39ae57935fe1914f1
MD5 0384375b2b3ac40a863f47a5b2dff6bc
BLAKE2b-256 0f7208b52efbf20e7e3ac5c2e3ffef836141b9c984c3553ad30a9a753e817d5c

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 73f145c70b99e47f38b94fc89109261e0a5ad284db46531955a4610bf9706d9f
MD5 4fd18bc9f5825105626e761f38c87b4e
BLAKE2b-256 ec520b9e015ea912f930fc4f82db15ca0c7ccb5dd45c916636bcc633d7ff49da

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bf717838df0b8c9b86664f761d0cb43dab26f037e6aae404054deaa9ad60590b
MD5 55793b1da7f57873642efc613fee7858
BLAKE2b-256 07e5a03b2c7858ff596235d97825e058c643adb3ee1d09c31cda58638bf9a227

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f60ce18bb64d1031e3366a454a9f344c3ffe95ebc0d86251c6981a23479cbdb
MD5 1580a90919570cd3d56e284cefb6a4ef
BLAKE2b-256 44d4455a023ed9d5eba75a0ff1684b599a8c7b54fc2d3ed24436d184cfe3402f

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb6bf352c5a8547350d618a8e66059675437249d2ed633655273e9c34d2421aa
MD5 02a0e964cd1f3f16be48c34815ee99ba
BLAKE2b-256 03bf51961e5cf98bc3400fae582900b293d4dd3ad568417ac1a6ffe6be66537a

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyignite-0.6.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 138.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dee6efd47860bf21042a8bdf5ad3c6bdf9a55beedfc9431cacb57bda37045a93
MD5 22c5a5399d9bc3d6ef653fc4f419dabe
BLAKE2b-256 e1f50f0ad2e07f2553481df3671a06c74aa943c310b3053cc8897179782731b8

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da7da4486aea27c5e4927d224a31acb1bc058d2397a60a9f3ed9537755dc75da
MD5 dc6c593ad9d150e1d7b75f7ed8660479
BLAKE2b-256 e606cb3724e478a06db85bf38985b26e69c043446f7defa25c4c083ab2f42f1e

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 39ad2c07bb5ff1983b7e78edd32d4e9975d6de4a3966b171ea1d78d39a04b238
MD5 226ba8b34acbd211d1dd2aa5f375b151
BLAKE2b-256 80215771ffeddb35998a1076a5c01c0ba9f45e96c1ffe1f732c809746a0e38f4

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fbd6a919833fcf83e97bd9f79de1771f7249778daf1585b7e159d2506a7534d
MD5 4a821fe200982c2ea6ba504067af66d4
BLAKE2b-256 d05d098bfa436db8f18105cff208b89a011983c282f81830b337e8a221e1f647

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4fd49d3c849cb4159916a6c050bd6e083b58841b8a8cc6eab5b94ec0fb7463f6
MD5 c5ad329344d0cd9d16ce6e168cdc80f2
BLAKE2b-256 6e7af751d485668435353723bcd3438abb5b6a960512db6cf1782352fece6858

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyignite-0.6.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 138.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for pyignite-0.6.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 48ebcc470c464de155a08495ede09338c5479a2e25e1a92ea3008d7dc4d8bcd7
MD5 410559ed4be3a2f5a29bc703b5d4410d
BLAKE2b-256 d851c5ba796bd5cca69375f9cddd884012dad383e96d8ce000d538ab8fa07286

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 842aabb7fc3e32e81ae7f2b0a1406688748d209b3b22b2df9055be5812feb3da
MD5 d140432676bccde2f0290feb1760ec0c
BLAKE2b-256 63384988c1e9510aa6b60daef76b22649a0e66246f0acb969ec0f05d609f70f4

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ccb29dfd55510f1cba174f0bdd205470a794b79beb0ad2a6655a8a197a667365
MD5 39de5e7a2990d0a2d6fd5933ed179bb6
BLAKE2b-256 77eee1df79caeb4cb185f3a0281fc2b3e9d249b493ac4175aa13d4f48e3f5aa0

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9c24ed39b85a492993fbf33238bcea5cf390020bf3d484b55fb78fb78bf9c10
MD5 dccf3f076b8468db5b0a938b235638c9
BLAKE2b-256 8c163b4f0fe99c7d46042bd88bf3e97837241652db2cafb5648563170276d0f0

See more details on using hashes here.

File details

Details for the file pyignite-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyignite-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 699261fb4f68a3d470370cb2ac507086aae8a84305bb440f38c7508f4a4ef288
MD5 77529566bfdcae7cd56be5f26dc5387a
BLAKE2b-256 e6fbd5febdd703530ec2a61f97b8fdc6d8489696545df25a5d5594093f8fad47

See more details on using hashes here.

Supported by

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