Metadata-Version: 2.1
Name: tracklogging
Version: 0.1.0
Summary: A logging package for tracing function calls with error handling and email notification
Author: Yinghao Li
Author-email: shiyi.yinghao@gmail.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# TraceLog

TraceLog is a logging package for tracing function calls with error handling and email notification.

## Installation

You can install TraceLog using pip:

```bash
pip install tracelog

