-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.txt
47 lines (37 loc) · 2.11 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[general]
name=IPyConsole
qgisMinimumVersion=2.14
qgisMaximumVersion=3.99
description=IPython QGIS Console
version=version 2.0
author=Alessandro Pasotti
changelog=
2.0 Dark theme
1.9 Fixes #16 and #21 undefined dock
1.8 Fixes #10 and remove paypal link
1.7 Bring into front fixes #8 default to docked fixes #9
1.6 Console font selection in settings
1.5 tested on current master QGIS 3.0 with Qt5/Py3, added instructions for windows installation
1.4 removed limit IPython version == 3.1.0: now tested on Jupyter 1.0.0
1.3 fixed loading issue ans set IPython version == 3.1.0, thanks to "dmofot"
1.2 added error message in case IPython version is less than 3.1
1.1 added exception message to exception handler on IPython import
1.0 added option to hide help message, auto-resize for settings dialog
0.6 added option to launch at start, monkey patched IPython console resize
0.5 fixed propertize on classmethods, added option to disable
0.4 added configuration options for font size and default mode (window/dock)
added about dialog and links
0.3 fixed double prompt at start
0.2 better messages and usage instructions
0.1 first version
tags=console,ipython
tracker=https://github.com/elpaso/qgis-ipythonconsole/issues
homepage=http://www.itopen.it/qgis-and-ipython-the-definitive-interactive-console/
repository=https://github.com/elpaso/qgis-ipythonconsole
experimental=False
about=This plugin adds a Python console based on IPython.
IPython has full introspection support and TAB completion, syntax highlight, online help ad a lot of cool features you will love! Optionally, this plugin creates more "pythonic" interface to Qgs classmethods for an easier introspection and TAB completion of Qgs classes.
Note: you must separately install IPython and IPython Qt console to use this plugin. On a Debian-like distributions this is as easy as running "pip install 'ipython[all]==3.1.0 qtconsole' or (better) "pip install jupyter==1.0.0". To install packages with 'pip' you may need root/admin privileges.
; change icon...
icon=icons/icon.png