Ravenports generated: 02 Jan 2019 10:14
[ravenports.git] / bucket_A6 / python-progressbar
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-progressbar
4 VERSION=                2.5
5 KEYWORDS=               python devel
6 VARIANTS=               py27 py36 py37
7 SDESC[py36]=            Text progress bar library for Python (PY 36)
8 SDESC[py37]=            Text progress bar library for Python (PY 37)
9 SDESC[py27]=            Text progress bar library for Python (PY 27)
10 HOMEPAGE=               none
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPI/p/progressbar
15 DISTFILE[1]=            progressbar-2.5.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[py36]=            single
18 SPKGS[py37]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY27 PY36 PY37
22 OPTIONS_STANDARD=       none
23 VOPTS[py36]=            PY27=OFF PY36=ON PY37=OFF
24 VOPTS[py37]=            PY27=OFF PY36=OFF PY37=ON
25 VOPTS[py27]=            PY27=ON PY36=OFF PY37=OFF
26
27 DISTNAME=               progressbar-2.5
28
29 GENERATED=              yes
30
31 [PY36].USES_ON=                         python:py36
32
33 [PY37].USES_ON=                         python:py37
34
35 [PY27].USES_ON=                         python:py27
36
37 [FILE:846:descriptions/desc.single]
38 Text progress bar library for Python.
39
40 A text progress bar is typically used to display the progress of a long
41 running operation, providing a visual cue that processing is underway.
42
43 The ProgressBar class manages the current progress, and the format of the
44 line
45 is given by a number of widgets. A widget is an object that may display
46 differently depending on the state of the progress bar. There are three
47 types
48 of widgets:
49  - a string, which always shows itself
50
51  - a ProgressBarWidget, which may return a different value every time its
52    update method is called
53
54  - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
55    expands to fill the remaining width of the line.
56
57 The progressbar module is very easy to use, yet very powerful. It will also
58 automatically enable features like auto-resizing when the system supports
59 it.
60
61
62
63 [FILE:101:distinfo]
64 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63        10046 progressbar-2.5.tar.gz
65