Skip to content

Commit d4e8dfb

Browse files
author
Yoav Ram
authored
add badges
1 parent 85fc141 commit d4e8dfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Click Spinner
22

3+
[![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)
4+
35
Sometimes you would just like to show the user some progress,
46
but a progress bar is not suitable because you don’t know how much longer it would take.
57
In these cases you might want to display a simple spinner using the `spinner()` function.
@@ -30,4 +32,4 @@ Supports Python 2.7 and 3.
3032

3133
## Authors
3234

33-
- Yoav Ram (@yoavram)
35+
- Yoav Ram (@yoavram)

0 commit comments

Comments
 (0)