--- id: libsql-experimental version: "0.0.55" license: unclear license_treatment: unclear maintenance: aging --- # libsql-experimental License: unclear · Maintenance: aging · Downloads: 142.0K/mo ## 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 above — 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 pip install libsql-experimental uv add libsql-experimental 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_current - Install friction: medium - Maintenance: aging - Downloads: 142.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags turso python client, libsql python driver, sqlite compatible database python, turso database connection, libsql client library, distributed sqlite python, turso sdk python, experimental, sqlite-compatible, distributed-database [View on SkillFed](https://skillfed.io/packages/libsql-experimental) · [View on PyPI](https://pypi.org/project/libsql-experimental/)