pylib Package
This is a py utils lib package, here are log and lots of methods. All methods you can see in file methods.py.
Usage
from pylib.log import log
log.debug('msg')
log.info('msg')
log.warning('msg')
log.error('msg')
log.critical('msg')
log.log('DEBUG', 'msg')
log.log('INFO', 'msg')
log.log('WARNING', 'msg')
log.log('ERROR', 'msg')
log.log('CRITICAL', 'msg', silence=True)
from pylib.methods import Methods
Methods.get_stack_funcs()
data_desensitived = Methods.mask_sensitive_data(dict_data)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
medlink_pylib-0.0.2.tar.gz
(24.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file medlink_pylib-0.0.2.tar.gz.
File metadata
- Download URL: medlink_pylib-0.0.2.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a690ba15de7d60d2fa5a0c69fe928204b36138c6c6ad5a8ad24c45f17eaf90
|
|
| MD5 |
74370a97b9487cd2d6f0ec2c371c0c8e
|
|
| BLAKE2b-256 |
84005ce28e8da0dfd00fe0dea1776296322aca31ada8b61cea58524ce073a627
|
File details
Details for the file medlink_pylib-0.0.2-py3-none-any.whl.
File metadata
- Download URL: medlink_pylib-0.0.2-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2e4303152f574d20099fe586210a6cd241ce1d5da8efe019b6d6de1931f7e7
|
|
| MD5 |
6705bb8a446892028fd93219586ae013
|
|
| BLAKE2b-256 |
f26785fec0fb9846765a2a668f5851eaff4b922269719cbd1689b06840dc1819
|