$npx skillfedfor your agent

Front-Ends packages

177 packages · page 4 of 5

Packages

presto-types-parser Skip
PyPI · Front-Ends · released Aug 2020

Parses Presto SQL type annotations from rows returned by the Presto REST API into Python objects.

Apache-2.0pure Pythonabandoned
204.5Kdownloads / mo
paracelsus With conditions
PyPI · Front-Ends · released Jan 2026

Paracelsus generates Entity Relationship Diagrams from SQLAlchemy models, outputting them as Mermaid or Dot format for visualization and documentation.

Install it if you want automated, version-controlled schema diagrams; skip it if your schema is trivial or you prefer manual diagram tools.

permissive licensepure Python · 3.10+aging
203.9Kdownloads / mo
tigerbeetle Worth it
PyPI · Front-Ends · released Jul 2026

Python client library for TigerBeetle, a distributed financial accounting database, enabling creation and management of accounts and transfers with built-in batching and two-phase commit semantics.

Install it if you need a Python client for a distributed financial ledger; do not install if you are looking for a standalone accounting library without a separate…

Apache-2.0pure Python · 3.7+
202.2Kdownloads / mo
pybigquery Skip
PyPI · Front-Ends · released Aug 2021

SQLAlchemy dialect for BigQuery that enables SQL queries against BigQuery datasets using SQLAlchemy's ORM and expression language.

MITpure Pythonabandoned
199.2Kdownloads / mo
SQLAlchemy-Utc With conditions
PyPI · Front-Ends · released Sep 2021

Provides a SQLAlchemy DateTime type that consistently handles timezone-aware datetimes across database vendors, storing all values in UTC and returning aware datetime objects regardless of whether the underlying database supports native timezone types.

However, it is abandoned (last commit August 2022, no activity for nearly four years) and only explicitly supports Python up to 3.9.

MITpure Pythonabandoned
198.0Kdownloads / mo
iomete-sqlalchemy With conditions
PyPI · Front-Ends · released Apr 2026

Provides a SQLAlchemy dialect for connecting to IOMETE data warehouses via Arrow Flight SQL, enabling standard SQLAlchemy operations and schema reflection on IOMETE clusters.

permissive licensepure Python · 3.9+
196.5Kdownloads / mo
sqlalchemy-vertica-python With conditions
PyPI · Front-Ends · released Jun 2023

Provides a SQLAlchemy dialect for Vertica using the pure-Python vertica-python driver, enabling ORM and SQL expression language access to Vertica databases.

MITpure Pythondormant
196.1Kdownloads / mo
meilisearch-python-sdk Worth it
PyPI · Front-Ends · released Aug 2026

Provides both async and sync Python clients for the Meilisearch search API, enabling document indexing and full-text search operations.

MITpure Python · 3.10+
192.5Kdownloads / mo
django-clickhouse With conditions
PyPI · Front-Ends · released Feb 2025

Integrates Django applications with ClickHouse, a columnar database, providing ORM-like access and query tools for analytics and time-series data workloads.

However, verify that infi.clickhouse-orm is still maintained and that the package's dormant status does not hide unresolved compatibility issues with your Django…

permissive licensepure Pythondormant
185.1Kdownloads / mo
es-client With conditions
PyPI · Front-Ends · released Oct 2025

Builds and validates Elasticsearch client connections with schema validation, version checking, and configuration file support.

Apache-2.0pure Python · 3.10+aging
182.6Kdownloads / mo
sqlalchemy-risingwave With conditions
PyPI · Front-Ends · released Jun 2026

Provides a SQLAlchemy dialect that enables Python applications to connect to and query RisingWave, a cloud-native streaming database, using SQLAlchemy's standard ORM and query APIs.

However, understand that RisingWave's streaming semantics diverge significantly from PostgreSQL OLTP assumptions—read the documentation on read-after-write visibility…

Apache-2.0pure Python · 3.10+
179.2Kdownloads / mo
cqlsh With conditions
PyPI · Front-Ends · released Apr 2026

cqlsh is a command-line client for executing CQL queries against Cassandra clusters, packaged as a standalone Python module instead of requiring a full Cassandra installation.

Apache-2.0pure Python · 3.10+
170.9Kdownloads / mo
django-snowflake With conditions
PyPI · Front-Ends · released Dec 2025

Provides a Django database backend that connects Django ORM to Snowflake, allowing you to use Snowflake as your primary database for Django applications.

However, avoid it for high-concurrency web applications due to race conditions in ID retrieval, and be aware of constraints around JSONField queries, interval math,…

