A utility to synchronize directories across a local network.
TBD
python3 -m venv rdsEnv
source rdsEnv/bin/activate
pip install pytest-cov
pip instal pylint
Run setup.py sdist
Run python -m pytest --cov=rds --cov-fail-under=80 tests/ && coverage html