{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"}],"enrichment":{"capability":"Provides portable, type-safe POSIX exit status code definitions as an IntEnum for use in Python scripts and applications.","skillfed_tags":["cli-tools","posix-standard"],"use_cases":["Exit a CLI tool with a standard POSIX code to signal success or specific failure modes to the shell.","Write cross-platform Python scripts that use portable exit codes instead of platform-specific constants.","Build type-safe application exit logic where exit codes are defined as named enum members rather than magic integers.","Integrate exit status handling into test runners or deployment scripts that depend on exit codes."],"what_it_does":"exitstatus wraps POSIX standard exit codes in a typed IntEnum, making them portable and expressive across platforms. Python's os module provides some Unix-specific exit codes but lacks portability and the generic failure case; exitstatus fills that gap with clean, standard definitions you can pass directly to sys.exit().\n\nThe package is minimal and dependency-free, designed for scripts and applications that need to signal completion status to their operating environment. It supports Python 3.10 through 3.14 and is type-checked with mypy, making it suitable for both simple CLI tools and larger applications that care about exit semantics.","worth_installing":"Yes. If you write command-line tools or scripts that need to signal exit status to the operating system, this package eliminates the friction of remembering or looking up POSIX codes. It has no dependencies, is actively maintained, carries a permissive license, and supports current Python versions. The cost of adoption is negligible."},"id":"exitstatus","links":{"html":"https://skillfed.io/packages/exitstatus","md":"https://skillfed.io/packages/exitstatus.md","pypi":"https://pypi.org/project/exitstatus/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-01-01","license_spdx":"MIT","license_treatment":"permissive","name":"exitstatus","python_support":"supports_current","summary":"POSIX exit status codes"},"popularity":{"monthly_downloads":293683,"position":7951,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.7.0"}
