Metadata-Version: 2.1
Name: correlation-logger
Version: 1.0.0
Summary: 
Author: Nobel Khandaker
Author-email: nobel@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.28.74,<2.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Requires-Dist: sure (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# Correlation logger
Production-ready logging library for Python. 
The logs are published in the log sinks.  At present two types of log output/sink is supported - 1) Console 2) AWS cloudwatch logs
It supports correlation ids or salt to perform detail tracing of the events.


## To build project
`poetry build`

## To test project
`poetry run test`


