Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

winpip-1.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

winpip-1.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page