MITpure Python · 3.12+
169.1Kdownloads / mo
sqlalchemy-filters With conditions
PyPI · Front-Ends · released Apr 2023

Adds filtering, sorting, and pagination capabilities to SQLAlchemy query objects via declarative specifications, designed for REST API exposure.

However, accept that maintenance is dormant: no updates since April 2023, and compatibility with newer SQLAlchemy versions is unverified.

Apache-2.0pure Python · 3.7+dormant
162.4Kdownloads / mo
jupysql With conditions
PyPI · Front-Ends · released Mar 2025

Adds SQL execution to Jupyter and IPython notebooks via `%sql` and `%%sql` magic commands, letting you query databases directly in cells and integrate results with Python.

Apache-2.0pure Python
156.1Kdownloads / mo
django-clickhouse-backend With conditions
PyPI · Front-Ends · released Aug 2026

A Django database backend that lets you use Django ORM to query and manage ClickHouse tables directly, treating ClickHouse like any other Django-supported database.

However, carefully evaluate the limitations: no transaction support, missing constraint enforcement, and non-standard NULL semantics in joins and aggregations.

MITpure Python
152.4Kdownloads / mo
pythena Skip
PyPI · Front-Ends · released Sep 2020

Pythena wraps AWS Athena queries in a Python interface that returns results as pandas DataFrames, requiring only a database name and SQL query string.

copyleftpure Pythonabandoned
151.6Kdownloads / mo
surrealdb With conditions
PyPI · Front-Ends · released Apr 2026

Official Python client for SurrealDB, supporting both remote (WebSocket/HTTP) and embedded (in-memory or file-based) database connections with synchronous and asynchronous APIs.

However, verify the license terms before use—the metadata does not specify a license, which is a blocker for some projects.

license unclearcompiled wheel · 3.10+
151.4Kdownloads / mo
databricks-dbapi Skip
PyPI · Front-Ends · released Nov 2021

Provides a DBAPI 2.0 connection interface and SQLAlchemy dialects to query Databricks Workspace and SQL Analytics clusters using either pyhive or pyodbc backends.

No, not recommended for new projects.

MITpure Pythonabandoned
147.5Kdownloads / mo
graphene-django-optimizer With conditions
PyPI · Front-Ends · released Aug 2023

Automatically optimizes GraphQL queries executed by graphene-django using Django QuerySet methods like select_related, prefetch_related, and only to reduce database round-trips.

However, be aware that maintenance is dormant—last release was 2023-08-05—so compatibility with newer Django or graphene versions is unverified.

MITpure Pythondormant
143.5Kdownloads / mo
jupysql-plugin With conditions
PyPI · Front-Ends · released Sep 2024

A JupyterLab 4 extension that integrates JupySQL into the notebook environment, enabling SQL query execution and data exploration directly within JupyterLab.

However, proceed with caution: dormancy means the extension may not be compatible with very recent JupyterLab updates.

BSD-3-Clausepure Python · 3.7+dormant
142.3Kdownloads / mo
pymgclient With conditions
PyPI · Front-Ends · released Jul 2026

pymgclient is a Python adapter for Memgraph graph database, implementing the DB-API 2.0 specification to enable query execution and result fetching through a standard cursor interface.

Apache-2.0compiled wheel · 3.9+
138.6Kdownloads / mo
hopsworks-aiomysql With conditions
PyPI · Front-Ends · released Jul 2025

Async MySQL database driver for Python asyncio applications, providing a non-blocking interface to MySQL and MariaDB servers.

However, the 381-day gap since the last release and aging maintenance status suggest it may not receive prompt updates for new MySQL/MariaDB features or Python versions.

MITpure Python · 3.7+aging
137.8Kdownloads / mo
shotgun-api3 Worth it
PyPI · Front-Ends · released Aug 2026

Official Python API client for Autodesk Flow Production Tracking, enabling programmatic access to production tracking data and integration with external tools.

Install it if you need to integrate with or automate a Flow Production Tracking instance; it is the standard choice for that use case.

license unclearpure Python · 3.9.0+
136.7Kdownloads / mo
pydoris Worth it
PyPI · Front-Ends · released Mar 2026

Pydoris is a Python client for Apache Doris that enables SQLAlchemy-based database connections and query execution against a Doris analytical database.

Install it if you need to query Apache Doris from Python—it's the standard SQLAlchemy dialect for that purpose.

Apache-2.0pure Python · 3.7+
135.4Kdownloads / mo
mycli With conditions
PyPI · Front-Ends · released Aug 2026

