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.6.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.6.tar.gz.
File metadata
- Download URL: vbee-logger-0.1.6.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 |
25e65d6a4703af39e28d7d9261b27dfda9688f8ed13bf7c1f99dd54a37a7f8fa
|
|
| MD5 |
fd5adf05e1c7f2b4add288a5722b92df
|
|
| BLAKE2b-256 |
5ffd3ce35186b1027d3801ae4e593510de973286ac992818e2deab611129fdf0
|
File details
Details for the file vbee_logger-0.1.6-py3-none-any.whl.
File metadata
- Download URL: vbee_logger-0.1.6-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 |
baa96e3653b0830abe4ecfbc1ec737f264e806db01162c767a6913783dde77b6
|
|
| MD5 |
6ac08b478964b4566998b0c1aef2f507
|
|
| BLAKE2b-256 |
aaec5ccf4e0ad3f018da02131be6a0280058a2c3b45699c990ef79717386f89d
|