Metadata-Version: 2.4
Name: autopyperf
Version: 0.1.0
Summary: A lightweight automatic Python performance analyzer and optimizer.
Home-page: https://github.com/yourusername/autopyperf
Author: Your Name
Author-email: Your Name <youremail@example.com>
License: MIT
Keywords: performance,profiler,optimizer,python
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: home-page
Dynamic: license-file
Dynamic: requires-python

# ⚡ autopyperf

**autopyperf** is a lightweight Python module that automatically profiles your code and suggests simple optimizations — no external data, no setup, just pure Python.

---

## 🚀 Features
- ⏱️ Function-level timing with `@profile_function`
- 🧮 Full-script performance analysis with `profile_script()`
- 💡 Simple static code suggestions with `suggest_optimizations()`
- 🧰 No dependencies — just plug and play

---

## 📦 Installation
Once published to PyPI:
```bash
pip install autopyperf
