# 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 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
- Yoav Ram (@yoavram)
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 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
- Yoav Ram (@yoavram)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
click-spinner-0.1.4.tar.gz
(18.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file click-spinner-0.1.4.tar.gz.
File metadata
- Download URL: click-spinner-0.1.4.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
045eaa50bdb3d9c0bf733ab0965077dbcb0873b3506634db8f9fbd67e58772ff
|
|
| MD5 |
5c5f4d943f6436a69b9203d84bf772ae
|
|
| BLAKE2b-256 |
b8e2093fea8c9e44f881b1f8f53a9b68ac8259b6d17856065490aae615934c49
|
File details
Details for the file click_spinner-0.1.4-py3.4.egg.
File metadata
- Download URL: click_spinner-0.1.4-py3.4.egg
- Upload date:
- Size: 4.6 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cfc9605e3322242d5c688b149e38769e137fe3e7396f58d32b474e9cc0eaa6
|
|
| MD5 |
c866358b56a937bb0cf5ce2e3e02f46c
|
|
| BLAKE2b-256 |
9af8049571485a122721ffc09b5bcc3e0c46424f5f8cd2ac4e90cc806c07d060
|