v1.0.2: add homepage
v1.0.1: update README.md
finalize for PyPI
better display help and version from cli
prepare hydra_ssh for poetry
update readme
modernize type hints
improve performance during regex process
more type hints
modenize type hints and recheck with mypy
move regex out of function to make it compile one time before loop
add function explaination
place related code together for better readability
better handling cursor control codes
add more detail on allow cursor movements option
better handling output with ANSI cursor codes
add lock for synchronizing output printing
sleep(0) only if algorithm error
if algorithm error, the just retry again without sleep