syncdirs


Namesyncdirs JSON
Version 0.1.6 PyPI version JSON
download
home_page
Summary
upload_time2023-10-13 13:42:11
maintainer
docs_urlNone
authorRichard Filo
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SyncDir

SyncDir is a program that synchronises two folders: source and replica.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install syncdirs.

```bash
pip install syncdirs
```

## Usage

```bash
$ syncdirs -h
usage: syncdirs [-h] [--logfile LOGFILE] [--interval INTERVAL] SOURCE REPLICA

Periodical synchronization of 2 folders

positional arguments:
  SOURCE               The path to the source file or directory
  REPLICA              The path to the replica file or directory

options:
  -h, --help           show this help message and exit
  --logfile LOGFILE    Name of a log file. Default is syncdir.log
  --interval INTERVAL  Interval of synchronization in seconds. Default is 60s
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "syncdirs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Filo",
    "author_email": "risso999@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/df/ad3fe1e86b26e893422331987237ded38f9dee1a688590bbdfc7f701df23/syncdirs-0.1.6.tar.gz",
    "platform": null,
    "description": "# SyncDir\n\nSyncDir is a program that synchronises two folders: source and replica.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install syncdirs.\n\n```bash\npip install syncdirs\n```\n\n## Usage\n\n```bash\n$ syncdirs -h\nusage: syncdirs [-h] [--logfile LOGFILE] [--interval INTERVAL] SOURCE REPLICA\n\nPeriodical synchronization of 2 folders\n\npositional arguments:\n  SOURCE               The path to the source file or directory\n  REPLICA              The path to the replica file or directory\n\noptions:\n  -h, --help           show this help message and exit\n  --logfile LOGFILE    Name of a log file. Default is syncdir.log\n  --interval INTERVAL  Interval of synchronization in seconds. Default is 60s\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1abcf6314de2def5e2b4aecc013638820113e9834587608686bf8b19cbf6284",
                "md5": "1c880889e2c9b9a43bf7513b019ae157",
                "sha256": "a38c11d08fa7ed5e4f4324477c609e0c57a0a91adb1081ef4146fbdf1cc9360e"
            },
            "downloads": -1,
            "filename": "syncdirs-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c880889e2c9b9a43bf7513b019ae157",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 4102,
            "upload_time": "2023-10-13T13:42:09",
            "upload_time_iso_8601": "2023-10-13T13:42:09.820751Z",
            "url": "https://files.pythonhosted.org/packages/a1/ab/cf6314de2def5e2b4aecc013638820113e9834587608686bf8b19cbf6284/syncdirs-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2dfad3fe1e86b26e893422331987237ded38f9dee1a688590bbdfc7f701df23",
                "md5": "b8aba7b4616c35e2b4e7663e8f41ae17",
                "sha256": "aca28cd787f56215741957e2d0eda54614217cdab2e70254d1a2aaee18a168d1"
            },
            "downloads": -1,
            "filename": "syncdirs-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b8aba7b4616c35e2b4e7663e8f41ae17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3110,
            "upload_time": "2023-10-13T13:42:11",
            "upload_time_iso_8601": "2023-10-13T13:42:11.286928Z",
            "url": "https://files.pythonhosted.org/packages/a2/df/ad3fe1e86b26e893422331987237ded38f9dee1a688590bbdfc7f701df23/syncdirs-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-13 13:42:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "syncdirs"
}
        
Elapsed time: 0.14849s