This Lets the windows interpreter programmer to manage pip commands in python programme
Project description
#WIN-PIP
A Python to automate the work of "PIP" command in command line interface through Python Programmes for WINDOWS PYTHON INTERPRETER USERS
#USAGE
There are many functions that you can use to manage the pip module commands all at once
1)pip_installed_list()
it is a function that gets the list of all installed pip_modules except "pip" and "setuptools" it returns the data to a list data structure it won't take any Parameters
2)pip_outdated_list()
it is a function that gets the list of all OUTDATED Packages that are installed except "pip" it returns the data to a list data struucture it won't take any Parameters
3)install_pip_module() This function lets you install one pip module at once,only one parameter is allowed parameters :: module Name parameter_type ::string
4)install_pip_modules() This function lets you install one or more modules at a time ,only one parameter is allowed parameters :: a list contains all the names of pacakages parameter_type ::list
5)uninstall_pip_module() This function lets you uninstall one pip module at once,only one parameter is allowed parameters :: module Name parameter_type ::string
6)uninstall_pip_modules() This function lets you uninstall one or more modules at a time ,only one parameter is allowed parameters :: a list contains all the names of pacakages parameter_type ::list
7)update_pip_module() This function lets you update one pip module at once,only one parameter is allowed parameters :: module Name parameter_type ::string
8)update_pip_modules() This function lets you update one or more modules at a time ,only one parameter is allowed parameters :: a list contains all the names of pacakages parameter_type ::list
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file winpip-1.0.tar.gz.
File metadata
- Download URL: winpip-1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871c00d3e6d59c36cc8fa6054d0a42871ea086a9094b3a375eaf5681e5b9ae6a
|
|
| MD5 |
97bbc2da8884ab2990385c57e3ba15a1
|
|
| BLAKE2b-256 |
4c8e1321c6ecd81ea16ba67b920a5ae222b9249479ad4745711975918fc930de
|
File details
Details for the file winpip-1.0-py3-none-any.whl.
File metadata
- Download URL: winpip-1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1258544c094873d914023024c9ecead54840f99ca8108e16e040d831b3318b6e
|
|
| MD5 |
5e5e12101d9a4f5c09e4abb35960022d
|
|
| BLAKE2b-256 |
d2aad8e4ba1ff362a971c41ff239fc0798abe8663966fb519aeef092feee276b
|