python-invoke 1.7.0+ds-2 source package in Ubuntu

Changelog

python-invoke (1.7.0+ds-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 01:33:09 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-invoke_1.7.0+ds-2.dsc 2.1 KiB e26067a1bbde126f07a87c31c0a86959d96cfd1187f342f59a9ab5607a909a36
python-invoke_1.7.0+ds.orig.tar.gz 265.9 KiB 635defe368527adb8195c37c39aa2c803833902776a62947ba09b6c2eb095253
python-invoke_1.7.0+ds-2.debian.tar.xz 4.3 KiB 1894e9c61cd779273af933841bfe824d831270d039056111bf3f7306cf75a1af

Available diffs

No changes file available.

Binary packages built by this source

python3-invoke: Pythonic task execution - Python 3.x

 Invoke is a Python (2.6+ and 3.2+) task execution tool and library, drawing
 inspiration from various sources to arrive at a powerful and clean feature
 set.
 .
 Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
 clean, high level API for running shell commands and defining/organizing task
 functions from a tasks.py file.
 .
 From GNU Make, it inherits an emphasis on minimal boilerplate for common
 patterns and the ability to run multiple tasks in a single invocation.
 .
 Following the lead of most Unix CLI applications, it offers a traditional
 flag-based style of command-line parsing, deriving flag names and value types
 from task signatures.
 .
 Like many of its predecessors, it offers advanced features as well:
 namespacing, task aliasing, before/after hooks, parallel execution and more.
 .
 This package contains the Python 3.x module.