cric 0.1.0.dev0
Latest version
Released:
A simple wheel file installer
Navigation
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (MIT)
- Author: UNKNOWN
- Tags wheel , install
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Small library extracted from pip code to easily install wheel files programatically
from cric import install_wheel
scheme = {
'lib': '/some/path',
'platlib': '/some/path',
}
install_wheel('/home/user/pip-9.0.1-py2.py3-any-none.whl', scheme)
from cric import install_wheel
scheme = {
'lib': '/some/path',
'platlib': '/some/path',
}
install_wheel('/home/user/pip-9.0.1-py2.py3-any-none.whl', scheme)
Project details
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (MIT)
- Author: UNKNOWN
- Tags wheel , install
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic