Results 3 issues of Nathan

just ran into this, probably not maintained from long time ago, yet, a _gevent_ (greenlets) would have been much better to overcomes the I/O blocking than spawning multiple processes with...

sometimes, will have a data uri instead of a regular URI (file path), see: https://en.wikipedia.org/wiki/Data_URI_scheme you can check my recent pull request to unit test and see the google unit...

Getting: ``` from Exscript.protocols import SSH2, Telnet File "/home/builder/.local/lib/python3.9/site-packages/Exscript/__init__.py", line 33, in from .key import PrivateKey File "/home/builder/.local/lib/python3.9/site-packages/Exscript/key.py", line 27, in from paramiko import RSAKey, DSSKey ImportError: cannot import name...