![]() |
Rosetta
2019.12
|
Classes | |
class | ez_setup.ContextualZipFile |
Namespaces | |
ez_setup | |
Variables | |
ez_setup.USER_SITE = None | |
string | ez_setup.DEFAULT_VERSION = "33.1.1" |
string | ez_setup.DEFAULT_URL = "https://pypi.io/packages/source/s/setuptools/" |
ez_setup.DEFAULT_SAVE_DIR = os.curdir | |
string | ez_setup.DEFAULT_DEPRECATION_MESSAGE = "ez_setup.py is deprecated and when using it setuptools will be pinned to {0} since it's the last version that supports setuptools self upgrade/installation, check https://github.com/pypa/setuptools/issues/581 for more info; use pip to install setuptools" |
string | ez_setup.MEANINGFUL_INVALID_ZIP_ERR_MSG = 'Maybe {0} is corrupted, delete it and try again.' |