Metadata-Version: 2.4
Name: updapips
Version: 0.1.3
Summary: Upgrade outdated python packages via PIP
Author-email: Ed Waldner <waldevburry@proton.me>
Maintainer-email: Ed Waldner <waldevburry@proton.me>
Project-URL: Homepage, https://github.com/ew98/updapips
Project-URL: Documentation, https://github.com/ew98/updapips/wiki/UpDaPips
Project-URL: Issues, https://github.com/ew98/updapips/issues
Keywords: util,utility
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete
Requires-Dist: distro
Requires-Dist: quickcolor
Requires-Dist: delayviewer
Requires-Dist: showexception
Dynamic: license-file

# UpDaPips

**UpDaPips** is a command line package to upgrade outdated PIP packages in the current environment

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install **updapips**.

```bash
pip install updapips
```

## CLI Utility

The following CLI is provided in this package.

```bash
╰─ updapips -h                                                                                                                           ─╯
usage: updapips [-h] [--version] {show.all.pip.pkgs,show.outdated.pip.pkgs,upgrade.pips} ...

-.-.-. Update PIPs utility!

positional arguments:
  {show.all.pip.pkgs,show.outdated.pip.pkgs,upgrade.pips}
    show.all.pip.pkgs   show all PIP packages installed in current virt env
    show.outdated.pip.pkgs
                        show PIP packages in virtual env that are outdated
    upgrade.pips        updgrade all outdated PIP pkgs

options:
  -h, --help            show this help message and exit
  --version             top-level package version

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
```


## License

[MIT](https://choosealicense.com/licenses/mit/)

