# ajalt/fuckitpy

The Python error steamroller.

Repository: https://github.com/ajalt/fuckitpy
Canonical: https://ross.abutalabs.com/products/fuckitpy
Language: Python
License Family: other
Last push: 2023-08-12T15:18:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4821, "days_push": 1117, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5289, forks 178 (observed 2026-08-28T04:09:15.107754+00:00)

## What it is
FuckIt.py is a Python library that silences errors by rewriting code via AST manipulation so scripts keep running despite exceptions. It can be used as an import replacement, decorator, or context manager to suppress errors.

## Use cases
- make broken python code run anyway
- silence exceptions in a function
- suppress errors in a code block without try/except
- import a module that has errors
- skip failing statements and keep executing

## When to choose
- you want a joke or novelty error-suppression library
- you need to run throwaway scripts that must not stop on errors

## When to avoid
- production code where correctness matters
- you need proper error handling or debugging
- you need a maintained library with a license

## Facets
- artifact type: library
- maturity: maintenance
- function: error-handling, parser
- domain: developer-tools, programming-languages
- platform: python, cross-platform
- tags: error-suppression, novelty, ast-rewriting, joke-library

## Member repositories
- ajalt/fuckitpy (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:15.107754+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:59:13.152729+00:00, confidence not recorded.
  - readme: https://github.com/ajalt/fuckitpy (fetched 2026-08-28T04:09:15.107754+00:00, sha 7053d7113bfe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
