Skip to main content

A simple and versatile Python package manager for automating installation and verification across platforms.

Project description

pipmaster

GitHub stars PyPI version License

PipMaster

PipMaster is a Python package manager utility that simplifies package installation, updating, and information retrieval.

Installation

pip install pipmaster

Usage

import pipmaster as pm

# Install a package
pm.install("requests")

# Install a specific version
pm.install_version("numpy", "1.21.0")

# Check if a package is installed
if pm.is_installed("scipy"):
    print("SciPy is installed!")

# Get package info
info = pm.get_package_info("matplotlib")
if info:
    print(info)

# Install or update a package
pm.install_or_update("pandas")

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

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

pipmaster-0.1.6.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

pipmaster-0.1.6-py3-none-any.whl (7.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