Skip to main content

A package for checking pip packages

Project description

Pipcheck

This is a simple package used to check if a pip package is installed

Usage

In your python script simply import the module and use as follows
from pipchecker import pipcheck

pipcheck.main('requests')

Where 'requests' is the package to check if it is installed. If the package is installed this should return 'requests is already installed in your system'.
Similarly if the package is not installed in your system or python enviornment,
it will return 'requests is currently not installed in your system'

Project details


Download files

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

Source Distribution

pipchecker-0.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pipchecker-0.0.4-py3-none-any.whl (2.9 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