Zepl Logging
This package let's you do logging just like a basic logging modeule but it is desiged specifically to work with zepl notebooks as those are containerized so all the logs are lost when the container is shut down.
Installation
You can install zepl_logging package from PyPI:
pip install zepl_logging
The project is Suported with Python 3+
How to use
from zepl_logging import logging
logger = logging.Logging()
logger.base_config('your_zepl_token', notebook='notebook_name', organization='org_name')
#now you can use this logger to log anything like
logger.info('Connected to Db!')
logger.debug('This is a debug message!')
Release files for zepl-logging 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zepl_logging-1.1.0.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zepl_logging-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / zepl_logging-1.1.0.tar.gz
| Download URL | zepl_logging-1.1.0.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e68101b9d4a7ed8a29847c5f8656c7dc59f6dd581e5a0e1c2bde776b283e4c0e
|
|
BLAKE2b-256 checksum How to use checksums |
64512dc68cdee681b429d456c22acafdd0636de4ca5dd1bd5ccd21fd7d697584
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
|
Release files / zepl_logging-1.1.0-py3-none-any.whl
| Download URL | zepl_logging-1.1.0-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af685656246e4cf057c40c0c212cca052dea6ead7d41d942937f271dd573a31b
|
|
BLAKE2b-256 checksum How to use checksums |
8a1ec6cada3102f157e1c9cefe78fafdbe78a76450d54d2b9614917bc1a11330
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
|