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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: mu-editor
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
fonts-inconsolata,
pandoc,
python3 (>= 3.6),
python3-appdirs (>= 1.4.3),
python3-matplotlib (>= 2.2.2),
python3-mock,
python3-nudatus,
python3-pil,
python3-pycodestyle (>= 2.4.0),
python3-pyflakes (>= 2.0.0),
python3-pyqt5 (>= 5.11.3),
python3-pyqt5.qsci (>= 2.10.4),
python3-pyqt5.qtchart (>= 5.10.1),
python3-pyqt5.qtserialport (>= 5.11.3),
python3-pytest,
python3-pytest-random-order,
python3-pytest-xvfb,
python3-qtconsole (>= 4.3.1),
python3-requests,
python3-semver (>= 2.0.1),
python3-serial (>= 3.4),
python3-setuptools,
python3-sphinx,
python3-tk,
python3-uflash,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://codewith.mu/
Vcs-Browser: https://salsa.debian.org/python-team/packages/mu-editor
Vcs-Git: https://salsa.debian.org/python-team/packages/mu-editor.git
Package: mu-editor
Architecture: all
Depends:
fonts-inconsolata,
python3 (>= 3.6),
python3-guizero,
python3-pyqt5,
python3-pyqt5.qsci,
python3-pyqt5.qtchart,
python3-pyqt5.qtserialport,
python3-qtconsole,
python3-uflash,
${misc:Depends},
${python3:Depends},
Suggests:
mu-editor-doc,
python3-gpiozero,
python3-pigpio,
Description: simple editor for beginner Python programmers
Mu is a simple code editor for beginner programmers, based on extensive
feedback from teachers and learners. Having said that, Mu is for anyone
who wants to use a simple "no frills" editor.
.
Mu is a modal editor with modes for:
.
* standard Python 3 (including a graphical debugger)
* the micro:bit's version of MicroPython
* Adafruit's CircuitPython
* Pygame Zero
.
Some modes provide read-eval-print loop (REPL) support, either running on
a connected CircuitPython or MicroPython device, or as a Jupyter-based
iPython session in Python3 mode.
.
This package contains the Mu editor. Detailed online user documentation
and tutorials for the Mu editor are available from within the editor,
or at https://codewith.mu
Package: mu-editor-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
www-browser,
Description: simple editor for beginner Python programmers (documentation)
Mu is a simple code editor for beginner programmers, based on extensive
feedback from teachers and learners. Having said that, Mu is for anyone
who wants to use a simple "no frills" editor.
.
Mu is a modal editor with modes for:
.
* standard Python 3 (including a graphical debugger)
* the micro:bit's version of MicroPython
* Adafruit's CircuitPython
* Pygame Zero
.
Some modes provide read-eval-print loop (REPL) support, either running on
a connected CircuitPython or MicroPython device, or as a Jupyter-based
iPython session in Python3 mode.
.
This package contains the developer documentation for the Mu editor. Detailed
user documentation and tutorials for the Mu editor are available from within
the editor, or at https://codewith.mu
|