Source: golang-github-gosuri-uiprogress Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Jack Henschel 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