pretty-progress


Namepretty-progress JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA Python module for creating a terminal progress bar.
upload_time2024-10-11 12:35:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License
keywords progress bar terminal progress python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pretty_progress

A simple Python progress bar utility for loops.

## Installation

```
pip install pretty_progress
```

## Usage

```python
from pretty_progress import progress_bar

for i in range(100):
    progress_bar(i, 100)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pretty-progress",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "progress bar, terminal, progress, python",
    "author": null,
    "author_email": "Hal Kolb <hal@kolb.com>",
    "download_url": "https://files.pythonhosted.org/packages/36/1d/626b0a6aaa080266891e12a9edc9819252c1d77edef840f6fb4e2af9de6f/pretty_progress-0.1.4.tar.gz",
    "platform": null,
    "description": "# pretty_progress\n\nA simple Python progress bar utility for loops.\n\n## Installation\n\n```\npip install pretty_progress\n```\n\n## Usage\n\n```python\nfrom pretty_progress import progress_bar\n\nfor i in range(100):\n    progress_bar(i, 100)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Python module for creating a terminal progress bar.",
    "version": "0.1.4",
    "project_urls": {
        "bug-tracker": "https://github.com/hal609/pretty-progress/issues",
        "homepage": "https://github.com/hal609/pretty-progress",
        "repository": "https://github.com/hal609/pretty-progress"
    },
    "split_keywords": [
        "progress bar",
        " terminal",
        " progress",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a63784f49cd5006b8b9b14dd928edd45cc55e8a3570bad12c2511ac2ddddc91",
                "md5": "1c8643e2355fbe90578df2ae555c1f91",
                "sha256": "f592367ef8809af767a7ac681dfc106f0af39cd282351032df03a1dc31094b17"
            },
            "downloads": -1,
            "filename": "pretty_progress-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c8643e2355fbe90578df2ae555c1f91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3024,
            "upload_time": "2024-10-11T12:35:32",
            "upload_time_iso_8601": "2024-10-11T12:35:32.149944Z",
            "url": "https://files.pythonhosted.org/packages/6a/63/784f49cd5006b8b9b14dd928edd45cc55e8a3570bad12c2511ac2ddddc91/pretty_progress-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "361d626b0a6aaa080266891e12a9edc9819252c1d77edef840f6fb4e2af9de6f",
                "md5": "7cb438bb28a8b0cdf1ad8e2e5fb17a1a",
                "sha256": "7ce37957c25049a4dc6255d3dcc815455fac91898372075287f08524a17372cb"
            },
            "downloads": -1,
            "filename": "pretty_progress-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7cb438bb28a8b0cdf1ad8e2e5fb17a1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2573,
            "upload_time": "2024-10-11T12:35:33",
            "upload_time_iso_8601": "2024-10-11T12:35:33.712268Z",
            "url": "https://files.pythonhosted.org/packages/36/1d/626b0a6aaa080266891e12a9edc9819252c1d77edef840f6fb4e2af9de6f/pretty_progress-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 12:35:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hal609",
    "github_project": "pretty-progress",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pretty-progress"
}
        
Elapsed time: 0.36326s