Pakket: python3-click-didyoumean (0.0.3-2)
Verwijzigingen voor python3-click-didyoumean
Trisquel bronnen:
Het bronpakket python-click-didyoumean downloaden:
- [python-click-didyoumean_0.0.3-2.dsc]
- [python-click-didyoumean_0.0.3.orig.tar.gz]
- [python-click-didyoumean_0.0.3-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Team
- Thomas Goirand
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
enables git-like did-you-mean feature in click
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 add the feature to do git-like did-you-mean feature in click.
Andere aan python3-click-didyoumean gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Wrapper around optparse for command line utilities - Python 3.x