skillfed

exasol-error-reporting

Exasol Python Error Reporting

exasol-error-reporting v1.1.0 172.8K downloads/30d#10,324 on PyPI3
Permissive license MIT Active released

What it is and what it does

exasol-error-reporting is a Python library for defining and managing Exasol database error messages with a consistent structure. It lets you create error objects with an error code, message text, mitigation steps, and typed parameters, then extract and document those errors programmatically. The library includes a command-line tool (ec) that parses Python source files to find error definitions and generates error-code reports in a standardized JSON format.

It's designed for teams building Exasol integrations or extensions who need to maintain a uniform error catalog across their codebase. The library has no runtime dependencies, installs easily, and supports modern Python versions (3.10 through 3.14). It's actively maintained and carries an MIT license.

Use it for:

  • Generate a machine-readable error catalog from error definitions scattered across your Python codebase.
  • Define errors with consistent structure (code, message, mitigations, parameters) for Exasol database tools.
  • Extract and validate error codes and messages for documentation or error-handling automation.
  • Parameterize error messages with typed metadata for better error reporting and debugging.
  • Build error documentation automatically from inline error definitions in source code.

Worth the install?

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

Defines and structures Exasol error messages with uniform attributes, parameters, and mitigations, and provides tooling to parse and extract error catalogs from Python code.

Yes. The package solves a specific, well-defined problem (structured Exasol error reporting) with zero runtime dependencies, active maintenance, permissive licensing, and no known vulnerabilities. Install it if you're building Exasol integrations or need to maintain a consistent error catalog; skip it if you don't use Exasol or don't need structured error management.

Install

exasol-error-reporting on PyPI

pip

pip install exasol-error-reporting

uv

uv add exasol-error-reporting

poetry

poetry add exasol-error-reporting

Installing exasol-error-reporting

Before you install

Low install friction with no runtime dependencies. Actively maintained as of 2026-08-10 with regular releases.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions.

Quickstart

pip install exasol-error-reporting

from exasol import error
error1 = error.ExaError(
    "E-TEST-1", "A trivial error", "No mitigation available", {}
)

Requires Python 3.10 or later (supports 3.10 through 3.14).

Verify before relying

  • Whether the error catalog extraction and JSON generation features work reliably in production workflows.
  • Performance characteristics when parsing large Python files or codebases with many error definitions.

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 185 days since the last release
Last repo commit
First released
Downloads 172,799/month — #10,324 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: exasol_error_reporting-1.1.0-py3-none-any.whl

Keywords: exasol, python, error-reporting

Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

error message formattingexasol error reportingerror catalog generationstructured error definitionserror parsing toolerror code extractionerror documentation
error-handlingexasolcode-generation

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

dbt-exasol

dbt-exasol is a dbt adapter that enables data…

copyleft · top 5,000 on PyPI

exasol-integration-test-docker-environment

Provides a CLI and Python API to start and…

permissive · top 15,000 on PyPI

apache-airflow-providers-exasol

Integrates Exasol database with Apache Airflow,…

permissive · top 15,000 on PyPI

google-cloud-error-reporting

Client library for Google Cloud Error Reporting…

permissive · top 5,000 on PyPI

sqlalchemy_exasol

SQLAlchemy dialect that enables Python…

permissive · top 15,000 on PyPI

structlog-gcp

Configures structlog to output logs in Google…

unclear · top 15,000 on PyPI

pyexasol

PyExasol is the official Python connector for…

permissive · top 5,000 on PyPI

extractcode

Extracts a wide range of archive formats (tar,…

permissive · top 15,000 on PyPI

intake

Intake provides a declarative data catalog…

permissive · top 5,000 on PyPI

protobuf-decoder

Decodes protobuf binary messages without…

permissive · top 15,000 on PyPI