python-project-generator 0.11.0-1 source package in Ubuntu

Changelog

python-project-generator (0.11.0-1) unstable; urgency=medium

  * New upstream version 0.11.0
  * d/copyright:
    - Add copyright information for upstream additions
  * d/progen.1.md.in:
    - Refresh manpage with new progen command options
  * d/salsa-ci.yml:
    - Add Salsa CI pipeline

 -- Nick Morrott <email address hidden>  Sun, 07 Feb 2021 06:31:18 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-project-generator_0.11.0-1.dsc 2.3 KiB bc8b33c7aae0705dc81688de1f659afa85a8474a9c432c7762ad1a400abdeaf5
python-project-generator_0.11.0.orig.tar.xz 57.2 KiB 316f762fa1a1cb160d54b6331b4db8ac697b4eb879a250b5b6a727ebd55ac7a0
python-project-generator_0.11.0-1.debian.tar.xz 5.4 KiB 4c2bdec0e76cfaa226ea328f00edb3f55be4b4b8454f6e1b730619a3c36979d7

Available diffs

No changes file available.

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.