Metadata-Version: 2.4
Name: tool-optimus-log-collector
Version: 0.1.0
Summary: Async logging collector service for Azure Blob Storage
Home-page: https://github.com/WZBDCZ_gme/GM-GPD-DevTest/TOOL_OPTIMUS_LOG_COLLECTOR
Author: Your Name
Author-email: manish.kokse@gm.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: azure-storage-blob
Requires-Dist: azure-identity

# azure-blob-logger-async

An asynchronous logging handler that writes logs to Azure Blob Storage using `append_blob`.

## Install

```bash
pip install git+https://github.com/your-org/azure-blob-logger-async.git
