Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricelambert/upgradepippackages
This package is a tool to upgrade python packages faster and easiest.
https://github.com/mauricelambert/upgradepippackages
packages pip pypi-package python3 upgrade-tool upgrades
Last synced: about 1 month ago
JSON representation
This package is a tool to upgrade python packages faster and easiest.
- Host: GitHub
- URL: https://github.com/mauricelambert/upgradepippackages
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2021-08-04T17:54:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T10:33:22.000Z (over 3 years ago)
- Last Synced: 2023-09-29T01:11:26.318Z (about 1 year ago)
- Topics: packages, pip, pypi-package, python3, upgrade-tool, upgrades
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UpgradePipPackages
## Description
This package is a tool to upgrade python packages faster and easiest.
## Requirements
This package require:
- python3
- python3 Standard Library## Installation
```bash
pip install UpgradePipPackages
```## Usages
### Command line
```bash
pipupgrade -h # Help message
pipupgrade --help # Help messagepipupgrade # Upgrade all packages
pipupgrade WebScripts UpgradePipPackages # Upgrade WebScripts and UpgradePipPackages only
pipupgrade # Upgrade all packages, using command line
python3 -m UpgradePipPackages # Upgrade all packages, using python package
python3 UpgradePipPackages.pyz # Upgrade all packages, using python executable
```### Python script
```python
from UpgradePipPackages import main
main()
``````python
import UpgradePipPackages
UpgradePipPackages.main()
```## Links
- [Pypi](https://pypi.org/project/UpgradePipPackages)
- [Github](https://github.com/mauricelambert/UpgradePipPackages)
- [Documentation](https://mauricelambert.github.io/info/python/code/UpgradePipPackages.html)
- [Python executable](https://mauricelambert.github.io/info/python/code/UpgradePipPackages.pyz)## Pictures
![Kali not asynchronous](https://mauricelambert.github.io/info/python/code/pipupgrade2.png "Kali not asynchronous")
![Windows asynchronous](https://mauricelambert.github.io/info/python/code/pipupgrade1.png "Windows asynchronous")## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).