python-uflash 1.2.4+dfsg-11 source package in Ubuntu

Changelog

python-uflash (1.2.4+dfsg-11) unstable; urgency=medium

  * Team Upload
  * remove depedency on old python3-mock
  * use new dh-sequence-python3

 -- Alexandre Detiste <email address hidden>  Thu, 21 Mar 2024 21:34:12 +0100

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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uflash_1.2.4+dfsg-11.dsc 2.3 KiB b6d22b25e68c18773da0a7dca88944742cfaef42da56fd2613fc9b5ec3591b6b
python-uflash_1.2.4+dfsg.orig.tar.gz 22.7 KiB 654ddded30c17e0cb4effad0fbe362dee74c324054aaa985a220d1d48d5816c0
python-uflash_1.2.4+dfsg-11.debian.tar.xz 7.2 KiB 2b28aecff0bc94c47d906a5c40e0af58e6849bc85e47f3b222e1090bdd3f5dbe

Available diffs

No changes file available.

Binary packages built by this source

python-uflash-doc: module and utility for flashing the BBC micro:bit (documentation)

 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the uflash documentation.

python3-uflash: module and utility for flashing the BBC micro:bit

 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the Python 3 module.