Platform-independent exit codes.
Project description
exit_codes
Platform-independent exit codes.
Python provides standard exit status codes for some platforms, but not all. This is technically, pedantically correct, but it makes it awkward to provide practical cross-platform exit statuses. This package takes the exit status codes defined in os for Unixes and make them available to the unwashed masses.
It’s simple to use:
from exit_codes import ExitCode def main(): if big_operation(): # If your program exits normally, return OK return ExitCode.OK else: # Otherwise, return the appropriate error code return ExitCode.IO_ERR
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
exit_codes-1.3.0.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for exit_codes-1.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09444844772043f9be22128856088792be0f91cdbe269af992b1338a5464dc85 |
|
MD5 | da6734a410a48cc6f5853e72385d9e8a |
|
BLAKE2-256 | fa075dc359aba858ec096bd9e72c4a214617c95da24553a736bcce7818a61486 |