Packages
Provides Python bindings to connect to and interact with InterSystems IRIS databases, supporting both native object access and standard DB-API SQL queries.
Airium generates HTML from Python code using indentation and context managers instead of templates, and can also parse HTML back into Python.
Provides an interactive web interface for exploring and querying Django database models through the admin interface, supporting filtering, aggregation, sorting, pivoting, and CSV/JSON export.
Seeq-spy is a Python interface for interacting with Seeq Server, enabling programmatic access to search, retrieve, and manipulate signals, conditions, and data within Seeq's platform.
Python client for Convex, a backend-as-a-service platform, enabling queries, mutations, and subscriptions to a Convex backend via RPC calls.
Python client library and command-line tool for the OpenStack Trove database-as-a-service API, implementing 100% of the API surface for database provisioning and management.
A command-line client for SQLite databases with auto-completion and syntax highlighting, designed to make interactive database queries faster and more readable.
Install it if you spend time querying SQLite from the command line.
Extracts column-level lineage from dbt projects and generates an interactive HTML dashboard showing how data flows through your transformations.
Provides a SQLAlchemy dialect that allows you to query Apache Solr collections using standard SQL syntax and SQLAlchemy ORM patterns.
However, the aging maintenance status (no recent commits, last release August 2024) means you should verify compatibility with your specific Solr and SQLAlchemy…
Exports Django QuerySet data to CSV format with automatic Unicode-to-UTF-8 encoding and HTTP response rendering.
Djongo translates Django ORM queries into MongoDB queries, allowing you to use MongoDB as a Django database backend without modifying your models.
However, verify that your specific Django version and query patterns are supported, and test thoroughly in a non-production environment first—the Alpha status means…
Connects Python to Salesforce Data Cloud to execute queries and load results into pandas dataframes or cursor objects, supporting multiple authentication methods including JWT, OAuth, and client credentials.
Provides official Python bindings for Open vSwitch, enabling programmatic access to OVSDB (Open vSwitch Database) and network switch configuration via JSON-RPC.
However, installation requires a source build and platform-specific dependencies; verify your build environment has necessary tools before attempting install.
Cinemagoer retrieves and queries movie, actor, director, and company data from IMDb's freely distributed datasets using a local SQLAlchemy-backed database.
A pure Python client library for connecting to and querying SAP HANA databases using the DBAPI 2.0 interface, supporting SQL execution, cursor operations, and LOB handling.
Wrapper for AWS CloudSearch that simplifies querying and returns results as pandas DataFrames, with support for filtering and field boosting.
Provides Python bindings to query the WalkScore API for retrieving WalkScores, TransitScores, and BikeScores for geographic locations.
Install only if you have confirmed the WalkScore API contract is stable and you can maintain a fork yourself if needed.