skillfed

crashtest

Manage Python errors with ease

crashtest Permissive license MIT Active 25 v0.4.1 released

Install

crashtest on PyPI

pip

pip install crashtest

uv

uv add crashtest

poetry

poetry add crashtest

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.7,<4.0)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 1,380 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: crashtest-0.4.1-py3-none-any.whl

License :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

About crashtest

from the package's own PyPI description — quoted content, verbatim

Crashtest

Tests (image) PyPI version (image)

Crashtest is a Python library that makes exceptions handling and inspection easier.

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Crashtest simplifies Python exception handling and inspection by providing utilities to make working with tracebacks and error diagnostics easier.

Low friction: pure Python wheel with no runtime dependencies. Actively maintained with recent commits; last update 2026-08-10.

MIT license (permissive) places no restrictions on use, modification, or distribution in commercial or private projects.

Usage

pip install crashtest==0.4.1

import crashtest
# Use crashtest utilities for exception inspection and handling

Requires Python 3.7 or later (supports 3.7–3.11).

Verdict: Crashtest is a lightweight, actively maintained library with no dependencies and permissive licensing. It fills a focused niche in exception handling; adoption is modest but stable. No known vulnerabilities.

Needs verification

  • What specific exception inspection or handling utilities does crashtest provide beyond Python's built-in traceback module?
  • Is crashtest used as a direct dependency by other packages, or primarily as a standalone tool?
python exception handlingtraceback inspectionerror diagnosticsexception debuggingpython error managementcrash analysis

Similar packages