We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3296ac0 commit 5d31305Copy full SHA for 5d31305
1 file changed
README.rst
@@ -1,8 +1,14 @@
1
XBee
2
====
3
4
-.. image:: https://travis-ci.org/nioinnovation/python-xbee.svg?branch=master
+|build_status_badge| |pypi_badge| |py_versions_badge|
5
+
6
+.. |build_status_badge| image:: https://travis-ci.org/nioinnovation/python-xbee.svg?branch=master
7
:target: https://travis-ci.org/nioinnovation/python-xbee
8
+.. |pypi_badge| image:: https://img.shields.io/pypi/v/XBee.svg
9
+ :target: https://pypi.python.org/pypi/XBee
10
+.. |py_versions_badge| image:: https://img.shields.io/pypi/pyversions/XBee.svg
11
12
13
XBee provides an implementation of the XBee serial communication API. It
14
allows one to easily access advanced features of one or more XBee
0 commit comments