11# ignite-python-client
22Apache Ignite thin (binary protocol) client, written in Python 3.
33
4+ <a href =" https://ignite.apache.org/ " ><img src =" https://github.com/apache/ignite-website/blob/master/assets/images/apache_ignite_logo.svg " hspace =" 20 " /></a >
5+
6+ ![ Build Status] ( https://github.com/apache/ignite-python-thin-client/actions/workflows/pr_check.yml/badge.svg )
7+ [ ![ License] ( https://img.shields.io/github/license/apache/ignite-python-thin-client?color=blue )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
8+ [ ![ Pypi] ( https://img.shields.io/pypi/v/pyignite )] ( https://pypi.org/project/pyignite/ )
9+ [ ![ Downloads] ( https://static.pepy.tech/badge/pyignite/month )] ( https://pepy.tech/project/pyignite )
10+
11+
412## Prerequisites
513
614- Python 3.7 or above (3.7, 3.8, 3.9, 3.10 and 3.11 are tested),
@@ -50,7 +58,7 @@ There is an optional C extension to speedup some computational intensive tasks.
5058- For building ` wheels ` for Windows, invoke script ` .\scripts\BuildWheels.ps1 ` using PowerShell. Just make sure that
5159 your execution policy allows execution of scripts in your environment.
5260
53- Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7, 3.8, 3.9 and 3.10 ) will be
61+ Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7, 3.8, 3.9, 3.10 and 3.11 ) will be
5462 located in ` distr ` directory.
5563
5664### Updating from older version
@@ -67,7 +75,7 @@ pip install pyignite
6775
6876To install a specific version:
6977``` bash
70- pip install pyignite==0.6.0
78+ pip install pyignite==0.6.1
7179```
7280
7381## Documentation
0 commit comments