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
|
Source: python-nudatus
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,
pandoc,
python3-all,
python3-pytest,
python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/ZanderBrown/nudatus
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nudatus
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nudatus.git
Rules-Requires-Root: no
Package: python3-nudatus
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: module to remove comments from Python 3 scripts
Nudatus was created to help fit longer, heavily-documented Python programs
onto the micro:bit single-board computer (SBC). It should be suitable for
similar platforms with restricted storage capacity.
.
Although the library is designed to be embedded, this package also provides
the `nudatus` CLI utility.
.
Nudatus uses the tokenizer built into Python, so only supports the syntax of
the version of Python it's running on.
.
This package installs the library and CLI utility for Python 3.
|