python-fire 0.5.0-1 source package in Ubuntu

Changelog

python-fire (0.5.0-1) unstable; urgency=medium

  * QA upload.
  * New upstream version 0.5.0
  * Add patch to fix ftbfs on python3.11. (Closes: #1026619)
  * Add Rules-Requires-Root.
  * Update d/copyright

 -- Bo YU <email address hidden>  Thu, 29 Dec 2022 21:47:16 +0800

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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-fire_0.5.0-1.dsc 2.0 KiB 7e8f29f4beeddf4a2521da900558ef2425c6dd522dbbccf39bdd869c913dec9c
python-fire_0.5.0.orig.tar.gz 103.2 KiB d938690524f9f12580fef92b1ddf42e64199fd079aecde2e2553c75c127f8ad2
python-fire_0.5.0-1.debian.tar.xz 2.8 KiB 6535a27fe18e620e422431ac45f1d3c0eef78a4be003e44c6a196ec6305c7911

Available diffs

No changes file available.

Binary packages built by this source

python3-fire: automatically generate CLIs from absolutely any Python object

 Python Fire is a library for automatically generating command line interfaces
 (CLIs) from absolutely any Python object.
 .
  * Python Fire is a simple way to create a CLI in Python.
  * Python Fire is a helpful tool for developing and debugging Python code.
  * Python Fire helps with exploring existing code or turning other people's
    code into a CLI.
  * Python Fire makes transitioning between Bash and Python easier.
  * Python Fire makes using a Python REPL easier by setting up the REPL with
    the modules and variables you'll need already imported and created.