Metadata-Version: 2.4
Name: kagglog
Version: 0.2.0
Summary: Simple exception logging for Kaggle notebooks
Author: Brij Patel
Author-email: Brij Patel <brijrpatel076@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/your-package
Project-URL: Bug Tracker, https://github.com/yourusername/your-package/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Kaggle Error Logger

A simple utility to log unhandled exceptions in Kaggle notebooks (and other Python environments).

## Installation

```bash
pip install kaggle-error-logger  # or your package name
```
