pyexasol 1.2.0


pip install pyexasol

  Latest version

Released: Sep 26, 2025


Meta
Author: Vitaly Markov
Requires Python: >=3.9.2,<4

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.9

Topic
  • Database

PyExasol

Continuous Integration (master) Anaconda PyPi Package Downloads Supported Python Versions

PyExasol is the officially supported Python connector for Exasol. It helps to handle massive volumes of data commonly associated with this DBMS.

You may expect significant performance improvement over ODBC in a single process scenario involving pandas, parquet, or polars.

PyExasol provides an API to read & write multiple data streams in parallel using separate processes, which is necessary to fully utilize hardware and achieve linear scalability. With PyExasol you are no longer limited to a single CPU core.



PyExasol Main Concepts

  • Based on WebSocket protocol;
  • Optimized for minimum overhead;
  • Easy integration with pandas, parquet, and polars via HTTP transport;
  • Compression to reduce network bottleneck;

System Requirements

  • Exasol >= 7.1
  • Python >= 3.9

Getting Started

Check out PyExasol's Getting Started page for your first steps.

Developers

1.2.0 Sep 26, 2025
1.1.1 Sep 11, 2025
1.1.0 Sep 05, 2025
1.0.1 Sep 03, 2025
1.0.0 Sep 01, 2025
0.27.0 Sep 09, 2024
0.26.0 Jul 04, 2024
0.25.2 Mar 14, 2023
0.25.1 Nov 05, 2022
0.25.0 Aug 18, 2022
0.24.0 Feb 12, 2022
0.23.3 Dec 03, 2021
0.23.2 Nov 26, 2021
0.23.1 Nov 22, 2021
0.21.2 Nov 11, 2021
0.21.1 Sep 27, 2021
0.21.0 Sep 27, 2021
0.20.0 Jun 17, 2021
0.19.0 Jun 02, 2021
0.18.1 Mar 15, 2021
0.18.0 Feb 17, 2021
0.17.0 Feb 05, 2021
0.16.1 Dec 23, 2020
0.15.1 Dec 23, 2020
0.14.3 Nov 11, 2020
0.14.2 Nov 02, 2020
0.14.1 Aug 11, 2020
0.14.0 Aug 03, 2020
0.13.1 Jun 02, 2020
0.13.0 May 30, 2020
0.12.1 May 01, 2020
0.12.0 Mar 02, 2020
0.11.3 Feb 19, 2020
0.11.2 Jan 27, 2020
0.11.1 Jan 26, 2020
0.11.0 Jan 25, 2020
0.10.0 Jan 09, 2020
0.9.2 Dec 09, 2019
0.9.1 Oct 22, 2019
0.9.0 Oct 13, 2019
0.8.0 Sep 24, 2019
0.7.0 Aug 25, 2019
0.6.4 Jul 30, 2019
0.6.3 Jun 09, 2019
0.6.2 Jun 07, 2019
0.6.1 Jun 04, 2019
0.6.0 Apr 21, 2019
0.5.5 Mar 16, 2019
0.5.4 Mar 12, 2019
0.5.3 Mar 08, 2019
0.5.2 Jan 24, 2019
0.5.1 Nov 30, 2018
0.4.2 Oct 12, 2018
0.4.1 Oct 04, 2018
0.3.35 Sep 30, 2018
0.3.34 Sep 21, 2018
0.3.33 Sep 18, 2018
0.3.32 Aug 03, 2018
0.3.31 Jul 14, 2018
0.3.30 Jul 13, 2018
0.3.29 Jul 09, 2018
0.3.28 Jul 02, 2018
0.3.27 Jun 28, 2018
0.3.26 Jun 23, 2018
0.3.25 Jun 21, 2018
0.3.24 Jun 21, 2018
0.3.23 Jun 19, 2018
0.3.22 Jun 18, 2018
0.3.21 Jun 14, 2018
0.3.20 Jun 12, 2018
0.3.19 Jun 11, 2018
0.3.18 Jun 06, 2018
0.3.17 May 16, 2018
0.3.16 May 15, 2018
0.3.15 May 09, 2018
0.3.12 Apr 12, 2018
0.3.11 Mar 31, 2018
0.3.9 Mar 25, 2018
0.3.8 Mar 19, 2018
0.3.6 Mar 16, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
cryptography (>=45.0.7)
packaging
rsa
websocket-client (>=1.0.1)