DOKK / manpages / debian 12 / python3-nudatus / nudatus.1.en
NUDATUS(1) User Commands NUDATUS(1)

nudatus - remove comments from Python 3 scripts

nudatus input [output]

nudatus --version

nudatus -h

nudatus is a utility 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), but it should be suitable for similar platforms with restricted storage capacity.

a Python script to remove comments from
a file to write the stripped Python script to. If output is not specified, output will be written to STDOUT.

print version number and exit
print help, then exit

Remove comments from the script script.py and write the stripped file to script-min.py:

nudatus script.py script-min.py
    

Upstream bug tracker: https://github.com/ZanderBrown/nudatus/issues

Copyright 2018 Zander Brown

This manual page was created by Nick Morrott <nickm@debian.org> for the Debian GNU/Linux system, but may be used by others.

mu-editor(1), uflash(1)

December 2018 0.0.5