progressbar


Nameprogressbar JSON
Version 2.5 PyPI version JSON
download
home_pagehttp://code.google.com/p/python-progressbar
SummaryText progress bar library for Python.
upload_time2018-06-29 02:32:00
maintainer
docs_urlNone
authorNilton Volpato
requires_python
licenseLICENSE.txt
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Text progress bar library for Python.

A text progress bar is typically used to display the progress of a long
running operation, providing a visual cue that processing is underway.

The ProgressBar class manages the current progress, and the format of the line
is given by a number of widgets. A widget is an object that may display
differently depending on the state of the progress bar. There are three types
of widgets:
 - a string, which always shows itself

 - a ProgressBarWidget, which may return a different value every time its
   update method is called

 - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
   expands to fill the remaining width of the line.

The progressbar module is very easy to use, yet very powerful. It will also
automatically enable features like auto-resizing when the system supports it.

            

Raw data

            {
    "_id": null,
    "home_page": "http://code.google.com/p/python-progressbar",
    "name": "progressbar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nilton Volpato",
    "author_email": "nilton.volpato@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/a6/b8e451f6cff1c99b4747a2f7235aa904d2d49e8e1464e0b798272aa84358/progressbar-2.5.tar.gz",
    "platform": "",
    "description": "Text progress bar library for Python.\n\nA text progress bar is typically used to display the progress of a long\nrunning operation, providing a visual cue that processing is underway.\n\nThe ProgressBar class manages the current progress, and the format of the line\nis given by a number of widgets. A widget is an object that may display\ndifferently depending on the state of the progress bar. There are three types\nof widgets:\n - a string, which always shows itself\n\n - a ProgressBarWidget, which may return a different value every time its\n   update method is called\n\n - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it\n   expands to fill the remaining width of the line.\n\nThe progressbar module is very easy to use, yet very powerful. It will also\nautomatically enable features like auto-resizing when the system supports it.\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "Text progress bar library for Python.",
    "version": "2.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4aaf51533764d520c89b366a45ada248",
                "sha256": "5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63"
            },
            "downloads": -1,
            "filename": "progressbar-2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "4aaf51533764d520c89b366a45ada248",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10046,
            "upload_time": "2018-06-29T02:32:00",
            "upload_time_iso_8601": "2018-06-29T02:32:00.222933Z",
            "url": "https://files.pythonhosted.org/packages/a3/a6/b8e451f6cff1c99b4747a2f7235aa904d2d49e8e1464e0b798272aa84358/progressbar-2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-06-29 02:32:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "progressbar"
}
        
Elapsed time: 0.08162s