| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| bundle.py | |||||
| completion.py | |||||
| freeze.py | |||||
| help.py | |||||
| install.py | |||||
| list.py | |||||
| search.py | |||||
| show.py | |||||
| uninstall.py | |||||
| unzip.py | |||||
| wheel.py | |||||
| zip.py |
from pip.commands.zip import ZipCommand
class UnzipCommand(ZipCommand):
"""Unzip individual packages."""
name = 'unzip'
summary = 'DEPRECATED. Unzip individual packages.'
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| bundle.py | |||||
| completion.py | |||||
| freeze.py | |||||
| help.py | |||||
| install.py | |||||
| list.py | |||||
| search.py | |||||
| show.py | |||||
| uninstall.py | |||||
| unzip.py | |||||
| wheel.py | |||||
| zip.py |