python-nudatus 0.0.5-4 source package in Ubuntu

Changelog

python-nudatus (0.0.5-4) unstable; urgency=medium

  * d/patches
    - explicitly-raise-tokenerror: Fix patch metadata

 -- Nick Morrott <email address hidden>  Fri, 23 Feb 2024 03:07:26 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nudatus_0.0.5-4.dsc 2.1 KiB 489fdb701255793db5db80ae4b1eb19867073aaf0d9dcee9104e443e3024b19d
python-nudatus_0.0.5.orig.tar.xz 8.9 KiB 389aa95e773a4132e6f79688ef27e1b048e5136d0b408c4a36dbd8b1b0620e3c
python-nudatus_0.0.5-4.debian.tar.xz 5.1 KiB 3cb2cdd1dc3fc1a3d8131f3c41c74daa94add9aa2f7082b6827e059da9cd62ef

Available diffs

No changes file available.

Binary packages built by this source

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.