nudatus
module to remove comments from Python 3 scripts
Install
- All systems
-
curl cmd.cat/nudatus.sh
- Debian
-
apt-get install python3-nudatus
- Ubuntu
-
apt-get install python3-nudatus
- Kali Linux
-
apt-get install python3-nudatus
- Fedora
-
dnf install python3-nudatus
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-nudatus
- Dockerfile
- dockerfile.run/nudatus
python3-nudatus
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.