Skip to main content

POSIX exit status codes

Project description

https://github.com/johnthagen/exitstatus/workflows/python/badge.svg https://codeclimate.com/github/johnthagen/exitstatus/badges/gpa.svg https://codeclimate.com/github/johnthagen/exitstatus/badges/issue_count.svg https://codecov.io/github/johnthagen/exitstatus/coverage.svg https://img.shields.io/pypi/v/exitstatus.svg https://img.shields.io/pypi/status/exitstatus.svg https://img.shields.io/pypi/pyversions/exitstatus.svg

exitstatus provides expressive, portable definitions for the standard POSIX exit codes. While Python does provide some Unix-specific exit status codes in the os module, they are not portable to all platforms and are missing the generic failure case.

Installation

You can install, upgrade, and uninstall exitstatus with these commands:

$ pip install exitstatus
$ pip install --upgrade exitstatus
$ pip uninstall exitstatus

Usage

Exit status codes are defined in a simple to use IntEnum.

import sys
from exitstatus import ExitStatus

sys.exit(ExitStatus.success)

Releases

2.5.0 (2024-01-13)

  • Add support for Python 3.12

2.4.0 (2023-04-30)

  • Add support for Python 3.11

2.3.0 2022-11-02

  • Add py.typed file to package to support Mypy type checking.

  • Refactor the project into an installable package rather than an installable module.

  • Drop support for Python 3.7

2.2.0 2021-11-06

  • Support Python 3.10 and drop 3.6.

2.1.0 2020-12-27

  • Drop Python 3.5 and support Python 3.9.

  • Switch to GitHub Actions for CI.

2.0.1 2020-04-26

  • Update LICENSE file.

2.0.0 2020-03-29

  • Drop Python 2.7 support.

1.4.1 2020-03-29

  • Add python_requires field to setup.py.

1.4.0 2019-12-14

  • Drop Python 3.4 and support Python 3.8.

  • Include license file.

1.3.0 - 2018-07-09

Drop Python 3.3 and support Python 3.7.

1.2.0 - 2016-12-31

Support Python 3.6.

1.1.0 - 2016-10-11

Add docstrings and simplify checking for enum34 dependency need.

1.0.0 - 2016-06-10

Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exitstatus-2.5.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

exitstatus-2.5.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file exitstatus-2.5.0.tar.gz.

File metadata

  • Download URL: exitstatus-2.5.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for exitstatus-2.5.0.tar.gz
Algorithm Hash digest
SHA256 2bd18fa290f4377e836b12ebe68980b5da25054aa7a852bc3ad1b1d48dc89007
MD5 f131001ae0273efd3765356b995706f9
BLAKE2b-256 f2088c2a04a1ed236248810c102917d4183ebf24e404dd4109da5828e098961b

See more details on using hashes here.

Provenance

File details

Details for the file exitstatus-2.5.0-py3-none-any.whl.

File metadata

  • Download URL: exitstatus-2.5.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for exitstatus-2.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c8a3ccef8c199cc40be58d888a65cbe301210e081d4b77cf1ef2403268d8da5
MD5 f6b45275a63fc5420daf476182332967
BLAKE2b-256 e0e0a1866462dce5b93feaf8b8bd6bd81a40095b84d675efd28db2cdde6571db

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page