python-fire 0.5.0-3 source package in Ubuntu

Changelog

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

  * Team upload
  * Move to unstable

 -- Bastian Germann <email address hidden>  Fri, 01 Sep 2023 15:03:22 +0200

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fire_0.5.0-3.dsc 1.9 KiB aba2649bbe2706cd61d1baf0de6724a832678e417e9927dedf50d1512060b37c
python-fire_0.5.0.orig.tar.gz 103.2 KiB d938690524f9f12580fef92b1ddf42e64199fd079aecde2e2553c75c127f8ad2
python-fire_0.5.0-3.debian.tar.xz 2.9 KiB a41a28e3586a0a7601b7646c18e0ea54b4d067cd42cdd16a9cc037f6811ccb9a

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.