Metadata-Version: 2.4
Name: py-pkg-updater
Version: 0.1.1
Summary: A small CLI tool to check and upgrade outdated pip packages.
Author: Ali Esmaeilzadeh
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/update-python-packages
Project-URL: Repository, https://github.com/yourusername/update-python-packages
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# py-pkg-updater

A simple command-line tool for checking and upgrading outdated Python packages in your current environment.

`py-pkg-updater` helps you quickly inspect outdated `pip` packages, review the current and latest versions, and upgrade selected packages directly from the terminal.

---

## Features

- Detect outdated packages using `pip list --outdated`
- Display outdated packages in a clean terminal table
- Upgrade all packages or selected packages only
- Supports both package names and numeric selection
- Uses Rich for a better terminal interface when available
- Falls back to plain terminal output if Rich is not installed

---

## Installation

Install from PyPI:

```bash
pip install py-pkg-updater
