Skip to content

Commit

Permalink
readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdeljelil committed Aug 6, 2016
1 parent afbfb69 commit 7b9db68
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
| |versions| |status| |codecov|
# Websocket_redis
``websocket_redis`` is an asynchronous python module gather two projects [websockets](https://github.com/aaugustin/websockets/) and [aioredis](https://github.com/aio-libs/aioredis/) to make the communication between the client and backend as easy as possible without losing any message has been sent from the client.
## Installation
Websocket_redis
=============
``websocket_redis`` is an asynchronous python module gather two projects `websockets <https://github.com/aaugustin/websockets>`_ and `aioredis <https://github.com/aio-libs/aioredis>`_ to make the communication between the client and backend as easy as possible without losing any message has been sent from the client.

Installation
----------------
`pip install websocket_redis`
Url in [pypi](https://pypi.python.org/pypi/websocket_redis)
## Usage
`pypi <https://pypi.python.org/pypi/websocket_redis>`_.

Usage
-----
TODO:

.. |versions| image:: https://img.shields.io/pypi/pyversions/websokcer_redis.svg
Expand Down

0 comments on commit 7b9db68

Please sign in to comment.