Your message dated Sat, 27 Feb 2021 14:10:20 +0000
with message-id <e1lg0iw-000azc...@fasolo.debian.org>
and subject line Bug#978694: fixed in typer 0.3.2-1~exp1
has caused the Debian Bug report #978694,
regarding ITP: python3-typer -- command line parsing library based on type hints
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
978694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name    : python3-typer
  Version         : 0.3.2
  Upstream Author : Sebastián Ramírez
* URL             : https://github.com/tiangolo/typer
* License         : MIT
  Programming Lang: Python 3.6+
  Description     : command line parsing library based on type hints

Typer is a library for building CLI applications that users will love using and 
developers will love creating. Based on Python 3.6+ type hints.

The key features are:

 * Intuitive to write: Great editor support. Completion everywhere. Less time 
debugging. Designed to be easy to use and learn. Less time reading docs.
 * Easy to use: It's easy to use for the final users. Automatic help, and 
automatic completion for all shells.
 * Short: Minimize code duplication. Multiple features from each parameter 
declaration. Fewer bugs.
 * Start simple: The simplest example adds only 2 lines of code to your app: 1 
import, 1 function call.
 * Grow large: Grow in complexity as much as you want, create arbitrarily 
complex trees of commands and groups of subcommands, with options and arguments.

E.g. this code:

    import typer
    
    def main(name: str):
        typer.echo(f"Hello {name}")
    
    if __name__ == "__main__":
        typer.run(main)

is enough to enable this:

    $ python main.py --help
    
    Usage: main.py [OPTIONS] NAME
    
    Arguments:
      NAME  [required]
    
    Options:
      --install-completion  Install completion for the current shell.
      --show-completion     Show completion for the current shell, to copy it 
or customize the installation.
      --help                Show this message and exit.

P.S. I don’t have an immediate use for this, so I’m filing it as an RFP, but
I intend to package it some time soon if nobody beats me to it.

-- 
Cheers,
  Andrej

--- End Message ---
--- Begin Message ---
Source: typer
Source-Version: 0.3.2-1~exp1
Done: Sergio de Almeida Cipriano Junior <sergios...@hotmail.com.br>

We believe that the bug you reported is fixed in the latest version of
typer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 978...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergio de Almeida Cipriano Junior <sergios...@hotmail.com.br> (supplier of 
updated typer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jan 2021 18:19:27 -0300
Source: typer
Binary: python-typer-doc python3-typer
Architecture: source all
Version: 0.3.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Sergio de Almeida Cipriano Junior <sergios...@hotmail.com.br>
Description:
 python-typer-doc - Python library for building CLI applications (common 
documentatio
 python3-typer - Python library for building CLI applications (Python 3)
Closes: 978694
Changes:
 typer (0.3.2-1~exp1) experimental; urgency=medium
 .
   * Initial release (Closes: #978694).
Checksums-Sha1:
 0fdc8006b90b2f14a0e5ca789527e517ec5b79c5 2382 typer_0.3.2-1~exp1.dsc
 cfe06316c8a1c9bcc622e5576b69a9cecc1aa58f 202329 typer_0.3.2.orig.tar.gz
 33498d242b21269951ace0166c9e2ff862ec59fa 11420 typer_0.3.2-1~exp1.debian.tar.xz
 eba3002ca9e043522564eb0a1e299d13a3471d4b 186804 
python-typer-doc_0.3.2-1~exp1_all.deb
 8820adebd25b1549ed7d88d8299c5d0c35e831a8 19532 
python3-typer_0.3.2-1~exp1_all.deb
 9059ea98883738c86583fb93aa1b05f26a78e8fc 8913 
typer_0.3.2-1~exp1_amd64.buildinfo
Checksums-Sha256:
 dc60d7641d6a9193f1abd92992a4a1ba3ab61f26e8c35aaf6185ac25681925bb 2382 
typer_0.3.2-1~exp1.dsc
 d5998411e6e4bfd1455105e07634b9f464cec26e7be5485542961627303d5c9c 202329 
typer_0.3.2.orig.tar.gz
 1cd220206971502d9b1ec646723b50f35ef88857fd183c5be433a428e230d609 11420 
typer_0.3.2-1~exp1.debian.tar.xz
 f473bda34bb36756a2a2268207b9a2c78ae959fe47f5b4f1262d41ac10e96004 186804 
python-typer-doc_0.3.2-1~exp1_all.deb
 7af77f3a1e913129d8c2a2d0cf44cf7171da6f7713f3d0fe6da0e68320d33860 19532 
python3-typer_0.3.2-1~exp1_all.deb
 ff6e4363845c32a60d1c540f3b060a6178ce9bd87f0ea9ca43db8c741f6f9a3d 8913 
typer_0.3.2-1~exp1_amd64.buildinfo
Files:
 430103f6a9ea640cf7a0502bdeea1552 2382 python optional typer_0.3.2-1~exp1.dsc
 fa56bd48cf771f7c45b50de78c7a7e3d 202329 python optional typer_0.3.2.orig.tar.gz
 bf97e228e77b6504353aa29b4b2eb834 11420 python optional 
typer_0.3.2-1~exp1.debian.tar.xz
 14a3a374a5fd2f27cf81b7db4dd9c0b6 186804 doc optional 
python-typer-doc_0.3.2-1~exp1_all.deb
 78b130ba05077b20386f4254d10ea839 19532 python optional 
python3-typer_0.3.2-1~exp1_all.deb
 43ec51dabfe9e188fae136f458ab1286 8913 python optional 
typer_0.3.2-1~exp1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmAoX4IUHHNlcmdpb2Rq
QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjbSlBAAkA/d+pAm+IQ2r0lSwHWQhvsG6VWe
IYUDv80C6/V83aN624Le+X4PbLa7THRE/wbrSjKQi2/TngmM5tvz+VpAa4Je4aLt
uFcyJv9macHxtXFpq10tre9Ps5yVLH2cDCNHIJjJ3ssxXAQAQGwLEUM+tYH6FohB
SbyMAdBkJ1Es2CtvNwEGhwRG9mM5sd8M0PTv5XypnrJngDbsfIkdDszRLH/NUjuq
sJWVRC6czhFZMp70LhHnsXDcrSvyqevhDexnW1oYe0TTrspoB8cYm1+OPA4momEK
uM2G+w8uXx5T/Gh20TJhAXEAlRpagBtx9P7gUUey+2UBXHDq/MpR9baRcjp6sAPr
RK3QCmMZYbLhD+CWPDsckAu06Iht1x+3grXKRSqre3Wnp09BWhHv1Imvyafv3poG
TH03fnpfGCVALxjxIQkcoMuRn9/d8pcJJYHqMSAF5qOy1enPYsU1VdMlx5E34HDE
4BHv3Sutsly1qBMIRVW3lDNWGWpv1Sk44P1GnQ+K/PQiN/0BUB9XjCihXvdHZx86
NtKksBVEEFK5lgspqs0HmD9rDuSSYC3FzMjspt/zkirSpX9xbL1MyRVd1M5CyZxN
cNYVC3HaEMu2pAhaNRWKWNj3TnQCYhzdJBC73o5zu//abpao4M93AuOD2IU6I1xP
UdLKIzpI7t22a6Q=
=qKU/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to