------
* Robust Reconnect and session handling
* Allow Gevent, Eventlet and native python socket implementations
* Concurrency options are optional to use the library
* To install with gevent: ``pip install rexpro[gevent]``
* To install with eventlet: ``pip install rexpro[eventlet]``
* Documentation Improvements