Spinner for Click
Project description
# 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)
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 Distributions
click_spinner-0.1.3.tar.gz
(17.8 kB
view details)
click-spinner-0.1.3.tar.gz
(18.3 kB
view details)
Built Distributions
File details
Details for the file click_spinner-0.1.3.tar.gz
.
File metadata
- Download URL: click_spinner-0.1.3.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4d3c58b1b4489f1a51e076e41180562c9592422c1a187c4f29c99247554e9d88
|
|
MD5 |
72598e2baeedf25631e31af799748c33
|
|
BLAKE2b-256 |
05b3bb3773b1c8cd142347532f0cf1fd49de438952f66b17ac658b0c33c84555
|
File details
Details for the file click-spinner-0.1.3.tar.gz
.
File metadata
- Download URL: click-spinner-0.1.3.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9e4077dc206aa622521d7d3d7436f58b7d0be37167fd7e2da2c8fc238fbf1265
|
|
MD5 |
d8b296b0d495634c29f0fff9818d6262
|
|
BLAKE2b-256 |
a0b2bbcfd4bc59f47424652a4a88df31f6b2b820d84eea93f26887a011b716a8
|
File details
Details for the file click_spinner-0.1.3-py3.4.egg
.
File metadata
- Download URL: click_spinner-0.1.3-py3.4.egg
- Upload date:
- Size: 4.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9f17bc7c52e6f223536f7cc60e808e89019db9056514f95a1c95f7356fcdb84b
|
|
MD5 |
9699e1a129bc2dd60a68503ec80f6537
|
|
BLAKE2b-256 |
2ae67d6db52db003f8752dee20516eeb763383923cec4d0d61bae522e5b3d94e
|
File details
Details for the file click_spinner-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: click_spinner-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c546393f11557888d6a81c296f451182d3870d0c030cdfcd50d3241260ba714d
|
|
MD5 |
b58a14d8fbfd73615616f9a6739f0b80
|
|
BLAKE2b-256 |
ba62ca85c5dd008d8ba9a51057ef8312ea78c8d57b87c6572d920809fe6cfa2c
|