📊 Buzzni Batch process Monitor.
Project description
bbm
📊 Buzzni Batch process Monitor -> BBM
Installation
pip install bbm
Example
from bbm import Interval, logging, setup
@logging()
def temp_func():
return "Hello World"
@logging(process_name="custom_name_of_process", interval=Interval.A_DAY)
def temp_func2():
return "Hello World"
if __name__ == "__main__":
setup(es_url="your-es-url", index_prefix="your-index-prefix")
temp_func()
temp_func2()
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
bbm-0.0.3.tar.gz
(5.7 kB
view details)
Built Distribution
bbm-0.0.3-py3-none-any.whl
(4.4 kB
view details)
File details
Details for the file bbm-0.0.3.tar.gz
.
File metadata
- Download URL: bbm-0.0.3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5e10fe062636a5beffe9b1aff680a5a32036a41a2db0667d0b9e9d1cdddc87c |
|
MD5 | a8d306d11c6e86a370ff4fa9da4d8179 |
|
BLAKE2b-256 | e44fbc68d732980aa35ce6e3cd2fde6023cbd54ca3c38c548ce8a18ca47f49ce |
File details
Details for the file bbm-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: bbm-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 076456df4f4732bc6a855ee5e752d4229ea03e9a16fa536e30e3c1bdffdef930 |
|
MD5 | f9be3f5b5901f0ab9a24932f4beaceed |
|
BLAKE2b-256 | 00e3470c22edcca49260477c8d4bea5d6cc0f129420a8bcae5eb00e505a530c2 |