/YAMSPy-Async

YAMSPy with asynchronability

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a forked repository from YAMSPy where I added the possibility to work witn async.

Installation:

$ git clone https://github.com/miguelwon/YAMSPy-Async
$ cd YAMSPy-Async

Assuming you have a activated python3 virtual environment:

$ pip install .

Otherwise:

$ sudo pip3 install .