Metadata-Version: 2.4
Name: debugaid
Version: 1.0
Summary: A lightweight Python toolkit for debugging and performance analysis
Author: FelineFantasy
Author-email: mailsalavata5@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# debugaid

[![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.0-orange.svg)]()

A utility for analyzing code execution time and memory occupied by variables and files in Python.

## ✨ Features

- ⏱️ **Accurate measurement** of code execution time with 15 decimal places precision
- 💾 **Memory analysis** for variables and files
- 📏 **Multiple units** (bits, bytes, KB, MB, GB)
- 🛡️ **Error handling** with informative messages
- 🚀 **Simple and intuitive API**

## 📦 Installation

```bash
pip install debugaid
