Skip to content

Commit

Permalink
add download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
orweis committed Apr 7, 2021
1 parent e19f617 commit 20323a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ RPC over Websockets made easy, robust, and production ready
<img src="https://img.shields.io/pypi/v/fastapi-websocket-rpc?color=%2331C654&label=PyPi%20package" alt="Package">
</a>


<a href="https://pepy.tech/project/fastapi-websocket-rpc" target="_blank">
<img src="https://static.pepy.tech/personalized-badge/fastapi-websocket-rpc?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads" alt="Downloads">
</a>

A fast and durable bidirectional JSON RPC channel over Websockets.
The easiest way to create a live async channel between two nodes via Python (or other clients).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_requirements(env=""):

setup(
name='fastapi_websocket_rpc',
version='0.1.17',
version='0.1.18',
author='Or Weis',
author_email="[email protected]",
description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",
Expand Down

0 comments on commit 20323a1

Please sign in to comment.