Gdirsync
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
Release files for Gdirsync 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Gdirsync-0.1.0.tar.gz | 20.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Gdirsync-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.4 kB
Release files / Gdirsync-0.1.0.tar.gz
| Download URL | Gdirsync-0.1.0.tar.gz |
|---|---|
| Size | 20.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b876ce8800197a30eaef0dd9b6818bd621fe705abec91526115439163775c8e
|
|
BLAKE2b-256 checksum How to use checksums |
c5ba5fc3483488c17c0aafc7aaf85f5d498a95ae086cf108b5d0c1fbf5d08a24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
|
Release files / Gdirsync-0.1.0-py3-none-any.whl
| Download URL | Gdirsync-0.1.0-py3-none-any.whl |
|---|---|
| Size | 16.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
95109fd81143b38b86cc65ecdab581a05991f27269d61fa9ab4f9ffe03ef9490
|
|
BLAKE2b-256 checksum How to use checksums |
6d0edd96370b5a47e60d15785e0e571e236f3eb324f76b34248bf1fc024309e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
|