click-spinner


Nameclick-spinner JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/click-contrib/click-spinner
SummarySpinner for Click
upload_time2020-04-24 07:14:51
maintainer
docs_urlNone
authorYoav Ram
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Click Spinner

[![PyPI](https://img.shields.io/pypi/v/click-spinner.svg)](https://pypi.python.org/pypi/click-spinner/) [![Build Status](https://travis-ci.org/click-contrib/click-spinner.svg?branch=master)](https://travis-ci.org/click-contrib/click-spinner)

Sometimes you would just like to show the user some progress, 
but a progress bar is not suitable because you don’t know how much longer it would take. 
In these cases you might want to display a simple spinner using the `spinner()` function.

Example usage:

```py
with click_spinner.spinner():
        do_something()
        do_something_else()
```

It looks like this:

![spinner](https://cloud.githubusercontent.com/assets/1288133/18229827/29629cd4-728f-11e6-8007-6c85ac50565c.gif)

Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).

Introduced in [PR #649](https://github.com/pallets/click/pull/649). 

## Install

```
pip install click-spinner
```

Supports Python 2.7 and 3.

## Authors

- @yoavram
- @andy-maier
- @AdrienPensart



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/click-contrib/click-spinner",
    "name": "click-spinner",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yoav Ram",
    "author_email": "yoav@yoavram.com",
    "download_url": "https://files.pythonhosted.org/packages/af/3a/7dbc558fcf0ae9e2e8b7ccc52daeb4eaf32b21f851497f5b409e1638dcee/click-spinner-0.1.10.tar.gz",
    "platform": "",
    "description": "# Click Spinner\n\n[![PyPI](https://img.shields.io/pypi/v/click-spinner.svg)](https://pypi.python.org/pypi/click-spinner/) [![Build Status](https://travis-ci.org/click-contrib/click-spinner.svg?branch=master)](https://travis-ci.org/click-contrib/click-spinner)\n\nSometimes you would just like to show the user some progress, \nbut a progress bar is not suitable because you don\u2019t know how much longer it would take. \nIn these cases you might want to display a simple spinner using the `spinner()` function.\n\nExample usage:\n\n```py\nwith click_spinner.spinner():\n        do_something()\n        do_something_else()\n```\n\nIt looks like this:\n\n![spinner](https://cloud.githubusercontent.com/assets/1288133/18229827/29629cd4-728f-11e6-8007-6c85ac50565c.gif)\n\nSpinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).\n\nIntroduced in [PR #649](https://github.com/pallets/click/pull/649). \n\n## Install\n\n```\npip install click-spinner\n```\n\nSupports Python 2.7 and 3.\n\n## Authors\n\n- @yoavram\n- @andy-maier\n- @AdrienPensart\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Spinner for Click",
    "version": "0.1.10",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0b410b5a2a99cc4fc29eeff600b633c7",
                "sha256": "d1ffcff1fdad9882396367f15fb957bcf7f5c64ab91927dee2127e0d2991ee84"
            },
            "downloads": -1,
            "filename": "click_spinner-0.1.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b410b5a2a99cc4fc29eeff600b633c7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3986,
            "upload_time": "2020-04-24T07:14:50",
            "upload_time_iso_8601": "2020-04-24T07:14:50.575101Z",
            "url": "https://files.pythonhosted.org/packages/93/2a/04893832bfeddc2d40a7de2e8153b3085f12d63507d91a9cf0157dc3a1c2/click_spinner-0.1.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ab68ed404401421819c81cc6c0677a87",
                "sha256": "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf"
            },
            "downloads": -1,
            "filename": "click-spinner-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ab68ed404401421819c81cc6c0677a87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18720,
            "upload_time": "2020-04-24T07:14:51",
            "upload_time_iso_8601": "2020-04-24T07:14:51.955895Z",
            "url": "https://files.pythonhosted.org/packages/af/3a/7dbc558fcf0ae9e2e8b7ccc52daeb4eaf32b21f851497f5b409e1638dcee/click-spinner-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-04-24 07:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "click-contrib",
    "github_project": "click-spinner",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "click-spinner"
}
        
Elapsed time: 0.02530s