PyPrind


NamePyPrind JSON
Version 2.11.3 PyPI version JSON
download
home_pagehttps://github.com/rasbt/pyprind
SummaryPython Progress Bar and Percent Indicator Utility
upload_time2021-04-18 18:10:04
maintainer
docs_urlhttps://pythonhosted.org/PyPrind/
authorSebastian Raschka
requires_python
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements psutil
Travis-CI
coveralls test coverage
            

The PyPrind (Python Progress Indicator) module provides a progress
bar and a percentage indicator
object that let you track the progress of a loop structure or
other iterative computation.
Typical applications include the processing of
large data sets to provide an intuitive estimate
at runtime about the progress of the computation.

For more details and examples please see the package documentation
https://github.com/rasbt/pyprind/blob/master/README.md.

Contact
=============

If you have any questions or comments about PyPrind,
please feel free to contact me via
email: mail@sebastianraschka.com
or Twitter: https://twitter.com/rasbt


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rasbt/pyprind",
    "name": "PyPrind",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/PyPrind/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sebastian Raschka",
    "author_email": "mail@sebastianraschka.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/10/ca67b50d71e3c85143c1dc16d7954cc12b01f8866ec4250a4f3389727c3f/PyPrind-2.11.3.tar.gz",
    "platform": "any",
    "description": "\n\nThe PyPrind (Python Progress Indicator) module provides a progress\nbar and a percentage indicator\nobject that let you track the progress of a loop structure or\nother iterative computation.\nTypical applications include the processing of\nlarge data sets to provide an intuitive estimate\nat runtime about the progress of the computation.\n\nFor more details and examples please see the package documentation\nhttps://github.com/rasbt/pyprind/blob/master/README.md.\n\nContact\n=============\n\nIf you have any questions or comments about PyPrind,\nplease feel free to contact me via\nemail: mail@sebastianraschka.com\nor Twitter: https://twitter.com/rasbt\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Python Progress Bar and Percent Indicator Utility",
    "version": "2.11.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "de31cceba1ee2f63fe29d5fdae496763",
                "sha256": "cc8edb66aabb18f25f7a3cce65312b3bc64b49992ddc93ba4cf511e5e25c1be3"
            },
            "downloads": -1,
            "filename": "PyPrind-2.11.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de31cceba1ee2f63fe29d5fdae496763",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8373,
            "upload_time": "2021-04-18T18:10:03",
            "upload_time_iso_8601": "2021-04-18T18:10:03.431315Z",
            "url": "https://files.pythonhosted.org/packages/ab/b3/1f12ebc5009c65b607509393ad98240728b4401bc3593868fb161fdd3760/PyPrind-2.11.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7ab1ff4f4a71c9b2c515e1eb69229f2d",
                "sha256": "e37dcab6e1a9c8e0a7f0fce65fde7a79e2deda1c75aa015910a49e2137b54cbf"
            },
            "downloads": -1,
            "filename": "PyPrind-2.11.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7ab1ff4f4a71c9b2c515e1eb69229f2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11632,
            "upload_time": "2021-04-18T18:10:04",
            "upload_time_iso_8601": "2021-04-18T18:10:04.594516Z",
            "url": "https://files.pythonhosted.org/packages/6d/10/ca67b50d71e3c85143c1dc16d7954cc12b01f8866ec4250a4f3389727c3f/PyPrind-2.11.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-04-18 18:10:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rasbt",
    "github_project": "pyprind",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "landscape": true,
    "requirements": [
        {
            "name": "psutil",
            "specs": [
                [
                    ">=",
                    "3.2.0"
                ]
            ]
        }
    ],
    "lcname": "pyprind"
}
        
Elapsed time: 0.01890s