.\" Automatically generated by Pandoc 2.2.1 .\" .TH "NUDATUS" "1" "December 2018" "0.0.4" "User Commands" .hy .SH NAME .PP \f[B]nudatus\f[] \- remove comments from Python 3 scripts .SH SYNOPSIS .PP \f[B]nudatus\f[] \f[I]input\f[] [\f[I]output\f[]] .PP \f[B]nudatus\f[] \f[B]\-\-version\f[] .PP \f[B]nudatus\f[] \f[B]\-h\f[] .SH DESCRIPTION .PP nudatus is a utility to remove comments from Python 3 scripts. .PP 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. .SH ARGUMENTS .TP .B input a Python script to remove comments from .RS .RE .TP .B output a file to write the stripped Python script to. If output is not specified, output will be written to STDOUT. .RS .RE .SH OPTIONS .TP .B \-\-version print version number and exit .RS .RE .TP .B \-h print help, then exit .RS .RE .SH EXAMPLES .PP Remove comments from the script script.py and write the stripped file to script\-min.py: .IP .nf \f[C] nudatus\ script.py\ script\-min.py \f[] .fi .SH REPORTING BUGS .PP Upstream bug tracker: https://github.com/ZanderBrown/nudatus/issues .SH COPYRIGHT .PP Copyright 2018 Zander Brown .SH AUTHOR .PP This manual page was created by Nick Morrott for the Debian GNU/Linux system, but may be used by others. .SH SEE ALSO .PP \f[B]mu\-editor(1)\f[], \f[B]uflash(1)\f[]