Metadata-Version: 2.4
Name: hackwrap
Version: 0.2.0
Summary: Hack and wrap Python function with decorators.
Home-page: https://github.com/kareemhashash/hackwrap
Author: Kareem Hashash
Author-email: kareemhashash2020@gmail.com
License: MIT
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.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# hackwrap

**Version: 0.2.0**  
*A powerful decorator-based module to "hack" Python functions and classes — inject, modify, or protect behavior dynamically.*

---

## ✨ Features

- 🔄 Inherit function behavior dynamically
- 🧬 Inject modules and variables into functions
- 🧵 Auto-thread or async-wrap functions
- 🔒 Make functions private, undeletable, or uncallable
- ♻️ Promote functions to global scope or recover deleted ones
- 🧪 Inspect source, signature, decorators, and annotations via the `this` global object
- ⚙️ Create universal operator-overloading wrappers using `onment`

---

## Installation

```bash
pip install hackwrap
