Vbee python logging
Project description
Vbee Python Logger
Install
pip install vbee-logger
Usage
from VbeeLogger import VbeeLogger
logger = ("test_product","test_service","test_name")
logger.info("mess")
install from source
python -m pip install -e .
Build and updatd to Pypi
rm -rf dist/*
python setup.py sdist bdist_wheel #build dist
twine check dist/* # check dist
twine upload --repository-url https://test.pypi.org/legacy/ dist/* # upload to Pypi
# or run twine upload dist/*
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
vbee-logger-0.1.7.tar.gz
(2.3 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 vbee-logger-0.1.7.tar.gz.
File metadata
- Download URL: vbee-logger-0.1.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c16ae967dbd667e8e6aa49229a67dfdfc516d735159ad69bb3fd1e6e83d7f27b
|
|
| MD5 |
c1e2a586956e242d14414c67caf380fb
|
|
| BLAKE2b-256 |
ad62dd5956e72319e97011f530bad3ed91e291eb7d99f8e0e1b7fbcb84288b1b
|
File details
Details for the file vbee_logger-0.1.7-py3-none-any.whl.
File metadata
- Download URL: vbee_logger-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c0a57672d796774600b9efe52e256847d2bad0556a17d7f25078bdc03f9b0d
|
|
| MD5 |
937d61e5dc679e4d391cddffe475afda
|
|
| BLAKE2b-256 |
023cd91ae995acbab178168ecd9d5e41674cb39c88f424ec537c195c2d69fc23
|