mycli is a command-line client for MySQL and compatible databases (MariaDB, Percona, TiDB, Apache Doris) that provides auto-completion, syntax highlighting, and interactive query features.

BSD-3-Clausepure Python · 3.10+1 known vulnerabilities
132.5Kdownloads / mo
sqlalchemy-firebird With conditions
PyPI · Front-Ends · released May 2026

Provides a SQLAlchemy 2.0+ dialect for connecting to and querying Firebird 3.0+ databases using the firebird-driver DB-API 2.0 driver.

MITpure Python · 3.11+
128.9Kdownloads / mo
h5grove With conditions
PyPI · Front-Ends · released Apr 2026

h5grove provides building blocks for serving HDF5 file contents—attributes, metadata, and data—via web backends, handling common problems like external link resolution, dataset compression/slicing, and JSON-safe data encoding.

permissive licensepure Python · 3.10+
125.7Kdownloads / mo
sonic-client With conditions
PyPI · Front-Ends · released Jun 2023

Python client library for the Sonic search backend, providing ingest, search, and control operations over a network connection.

However, the abandoned maintenance status means you should expect no updates for Python version compatibility or Sonic protocol changes, and you may need to fork or…

Apache-2.0pure Pythonabandoned
123.9Kdownloads / mo
dash-auth With conditions
PyPI · Front-Ends · released Mar 2024

Adds HTTP Basic Authentication and OpenID Connect (OIDC) login to Dash applications, with support for public routes, user groups, and protected callbacks.

MITpure Python · 3.8+dormant
122.3Kdownloads / mo
pandas_access Skip
PyPI · Front-Ends · released Jun 2016

Reads MS Access database files (.mdb) into Pandas DataFrames by wrapping the MDBTools command-line utility via subprocess.

permissive licensebuilds from sourceabandoned
120.0Kdownloads / mo
elasticsearch8-dsl Skip
PyPI · Front-Ends · released Jan 2024

A high-level Python query builder for Elasticsearch that translates idiomatic Python expressions into Elasticsearch JSON DSL queries, plus optional document mapping and persistence.

Apache-2.0pure Python · 3.7+abandoned
118.6Kdownloads / mo
django-opensearch-dsl With conditions
PyPI · Front-Ends · released Nov 2025

Indexes Django model instances into OpenSearch and provides management commands and automatic signal handlers to keep indices synchronized with database changes.

Apache-2.0builds from sourceaging
116.5Kdownloads / mo
dbt-sl-sdk Worth it
PyPI · Front-Ends · released May 2026

A Python client library for querying dbt's Semantic Layer via REST APIs, supporting both synchronous and asynchronous workflows with results returned as PyArrow tables.

license unclearpure Python
116.3Kdownloads / mo
pystardog Worth it
PyPI · Front-Ends · released Mar 2026

Python client library for querying and managing Stardog knowledge graph servers and Stardog Cloud instances.

Apache-2.0pure Python · 3.9+
115.9Kdownloads / mo
odmantic Worth it
PyPI · Front-Ends · released Jan 2026

ODMantic is an async-first Object Document Mapper for MongoDB that lets you define database models using Python type hints and Pydantic validation, then query and persist them with a functional API.

Install it if you need an async MongoDB ODM with strong type safety and Pydantic integration.

ISCpure Python · 3.8+
111.8Kdownloads / mo
sqlalchemy-repr Skip
PyPI · Front-Ends · released Oct 2022

Adds automatic, human-readable repr() output to SQLAlchemy model instances by providing mixin base classes that format column data for display.

license unclearbuilds from sourcedormant
107.8Kdownloads / mo
keepa With conditions
PyPI · Front-Ends · released Jul 2026

Query Amazon product data and pricing history from the Keepa API, with support for both synchronous and asynchronous requests, and optional visualization of price trends.

Apache-2.0pure Python · 3.10+
106.4Kdownloads / mo
borneo With conditions
PyPI · Front-Ends · released Aug 2026

Python SDK for connecting to Oracle NoSQL Database (cloud service, simulator, or on-premise) to perform queries, reads, writes, and table operations.

license unclearpure Python
105.5Kdownloads / mo
aiochclient With conditions
PyPI · Front-Ends · released Jun 2026

An async HTTP client for ClickHouse that handles type conversion between ClickHouse and Python types, supports streaming and lazy decoding on SELECT queries, and provides a fully typed interface.

MITbuilds from source · 3.10+
102.2Kdownloads / mo