Plugins/UiExtensionPlugins/PipInterface/__init__.py

Sun, 09 Dec 2018 13:13:27 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Dec 2018 13:13:27 +0100
changeset 6619
1d34365c082c
parent 6257
4523c5e6dd43
child 6645
ad476851d7e0
permissions
-rw-r--r--

pip Interface: added an entry to select the virtual environment of the current project if it has one defined.

# -*- 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