1- ![ Timbr logo] ( https://timbr.ai/wp-content/uploads/2023/06/timbr-ai-l-5-226x60-1 .png )
1+ ![ Timbr logo] ( https://timbr.ai/wp-content/uploads/2025/01/logotimbrai230125 .png )
22
33[ ![ FOSSA Status] ( https://app.fossa.com/api/projects/custom%2B50508%2Fgithub.com%2FWPSemantix%2Ftimbr_python_SQLAlchemy.svg?type=shield&issueType=license )] ( https://app.fossa.com/projects/custom%2B50508%2Fgithub.com%2FWPSemantix%2Ftimbr_python_SQLAlchemy?ref=badge_shield&issueType=license )
44[ ![ FOSSA Status] ( https://app.fossa.com/api/projects/custom%2B50508%2Fgithub.com%2FWPSemantix%2Ftimbr_python_SQLAlchemy.svg?type=shield&issueType=security )] ( https://app.fossa.com/projects/custom%2B50508%2Fgithub.com%2FWPSemantix%2Ftimbr_python_SQLAlchemy?ref=badge_shield&issueType=security )
55
6- [ ![ Python 3.7.13] ( https://img.shields.io/badge/python-3.7.13+-blue.svg )] ( https://www.python.org/downloads/release/python-3713/ )
7- [ ![ Python 3.8] ( https://img.shields.io/badge/python-3.8-blue.svg )] ( https://www.python.org/downloads/release/python-3820/ )
86[ ![ Python 3.9] ( https://img.shields.io/badge/python-3.9-blue.svg )] ( https://www.python.org/downloads/release/python-3921/ )
7+ [ ![ Python 3.10] ( https://img.shields.io/badge/python-3.10-blue.svg )] ( https://www.python.org/downloads/release/python-31017/ )
8+ [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-31112/ )
9+ [ ![ Python 3.12] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/downloads/release/python-3129/ )
910
1011[ ![ PypiVersion] ( https://img.shields.io/pypi/v/pytimbr-sqla.svg )] ( https://badge.fury.io/py/pytimbr-sqla )
1112
@@ -14,7 +15,7 @@ This project is a python connector to timbr using SQLAlchemy.
1415
1516## Dependencies
1617- Access to a timbr-server
17- - Python from 3.7 .13 or newer
18+ - Python from 3.9 .13 or newer
1819- Support SQLAlchemy 1.4.36 or newer but not version 2.x yet.
1920- For <b >Linux</b > based machines only install those dependencies first:
2021 - gcc
@@ -27,10 +28,9 @@ This project is a python connector to timbr using SQLAlchemy.
2728- Ubuntu example:
2829 - apt install gcc, heimdal-dev, krb5, python-devel, python-dev, python-all-dev, libsasl2-dev
2930
30-
3131## Installation
3232- Install as clone repository:
33- - Install Python: https://www.python.org/downloads/release/python-3713 /
33+ - Install Python: https://www.python.org/downloads/release/python-3913 /
3434 - Run the following command to install the Python dependencies: ` pip install -r requirements.txt `
3535
3636- Install using pip and git:
@@ -39,15 +39,6 @@ This project is a python connector to timbr using SQLAlchemy.
3939- Install using pip:
4040 - ` pip install pytimbr-sqla `
4141
42- ## Known issues
43- If you encounter a problem installing ` PyHive ` with sasl dependencies on windows, install the following wheel (for 64bit Windows) by running:
44-
45- ` pip install https://download.lfd.uci.edu/pythonlibs/archived/cp37/sasl-0.3.1-cp37-cp37m-win_amd64.whl `
46-
47- For Python 3.9:
48-
49- ` pip install https://download.lfd.uci.edu/pythonlibs/archived/sasl-0.3.1-cp39-cp39-win_amd64.whl `
50-
5142## Sample usage
5243- For an example of how to use the Python SQLAlchemy connector for timbr, follow this [ example file] ( examples/example.py )
5344- For an example of how to use the Python SQLAlchemy connector with 'PyHive' as async query for timbr, follow this [ example file] ( examples/pyhive_async_example.py )
0 commit comments