Metadata-Version: 2.1
Name: kom_python_logging
Version: 0.2
Summary: A logging package for Python applications
Home-page: https://github.com/KominskyOrg/kom-python-logging
Author: Jared Kominsky
Author-email: 83463012+jaredkominsky@users.noreply.github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# My Logging Package

A simple logging package for Python applications.

## Installation

You can install the package using pip:

```bash
pip install git+https://github.com/yourusername/my_logging_package.git
