python-invoke 2.0.0-1 source package in Ubuntu

Changelog

python-invoke (2.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Remove patch unvendorize-six-and-yaml.patch, fixed upstream

 -- Antoine Beaupré <email address hidden>  Thu, 26 Jan 2023 15:17:00 -0500

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-invoke_2.0.0-1.dsc 1.8 KiB 08943d9062176ea9488b9f67e7cae5a3e419e5bb298b77ff2cc5a8c03b22215a
python-invoke_2.0.0.orig.tar.gz 300.8 KiB 3678ca16e40dcaa9b3f51975ad0ef7577d3030ec319dfcd045828749799fa29a
python-invoke_2.0.0-1.debian.tar.xz 3.5 KiB 376133da39b65c6fba070d71728834b2ddb4104b6c9e0db05f8bf997c51bc0f9

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.