Skip to content

A utility to synchronize directories across a local network.

License

Notifications You must be signed in to change notification settings

ambauma/RemoteDirectorySync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A utility to synchronize directories across a local network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages