1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Georgi Valkov 7427eca00b remove global command instances
Rework the way commands are defined, loaded and ran in pip:

 - Commands are instantiated on demand in pip.main().

 - A command 'registry' - mapping of command names to command classes in
   pip.commands.__init__.

 - Remove deferred command module loading.
2012-11-10 15:30:16 +02:00
..
__init__.py remove global command instances 2012-11-10 15:30:16 +02:00
bundle.py remove global command instances 2012-11-10 15:30:16 +02:00
completion.py remove global command instances 2012-11-10 15:30:16 +02:00
freeze.py remove global command instances 2012-11-10 15:30:16 +02:00
help.py remove global command instances 2012-11-10 15:30:16 +02:00
install.py remove global command instances 2012-11-10 15:30:16 +02:00
search.py remove global command instances 2012-11-10 15:30:16 +02:00
show.py remove global command instances 2012-11-10 15:30:16 +02:00
uninstall.py remove global command instances 2012-11-10 15:30:16 +02:00
unzip.py remove global command instances 2012-11-10 15:30:16 +02:00
zip.py remove global command instances 2012-11-10 15:30:16 +02:00