Metadata-Version: 2.4
Name: pyautofix
Version: 0.1.0
Summary: Legendary Python auto-import and auto-install fixer library
Home-page: https://github.com/CherryHafez/PyAutoFix
Author: Ahmed Hafez
Author-email: Ahmed Hafez <ahmed.baligh142@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/CherryHafez/PyAutoFix
Project-URL: Repository, https://github.com/CherryHafez/PyAutoFix
Project-URL: Documentation, https://github.com/CherryHafez/pyautofix#readme
Keywords: auto-import,fixer,installer,PyPI,Python,developer,data-science,AI,gaming,content-creation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# PyAutoFix

**Legendary Python auto-import & auto-install fixer library**

## Features
- Detects missing imports in Python code
- Auto-install missing PyPI packages (toggleable)
- Handles abbreviations (`np → numpy`, `pd → pandas`, etc.)
- Supports `from module import name` style
- Fully configurable via `Config`
- Batch processing and notebook mode
- 150+ popular libraries pre-mapped
- Logging, dry-run, emoji logs, color logs
- Backup original code before fixing
- Compatible with virtual environments

## Installation
```bash
pip install pyautofix
