Upgrade all python packages.
Project description
PIPUP
Python script for upgrading all python packages, which is still a big missing pip functionality.
The script runs pip list -o
command to get all outdated packages.
Then it creates a thread for all of the found upgradable packages and runs pip install -U %pckg
on them.
Installation
pip install pipu
Usage
python -m pipup [-h] [-l LIMIT] [-c] [-v]
optional arguments:
-h, --help
- show help message and exit-l LIMIT, --limit LIMIT
- set default upgrade try limit (default=3) allowing safely abort upgrade of a package after given number of tries-c, --check
- check if upgrade was successful at the and of the script; simply runspip list -o
again and check if the list is zero-v, --verbose
- not implemented yet
VERSIONS
- 1.1.0
- multiprocessing functionality replaced by threads
- 1.0.0
- created script for installing all packages
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pupg-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
pupg-0.0.1-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file pupg-0.0.1.tar.gz
.
File metadata
- Download URL: pupg-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6d9b488b1f3071b785a2dec0a12d269e7580d4dc1f20bdf403a91576d1bb1a5 |
|
MD5 | fe5643e33ebcb528004babf7f31be8d2 |
|
BLAKE2b-256 | 72889c1945acba4df118db0ce0dc829b013127ec8b440921ec0cf6f3f842e0b6 |
File details
Details for the file pupg-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pupg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf19c564c6dca91eef60ee9a7990ab8cc85a9d2e5108864fefcb8f43d781a94 |
|
MD5 | 640a9b6e311b90df5956ef30da8d210d |
|
BLAKE2b-256 | 6ebf9091c410c48a890c82a41d426dd1c141185de1000899977cab7983349668 |