Browse Source

Add pypi badge

pull/229/head
Cong 7 years ago
committed by GitHub
parent
commit
3a7589a899
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.rst

7
README.rst

@ -1,9 +1,14 @@
python-socketio
===============
.. image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master
|travis| |pypi|
.. |travis| image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master
:target: https://travis-ci.org/miguelgrinberg/python-socketio
.. |pypi| image:: https://img.shields.io/pypi/v/python-socketio.svg
:target: https://pypi.org/project/python-socketio/
Python implementation of the `Socket.IO`_ realtime client and server.
Resources

Loading…
Cancel
Save