1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: golang-github-gosuri-uiprogress
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jack Henschel <jackdev@mailbox.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-gosuri-uilive-dev
Standards-Version: 4.3.0
Homepage: https://github.com/gosuri/uiprogress
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uiprogress
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gosuri-uiprogress.git
XS-Go-Import-Path: github.com/gosuri/uiprogress
Testsuite: autopkgtest-pkg-go
Package: golang-github-gosuri-uiprogress-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go library to render progress bars in terminal applications
Progress bars improve readability for terminal applications with long
outputs by providing a concise feedback loop.
.
Features:
* Multiple Bars: uiprogress can render multiple progress bars that
can be tracked concurrently
* Dynamic Addition: Add additional progress bars any time, even after
the progress tracking has started
* Prepend and Append Functions: Append or prepend completion percent
and time elapsed to the progress bars
* Custom Decorator Functions: Add custom functions around the bar
along with helper functions
|