Metadata-Version: 2.2
Name: pip-upgrade-all
Version: 0.1.6
Summary: A tool to upgrade all outdated Python packages to their latest versions
Home-page: https://github.com/RenjiYuusei/pip-upgrade-all
Author: Yuusei
Author-email: daoluc.yy@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pip-upgrade-all  

Simple command line tool to upgrade all Python packages to the latest version.

## Install

```bash
pip install pip-upgrade-all
```

## Usage

Run the basic command:

```bash
pip-upgrade-all
```


## Features

- 🔄 Automatically detect outdated packages
- ⚡ Upgrade multiple packages concurrently (default)
- 🎯 Command line interface with emoji

## Requirements

- Python 3.10 or higher

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) for more details. 
