Metadata-Version: 2.1
Name: api-x-trace-logger
Version: 0.0.1
Summary: A logging library with trace ID support and FastAPI middleware.
Home-page: https://github.com/Happy-Kumar-Sharma/trace-logger
Author: Happy Sharma
Author-email: happycse54@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: starlette

# trace-logger

install all dependent packages
`pip install -r requirements.txt`

Install build tools:
`pip install build twine`

Build the package:
`python -m build`

Clean Previous Builds
`rm -rf dist build *.egg-info`
