python-click-repl 0.3.0-1 source package in Ubuntu

Changelog

python-click-repl (0.3.0-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 0.3.0
  * remove old dependency on python3-six
  * use new dh-sequence-python3
  * set Rules-Requires-Root: no

 -- Alexandre Detiste <email address hidden>  Wed, 07 Feb 2024 23:48:46 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click-repl_0.3.0-1.dsc 2.1 KiB bb39fa5e1be4fc2aaf03b3ed345ea764228881f1cc9503cb9d43a39bd97ed654
python-click-repl_0.3.0.orig.tar.gz 10.2 KiB 17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69ced26a9
python-click-repl_0.3.0-1.debian.tar.xz 2.5 KiB 1349a873f4f69ab5e3e542726b5674596f0f6accd1bda7f1c4f9e881ae9b1eb4

Available diffs

No changes file available.

Binary packages built by this source

python3-click-repl: REPL plugin for Click - Python 3.x

 Click is a Python package for creating beautiful command line interfaces
 in a composable way with as little code as necessary. It's the "Command
 Line Interface Creation Kit". It's highly configurable but comes with
 sensible defaults out of the box.
 .
 It aims to make the process of writing command line tools quick and fun
 while also preventing any frustration caused by the inability to implement
 an intended CLI API.
 .
 This package provides a REPL plugin for click.