Plugins/UiExtensionPlugins/PipInterface/__init__.py

Mon, 02 Jul 2018 18:18:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 02 Jul 2018 18:18:23 +0200
changeset 6394
17ecf4a340e7
parent 6257
4523c5e6dd43
child 6645
ad476851d7e0
permissions
-rw-r--r--

pip: improved the determination of the default environment for editing the pip configuration file.

# -*- coding: utf-8 -*-

# Copyright (c) 2015 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the various pip dialogs and data.
"""

from __future__ import unicode_literals

DefaultPyPiUrl = "https://pypi.org"
DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi"
DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"

eric ide

mercurial