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
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
pipchecker-0.0.4.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for pipchecker-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50b513bc5698985a4634728df060c362b7b62eb93ce75e3150c0bd197be8dd2d |
|
MD5 | ea7aee41e090a09e76f9d402fd211e0e |
|
BLAKE2b-256 | 18366a7cf1dfd500566e06256972830c28e0d86a558cdce43fd3b7c99f97191e |