{ "info": { "author": "Mario Orlandi", "author_email": "morlandi@brainstorm.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Database :: Database Engines/Servers", "Topic :: Internet" ], "description": "sitesync\n========\n\nScript to sync db and/or data from remote host\n\nInstallation\n------------\n\n::\n\n pip install git+https://github.com/morlandi/sitesync\n\n\nUsage\n-----\n\nProvides an easy way to build a working local copy from a remote site, either by:\n\n1) DUMP: saving a copy of remote database and data into ./dump/HOST folder\n2) SYNC: replacing local database and data downloading a fresh copy from remote host\n\nSupported platforms:\n\n1) Django (postgresql db + ./public/media/)\n2) Workpress (mysql + ./www/wordpress/)\n\n\nUsage: sitesync [-h] [-v {0,1,2,3}] [--dry-run] [--quiet] [--localhost]\n action target\n\nDump remote db and/or data, or Sync local db and/or data from remote instance\n\npositional arguments:\n action choices: sync, dump\n target choices: db, data, all\n\noptional arguments:\n -h, --help show this help message and exit\n -v {0,1,2,3}, --verbosity {0,1,2,3}\n Verbosity level. (default: 2)\n --dry-run, -d simulate actions\n --quiet, -q do not require user confirmation before executing commands\n --localhost, -l dump db and data from localhost into ./dumps/localhost\n\n\n\n\n\nHistory\n=======\n\nv1.0.3\n------\n* Suggest relative local paths in default config file\n* Added support for legacy Postgresql syntax\n\nv1.0.2\n------\n* Python 2 & 3 compatibility\n\nv1.0.1\n------\n* Few fixes for Python3\n\nv1.0.0\n------\n* Initial setup\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morlandi/sitesync", "keywords": "django database", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sitesync", "package_url": "https://pypi.org/project/sitesync/", "platform": "", "project_url": "https://pypi.org/project/sitesync/", "project_urls": { "Homepage": "https://github.com/morlandi/sitesync" }, "release_url": "https://pypi.org/project/sitesync/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Script to sync db and/or data from remote host", "version": "1.0.3" }, "last_serial": 3849617, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "abf3b9859038fad97b27c7f2aedb0649", "sha256": "56602102d737752307d167a822746095d27070247cbbe27c11cae27eecef46dc" }, "downloads": -1, "filename": "sitesync-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abf3b9859038fad97b27c7f2aedb0649", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7611, "upload_time": "2018-04-21T17:54:01", "url": "https://files.pythonhosted.org/packages/d2/d3/a8beae07639d6e885284700d0a394cddb849bb0e99ddb3b1e486681a8b95/sitesync-1.0.0-py2.py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e8d4f4fef30deafd510ebbaf7b5148d3", "sha256": "757cf0d815f65f3e77374758a1b46e351aa8d361f8fe1677110ac34b902906bf" }, "downloads": -1, "filename": "sitesync-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e8d4f4fef30deafd510ebbaf7b5148d3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9267, "upload_time": "2018-05-09T06:09:43", "url": "https://files.pythonhosted.org/packages/a0/cd/dc8cf6913c951dcec0617cfe5fca24df40a7da7b2d6fba77d7c639ccd442/sitesync-1.0.1-py2.py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "71db959739a21f141e60dd19d10d6d85", "sha256": "fc1596d6bf73c938edbbc1742614f9a65e25a8530e32ff03877b7eec2e2c44c3" }, "downloads": -1, "filename": "sitesync-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "71db959739a21f141e60dd19d10d6d85", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9417, "upload_time": "2018-05-10T04:58:44", "url": "https://files.pythonhosted.org/packages/2b/9d/c46ec85258eda23af6649fa14ac4bbb97e71228b28d25eeaee806eeede4b/sitesync-1.0.2-py2.py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "bb33b00037e775a4f6d320fdc35a4643", "sha256": "77c3aaf7b7de24887131e5c0da38ffc2e70c6e5c8da2dbcbc85eccb7f62b6e1b" }, "downloads": -1, "filename": "sitesync-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb33b00037e775a4f6d320fdc35a4643", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9589, "upload_time": "2018-05-10T06:28:39", "url": "https://files.pythonhosted.org/packages/85/2c/3a6378aca0b38741d2221f58ec0d42a9c17dad63de8a243ef2de4d706ae5/sitesync-1.0.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb33b00037e775a4f6d320fdc35a4643", "sha256": "77c3aaf7b7de24887131e5c0da38ffc2e70c6e5c8da2dbcbc85eccb7f62b6e1b" }, "downloads": -1, "filename": "sitesync-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb33b00037e775a4f6d320fdc35a4643", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9589, "upload_time": "2018-05-10T06:28:39", "url": "https://files.pythonhosted.org/packages/85/2c/3a6378aca0b38741d2221f58ec0d42a9c17dad63de8a243ef2de4d706ae5/sitesync-1.0.3-py2.py3-none-any.whl" } ] }