Skip to main content

Quarantined Installer for Python

Project description

PyPi Package Link Continuous Integration Documentation Status License Link

Qip is a Quarantine Installer for Python built over Pip and Wiz.

It uses Pip commands to query and install Python packages with its dependencies to specific locations in an isolated manner.

>>> qip install scipy
info: Requested 'scipy'
info:       Installed 'scipy-1.5.2'.
info:       Wiz definition created for 'scipy-1.5.2'.
info: Requested 'numpy>=1.14.5' [from 'scipy-1.5.2'].
info:       Installed 'numpy-1.19.2'.
info:       Wiz definition created for 'numpy-1.19.2'.
info: Packages installed: numpy-1.19.2, scipy-1.5.2
info: Package output directory: '/tmp/qip/packages'
info: Definition output directory: '/tmp/qip/definitions'

A Wiz definition is created for each package installed in order to safely use it within a protected environment.

>>> wiz -add /tmp/qip/definitions use scipy -- python

Documentation

Full documentation, including installation and setup guides, can be found at https://qip.readthedocs.io/en/stable/

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

qip-installer-2.4.1.tar.gz (58.8 kB view hashes)

Uploaded Source

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