python-project-generator 0.9.13-1ubuntu1 source package in Ubuntu

Changelog

python-project-generator (0.9.13-1ubuntu1) focal; urgency=medium

  * Fix iterating over a dictionary while removing elements.

 -- Matthias Klose <email address hidden>  Tue, 05 Nov 2019 09:18:13 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-project-generator_0.9.13.orig.tar.xz 52.8 KiB 562ba92a7edf4fc015363351a0cb8671b0820c833468f30785a99994c71c937d
python-project-generator_0.9.13-1ubuntu1.debian.tar.xz 4.6 KiB 221593058f93982da46de5e521e16bd03c62333b8fc93f48c78fc3d1505169b9
python-project-generator_0.9.13-1ubuntu1.dsc 2.4 KiB 86d1abec433ad067232c9533f2f56eda0f6445b40b9663d6a7e2ba06c7a22dd3

View changes file

Binary packages built by this source

python3-project-generator: project generators for various embedded tools (IDE)

 python-project-generator allows one to define an embedded hardware/software
 project in structured text (using YAML), and then generate IDE (integrated
 development environment) project files based on the defined rules.
 .
 python-project-generator currently generates projects for the following tools:
 .
  - CMake (GCC ARM)
  - CoIDE (GCC ARM)
  - Eclipse (Makefile with GCC ARM)
  - IAR
  - Makefile (ARMCC)
  - Makefile (GCC ARM)
  - Sublime Text (Makefile with GCC ARM)
  - uVision4 and uVision5
  - Visual Studio (Makefile with GCC ARM)
 .
 This package installs the library and `progen` helper script for Python 3.