Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 359 Bytes

RemoteDirectorySync

A utility to synchronize directories across a local network.

Usage

TBD

Development

Virtual Enviornment

python3 -m venv rdsEnv
source rdsEnv/bin/activate
pip install pytest-cov
pip instal pylint

Build

Run setup.py sdist

Test

Run python -m pytest --cov=rds --cov-fail-under=80 tests/ && coverage html