Alternate Logging package for zepl
Project description
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!')
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
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 zepl_logging-1.1.0.tar.gz.
File metadata
- Download URL: zepl_logging-1.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68101b9d4a7ed8a29847c5f8656c7dc59f6dd581e5a0e1c2bde776b283e4c0e
|
|
| MD5 |
6581cded9cac5bf7bd38fb3147296a1f
|
|
| BLAKE2b-256 |
64512dc68cdee681b429d456c22acafdd0636de4ca5dd1bd5ccd21fd7d697584
|
File details
Details for the file zepl_logging-1.1.0-py3-none-any.whl.
File metadata
- Download URL: zepl_logging-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af685656246e4cf057c40c0c212cca052dea6ead7d41d942937f271dd573a31b
|
|
| MD5 |
16c24bfe71836a72490ed4300fda562e
|
|
| BLAKE2b-256 |
8a1ec6cada3102f157e1c9cefe78fafdbe78a76450d54d2b9614917bc1a11330
|