Metadata-Version: 2.4
Name: pip_latest
Version: 1.2
Summary: A small package to update pip to latest
Author-email: Babith G <babithg@gmail.com>
Project-URL: Homepage, https://github.com/babithg/pip-latest
Project-URL: Issues, https://github.com/babithg/pip-latest/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pip-latest

A simple CLI tool to upgrade pip to its latest version or check if an update is available.

---

## Installation

Install from [PyPI](https://pypi.org/project/pip_latest/):

```bash
pip install pip_latest
```

---

## Source Code

Available on GitHub: [https://github.com/babithg/pip-latest](https://github.com/babithg/pip-latest)

---

## Usage

### Upgrade pip to the latest version

```bash
pip-latest get
```

Upgrades pip and prints the new version on success.

### Check if a newer version is available

```bash
pip-latest check
```

Compares your currently installed pip version against the latest release on PyPI and tells you if an update is available.

### Show help

```bash
pip-latest help
```

---

## Commands

| Command | Description |
|---------|-------------|
| `get`   | Upgrade pip to the latest version |
| `check` | Check if a newer version of pip is available |
| `help`  | Show usage help |

---

## License

MIT — see [LICENSE](LICENSE) for details.
