Metadata-Version: 2.4
Name: pyessential
Version: 0.1.0
Summary: A growing collection of Python utilities and decorators.
Home-page: https://github.com/Abhi39054/PyEssential.git
Author: Abhishek Kumar
Author-email: abhishekkumar39054@gmail.com
Maintainer: Abhishek Kumar
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🐍 PyEssential

**A growing collection of Python utilities and decorators to simplify common development tasks.**

---

[![PyPI version](https://img.shields.io/pypi/v/pyessential.svg)](https://pypi.org/project/pyessential/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

## ✨ Features

`PyEssential` aims to be the go-to library for small, reusable tools that you often find yourself writing from scratch.

* **Performance:** Includes the ready-to-use `@timeit` decorator for simple function benchmarking.
* **Code Clarity:** Provides utility functions for common tasks like string manipulation (e.g., casing). (Coming soon!)
* **Scalability:** Structured for easy addition of new utility groups (e.g., `networking`, `file_io`, `validation`).

## 🚀 Installation

`PyEssential` is currenlty still in development stage. Once development is completed, It will be published in the Pypi for the community to use.


```bash
pip install pyessential
```
