{ "info": { "author": "Louis Paternault", "author_email": "spalax@gresille.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: System :: Archiving :: Backup" ], "description": "srsync \u2014 Rsync with a memory\n============================\n\n|sources| |pypi| |documentation| |license|\n\n.. note::\n\n This is a full rewrite of a C++ version of this program. It is far from\n being usable yet.\n\nSrsync is a tool to synchronize data between to directories. Its purpose is\nto build, and possibly execute, a set of commands to be run by rsync.\n\nIt is intended to be a rsync with memory: user can tell once for all that he\nwant to save this and that directory, but to ignore this other one, and the\nprogram will remember it. Different actions permit a greater control over\nsynchronization.\n\nDownload and install\n--------------------\n\n* From sources:\n\n * Download: https://pypi.python.org/pypi/srsync\n * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::\n\n python3 setup.py install\n\n* From pip::\n\n pip install srsync\n\n* Quick and dirty Debian (and Ubuntu?) package\n\n This requires `stdeb `_ to be installed::\n\n python3 setup.py --command-packages=stdeb.command bdist_deb\n sudo dpkg -i deb_dist/python3-_all.deb\n\nDocumentation\n-------------\n\n* The compiled documentation is available on `readthedocs\n `_\n\n* To compile it from source, download and run::\n\n cd doc && make html\n\n\n.. |documentation| image:: http://readthedocs.org/projects/srsync/badge\n :target: http://srsync.readthedocs.org\n.. |pypi| image:: https://img.shields.io/pypi/v/srsync.svg\n :target: http://pypi.python.org/pypi/srsync\n.. |license| image:: https://img.shields.io/pypi/l/srsync.svg\n :target: http://www.gnu.org/licenses/gpl-3.0.html\n.. |sources| image:: https://img.shields.io/badge/sources-srsync-brightgreen.svg\n :target: http://git.framasoft.org/spalax/srsync", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.framasoft.org/spalax/srsync", "keywords": null, "license": "GPLv3 or any later version", "maintainer": null, "maintainer_email": null, "name": "srsync", "package_url": "https://pypi.org/project/srsync/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/srsync/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://git.framasoft.org/spalax/srsync" }, "release_url": "https://pypi.org/project/srsync/1.0.0-dev/", "requires_dist": null, "requires_python": null, "summary": "Rsync with a memory", "version": "1.0.0-dev" }, "last_serial": 1470244, "releases": { "1.0.0-dev": [ { "comment_text": "", "digests": { "md5": "baa6195331b4f58a863b101985c88005", "sha256": "55b637b58f2c62c5ad18a2f265a01b945be6e5ed0f683c28d3be3a36f025e6ee" }, "downloads": -1, "filename": "srsync-1.0.0-dev.tar.gz", "has_sig": false, "md5_digest": "baa6195331b4f58a863b101985c88005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 242692, "upload_time": "2015-03-20T17:04:24", "url": "https://files.pythonhosted.org/packages/b1/8e/227358e61f7f5e037835877ea830b7fff43ff7b062aaabfd10127d1b4a9c/srsync-1.0.0-dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "baa6195331b4f58a863b101985c88005", "sha256": "55b637b58f2c62c5ad18a2f265a01b945be6e5ed0f683c28d3be3a36f025e6ee" }, "downloads": -1, "filename": "srsync-1.0.0-dev.tar.gz", "has_sig": false, "md5_digest": "baa6195331b4f58a863b101985c88005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 242692, "upload_time": "2015-03-20T17:04:24", "url": "https://files.pythonhosted.org/packages/b1/8e/227358e61f7f5e037835877ea830b7fff43ff7b062aaabfd10127d1b4a9c/srsync-1.0.0-dev.tar.gz" } ] }