{ "info": { "author": "Prashant Baisla", "author_email": "prashantbaisla@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "sunkhronos\n==========\nKeep two folders on different devices in sync.\n\nUsage\n---------------\nSunkhronos can be run with the ``sunkhronos`` command. This command comes with two sub-commands called ``sunkhronos serve`` and ``sunkhronos connect``.\n\n``sunkhronos serve`` is used to start a server that another device can connect to, to sync files:\n\n.. code-block:: bash\n\n sunkhronos serve --port 8123 --directory . --backup-directory ./.sunkhronos-backup\n\n\n``sunkhronos connect`` is used to connect to a server, to sync files:\n\n.. code-block:: bash\n\n sunkhronos code --host 172.31.85.100 --port 8123 --directory . --backup-directory ./.sunkhronos-backup\n\nPlease see the help information for these commands by typing:\n\n.. code-block:: bash\n\n sunkhronos [command] --help\n\n\nInstallation\n------------\nInstalling from PyPI using ``pip``:\n\n.. code-block:: bash\n\n $ pip install sunkhronos\n\nInstalling from PyPI using ``easy_install``:\n\n.. code-block:: bash\n\n $ easy_install sunkhronos\n\nInstalling from source:\n\n.. code-block:: bash\n\n $ python setup.py install\n\n\nDependencies\n------------\n1. Python 3\n2. ``twisted``\n3. ``watchdog``\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pbaisla/sunkhronos", "keywords": "folder directory sync", "license": "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "maintainer": "", "maintainer_email": "", "name": "sunkhronos", "package_url": "https://pypi.org/project/sunkhronos/", "platform": "", "project_url": "https://pypi.org/project/sunkhronos/", "project_urls": { "Homepage": "https://github.com/pbaisla/sunkhronos" }, "release_url": "https://pypi.org/project/sunkhronos/0.0.1/", "requires_dist": [ "twisted", "watchdog", "check-manifest; extra == 'dev'", "coverage; extra == 'test'" ], "requires_python": ">=3", "summary": "Keep two folders on different devices in sync", "version": "0.0.1" }, "last_serial": 3193244, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cbc9b916a78306d8915a99d98d9abdcf", "sha256": "5dde687033e1e4d00cc44565b37f7c3560107fad07eee5ea77fc0de4e73b43b7" }, "downloads": -1, "filename": "sunkhronos-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cbc9b916a78306d8915a99d98d9abdcf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 12529, "upload_time": "2017-09-21T23:58:02", "url": "https://files.pythonhosted.org/packages/30/2a/445f416e59f3bc529b295c0f084488605a745749b4c0566355fb6335682e/sunkhronos-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cbc9b916a78306d8915a99d98d9abdcf", "sha256": "5dde687033e1e4d00cc44565b37f7c3560107fad07eee5ea77fc0de4e73b43b7" }, "downloads": -1, "filename": "sunkhronos-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cbc9b916a78306d8915a99d98d9abdcf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 12529, "upload_time": "2017-09-21T23:58:02", "url": "https://files.pythonhosted.org/packages/30/2a/445f416e59f3bc529b295c0f084488605a745749b4c0566355fb6335682e/sunkhronos-0.0.1-py3-none-any.whl" } ] }