Metadata-Version: 2.4
Name: kiwilog
Version: 0.1.3
Summary: Colored logging utility for Python
Author: cCocoa
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Dynamic: requires-python

<div align="center">

# 🥝 KiwiLog

### A **beautiful, colorful logging utility** for Python

![Python](https://img.shields.io/badge/Python-3.x-blue?style=for-the-badge&logo=python)
![Status](https://img.shields.io/badge/status-active-success?style=for-the-badge)
![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)

Elegant • Minimal • Readable • Colorful

</div>

---

# ✨ Overview

**KiwiLog** is a lightweight Python logging utility designed to make terminal output **clean, colorful, and easy to read**.

Instead of dealing with complex logging frameworks, KiwiLog provides **simple functions** for common log types.

Perfect for:

- CLI tools
- scripts
- debugging
- automation
- bots
- development utilities

---

# 📦 Installation

```bash
pip install kiwilog
