Spinner for Click
Project description
# Click Spinner
[](https://pypi.python.org/pypi/click-spinner/) [](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 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)
- Andreas Maier (@andy-maier)
[](https://pypi.python.org/pypi/click-spinner/) [](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 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)
- Andreas Maier (@andy-maier)
Project details
Release history Release notifications | RSS feed
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.7.tar.gz
(18.8 kB
view details)
Built Distribution
File details
Details for the file click-spinner-0.1.7.tar.gz
.
File metadata
- Download URL: click-spinner-0.1.7.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a0703b4a21a1ba377716c5c768928b6c7575c087af926d3d586818426982ea30
|
|
MD5 |
d9f5434f1d511a02c287551e2420c96b
|
|
BLAKE2b-256 |
26543fa581d2c510386b7a2e22bdd6cc8978ba0ee83fb2762c238cc7ac382f96
|
File details
Details for the file click_spinner-0.1.7-py2.7.egg
.
File metadata
- Download URL: click_spinner-0.1.7-py2.7.egg
- Upload date:
- Size: 4.7 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e7af5fc2c7fe4a0434f4330c0075f31ea688e680760dcd14594250e8911230f
|
|
MD5 |
ec17b1c1e8e32b18454481a96ad714ac
|
|
BLAKE2b-256 |
6cfd25f3d788c83f267ffa79b8f56ed086a4eb516fe53ae4abd7853df10132a8
|