Skip to main content

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

Project description

pymanage

GitHub stars PyPI version License

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

Installation

pip install pymanage

Usage

from pymanage import PackageManager

# Create a PackageManager instance
pm = PackageManager()

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

# Check if a package is installed
is_installed = pm.is_installed("numpy")
print(f"NumPy is installed: {is_installed}")

# Get information about an installed package
package_info = pm.get_package_info("pandas")
print(package_info)

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

Author

Social

License

This project is licensed under the Apache 2.0 License.

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.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

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