Quarantined Installer for Python
Project description
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/
Copyright
Copyright (C) 2018, The Mill
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
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
File details
Details for the file qip-installer-2.4.1.tar.gz
.
File metadata
- Download URL: qip-installer-2.4.1.tar.gz
- Upload date:
- Size: 58.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cbb2e4423b4b13f536941b3d72435788f0bf0e047228bc7ed57eabbe244f51c |
|
MD5 | f2375cb70f44345765d3e825eeb38919 |
|
BLAKE2b-256 | d89235161d8229cb164eba17035499fa58794bec143ba10ec29280a39b137932 |