--- id: trino version: "0.338.0" license: Apache 2.0 license_treatment: permissive maintenance: active --- # trino — Client for the Trino distributed SQL Engine License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install trino uv add trino poetry add trino ## Description # Trino Python client Client for [Trino](https://trino.io/), a distributed SQL engine for interactive and batch big data processing. Provides a low-level client and a DBAPI 2.0 implementation and a SQLAlchemy adapter. It supports Python>=3.9 and PyPy. [![Build Status](https://github.com/trinodb/trino-python-client/workflows/ci/badge.svg)](https://github.com/trinodb/trino-python-client/actions?query=workflow%3Aci+event%3Apush+branch%3Amaster) [![Trino Slack](https://img.shields.io/static/v1?logo=slack&logoColor=959DA5&label=Slack&labelColor=333a41&message=join%20conversation&color=3AC358)](https://trino.io/slack.html) [![Trino: The Definitive Guide book download](https://img.shields.io/badge/Trino%3A%20The%20Definitive%20Guide-download-brightgreen)](https://www.starburst.io/info/oreilly-trino-guide/) ## Development See [DEVELOPMENT](.github/DEVELOPMENT.md) for information about code style, development process, and guidelines. See [CONTRIBUTING](.github/CONTRIBUTING.md) for contribution requirements. ## Usage ### The Python Database API (DBAPI) **Installation** ``` $ pip install trino ``` **Quick Start** Use the DBAPI interface to query Trino: if `host` is a valid... ## AI interpretation — verify before relying A Python client for Trino, a distributed SQL engine, offering DBAPI 2.0 and SQLAlchemy interfaces for querying big data clusters. Verdict: Actively maintained, top-1000 popular package with no known vulnerabilities and permissive licensing. Low install friction and broad Python version support (3.9–3.13, PyPy) make it a solid choice for Trino connectivity. Suitable for both DBAPI and SQLAlchemy workflows. [View on SkillFed](https://skillfed.io/packages/trino) · [View on PyPI](https://pypi.org/project/trino/)