Module to manage error code, descriptions and data in a unified way throughout a project
Project description
A lightweight implementation of a manager for error messages throughout your project. Allows you to easily define and register error codes and messages. Enable easy access to a single list of registerd error codes and messages throughout your project.
Free software: GNU Lesser General Public License v3 or later (LGPLv3+)
Installation
pip install error-manager
You can also install the in-development version with:
pip install https://github.com/MaartendeRuyter/errors/archive/master.zip
Documentation
Changelog
0.1.0 (2021-10-08)
First release on PyPI.
0.9.0 (2021-10-11)
added error codes as attribut to ListErrors class. After registration of an ErrorCode the errorcode is accessible in ListErrors via:
ListErrors.ERROR_CODE_KEY
Added Documentation and removed default redundant Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file error-manager-0.9.0.tar.gz
.
File metadata
- Download URL: error-manager-0.9.0.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b65102c8714d542c47ebc630f040f94a23203abbae3dec851319e65ac681027e |
|
MD5 | d9f34cc9fbbfdb9871ed45e2658cfa21 |
|
BLAKE2b-256 | 412f74ae8a877d47957ae70218ba25701f38438cb9fa0e3d669eabbe062a4be6 |
File details
Details for the file error_manager-0.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: error_manager-0.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ef90eb80a3c34ecac51074854b2418a43f4346604b03a932f5c6f98292505e5 |
|
MD5 | 7abed9477094845f2f90a41841b54774 |
|
BLAKE2b-256 | 12a3956cf27ed70894a4edca52540165ca21bcb4fbd2167fc6666f3dd6ae6aa0 |