Skip to main content

Common Python Utility and Client Tools

Project description

ravi-python-clients

Assortment of python client for personal or business use

Current Facilities

  1. Logger with unique identifier per session

Windows Installation

py -m venv venv
source venv\Scripts\activate
py -m pip install python-prakashravip1

Linux/ Mac Installation

python -m venv venv
source venv/bin/activate
pip install python-prakashravip1

Example

from utils.logger import logger

logger.info("test info log")
from utils.trace_logger import get_trace_logger

test_trace_id = "1234"
logger = get_trace_logger(test_trace_id)
logger.info(f"test info log with trace_id. {test_trace_id}")        

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-prakashravip1-1.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

python_prakashravip1-1.0.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page