Platform-independent exit codes for Python. Provides a comprehensive mapping of standardized exit codes (e.g., EX_OK, EX_USAGE, EX_SOFTWARE) based on POSIX and common system conventions. Current version 1.3.0; stable with infrequent releases.
pip install exit-codesVerified import paths — ran on the pinned version, not inferred.
Use exit codes from the module for platform-independent script exits.
If you need reverse lookup, maintain your own mapping.
Use `import exit_codes` in code.
Check if the constant exists before using via `hasattr(exit_codes, 'EX_TEMPFAIL')`.
No dependency data recorded yet.