Skip to main content

Simple multi-platform file syncing tool

Project description

Gdirsync

Build Status Documentation Status Code style: black

Gdirsync is a simple multi-platform file syncing tool written in python.

Gdirsync at its simplest is a GUI wrapper for the dirsync library https://pypi.org/project/dirsync/

Running the program using python

Clone the repository and run the python file

git clone https://github.com/chrisbeardy/Gdirsync.git
cd Gdirsync
pip install -r requirements.txt
python gdirsync/gdirsync.py 

Development and build

Developing should be done inside a virtualenv.

Python requirements for development and build can be found in requirements.txt and requirements-dev.txt, use

pip install -r requirements.txt
pip install -r requirements-dev.txt

use pyinstaller to build an executable

pyinstaller gdirsync.spec

Docs

Docs are written using Sphinx and hosted on read the docs, requirements for generating documentation locally are in docs/requirements.txt, use

pip install -r docs/requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gdirsync-0.1.0.tar.gz (20.3 kB view hashes)

Uploaded Source

Built Distribution

Gdirsync-0.1.0-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page