Metadata-Version: 2.1
Name: loggingontips
Version: 0.1.1
Summary: loggingontips is a library which makes logging flexible and easy to use without bothering about log management.
Home-page: https://github.com/tanishq0917t/loggingontips
Author: Tanishq Rawat
Author-email: tanishqrawat8@gmail.com
License: MIT
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
License-File: LICENSE

# LoggingOnTips

`loggingontips` is a Python package that simplifies logging setup and configuration. It eliminates the need for manual handling by allowing users to configure various logging parameters effortlessly, such as log file names and file rotations based on timestamps, file size, or the number of logs.

## Features

- **Customizable Logging**: Set log file names and configure rotation settings with ease.
- **File Rotation**:
  - By timestamp.
  - By file size.
  - By number of logs.
- **Synchronous Logging**: Fully supported.
- **Asynchronous Logging**: Coming soon in future releases!

## Installation

Install the package using pip:

```bash
pip install loggingontips
