libsql-client-py icon indicating copy to clipboard operation
libsql-client-py copied to clipboard

Python SDK for libSQL

Results 16 libsql-client-py issues
Sort by recently updated
recently updated
newest added

Not sure what I'm doing to trigger this, please let me know if I can provide more details. Python 3.12.4 on MacOS 14.5 with libsql-experimental==0.0.34 ``` thread '' panicked at...

minimal repro i could come up with. Tested on python 3.11 (created via ` conda create -n deadlock python=3.11 anaconda`) run via: `python main.py [sqlite3/libsql]` Versions: ``` (deadlock) mihai[deadlock]$ pip...

Is this package maintained, or will it be replaced by [libsql-experimental-python](https://github.com/tursodatabase/libsql-experimental-python) ?

![image](https://github.com/user-attachments/assets/e2f488a9-ee48-4238-8717-2c33eb945254) i was inspecting deeper seems that the main package libsql-experimental is very different implementation for auth method. the packages misses out on large fastapi ecosystem with sqlmodel. and wasting...

I came across this library and during installation it turned out the client depends on sphinx-press-theme. I find it strange. Is it really necessary? Perhaps, consider extras.

### 1. Environment Details: - Operating System: macOS (Sequoia 15.4.1) - Python Version: 3.11 - libsql-client Version: 0.3.1 - sqlalchemy-libsql Version: 0.1.0 - aiohttp Version: 3.11.18 ### 2. Problem Description:...