skillfed

libsql-experimental

libsql-experimental v0.0.55 142.0K downloads/30d#11,229 on PyPI
License unclear AGING released

What it is and what it does

libsql-experimental is a Python client for Turso, a SQLite-compatible database service built on libSQL. It provides a way to connect to and execute SQL queries against Turso databases from Python code. The package is distributed as platform-specific wheels for CPython and PyPy on Linux and macOS, with no runtime dependencies beyond Python itself.

Turso itself is a managed database service that extends SQLite with features like replication to multiple locations, embedded replicas for low-latency access, and the ability to scale to many databases per organization. This package is the experimental Python binding to that service, designed for developers who want to use Turso as their database backend. However, the package is explicitly marked as experimental and not production-grade, and maintenance appears limited given the aging status and long time since the last release.

Use it for:

  • Connect a Python application to a Turso database and execute SQL queries against it.
  • Build a prototype or experimental application using Turso as a SQLite-compatible backend.
  • Test libSQL features and Turso's replication or embedded replica capabilities from Python.
  • Integrate Turso database access into a Python CLI tool or script for data operations.
  • Evaluate Turso's distributed SQLite approach before committing to production use.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python client library for Turso, a SQLite-compatible database built on libSQL, enabling connection to and querying of Turso databases from Python applications.

Yes-with-conditions. Install if you are actively evaluating Turso for a project and want to prototype with Python, or if you are willing to work with experimental software. Do not install for production systems—the package is explicitly experimental and not production-grade. Verify the license terms before use. Monitor maintenance status; 431 days since last release suggests limited active development.

Install

libsql-experimental on PyPI

pip

pip install libsql-experimental

uv

uv add libsql-experimental

poetry

poetry add libsql-experimental

Installing libsql-experimental

Before you install

Medium install friction due to platform-specific wheels (CPython and PyPy on Linux and macOS only). Package is marked experimental and aging—last release was 431 days ago—suggesting limited active maintenance.

License in practice

License treatment is unclear; no SPDX identifier or raw license text is available in the metadata. Verify the actual license before use in proprietary or copyleft-sensitive projects.

Quickstart

pip install libsql-experimental

from libsql_experimental import Client
client = Client(url="turso://...", auth_token="...")
result = client.execute("SELECT * FROM table")

Package is experimental and only supports Linux and macOS; Windows is not supported. Requires Python >=3.7.

Verify before relying

  • Actual license text and terms—metadata shows unclear treatment with no SPDX or raw license field.
  • Whether the package is still actively maintained given 431 days since last release and 'aging' status.
  • Windows support status—description states Linux and macOS only, but verify current scope.
  • Production readiness—package explicitly states it is experimental and not production grade.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.7)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance aging — 431 days since the last release
First released
Downloads 141,965/month — #11,229 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: libsql_experimental-0.0.55-cp310-cp310-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp310-cp310-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp311-cp311-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp311-cp311-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp312-cp312-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp312-cp312-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp313-cp313-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp313-cp313-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyProgramming Language :: Rust

Tags

turso python clientlibsql python driversqlite compatible database pythonturso database connectionlibsql client librarydistributed sqlite pythonturso sdk python
experimentalsqlite-compatibledistributed-database

More Database packages