{ "info": { "author": "Giuseppe Lavagetto", "author_email": "lavagetto@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Topic :: Database :: Front-Ends", "Topic :: System :: Distributed Computing", "Topic :: System :: Recovery Tools", "Topic :: System :: Systems Administration" ], "description": "etcddump\n========\n\nA dump & load tool for etcd, which respects all key properties (including indexes) of public keys.\n\n\nInstallation\n------------\n\nYou can install etcddump from sources by cloning this repository and run\n\n.. code:: bash\n\n $ sudo python setup.py install\n\n\nAlternatively you may use pip:\n\n.. code:: bash\n\n $ sudo pip install etcddump\n\n\nAfter you've installed etcddump, the program ``etcdumper`` will be available on your system\n\nThe only dependency of ``etcddump`` is `python-ectd `_ version 0.3.0 or later.\n\nUsage\n-----\n\nUsage is really simple and has been thought so that it resembles how most dumper programs work.\n\n.. code:: bash\n\n # dump to stdout\n etcdumper dump https://etcd.example.com:4001\n\n # dump to file\n etcdumper --file dump.json dump https://etcd.example.com:4001\n\n # restore from file\n etcdumper --file dump.json restore http://localhost:4001\n\n # try to maintain the same indexes as in the original cluster\n etcdumper --file dump.json --preserve-indexes restore https://etcd.example.com:4001\n\n #dump & restore in one command using pipes\n etcdumper dump https://etcd.example.com:4001 | etcdumper restore http://localhost:4001", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/lavagetto/etcddump", "keywords": "etcd datastore dumper program", "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "etcddump", "package_url": "https://pypi.org/project/etcddump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/etcddump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/lavagetto/etcddump" }, "release_url": "https://pypi.org/project/etcddump/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A dump tool for etcd", "version": "0.0.1" }, "last_serial": 975799, "releases": { "0.0.1": [ { "comment_text": "built for Linux-3.11-2-amd64-x86_64-with-glibc2.4", "digests": { "md5": "956ca32cfb2c1a81bf119070ca01fa60", "sha256": "3719bfd224a891749e10599e59daba8a81e05f7ac71b4e75fcffcd5a066cb186" }, "downloads": -1, "filename": "etcddump-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "956ca32cfb2c1a81bf119070ca01fa60", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 4625, "upload_time": "2014-01-21T09:46:02", "url": "https://files.pythonhosted.org/packages/04/e2/edee6024e9f2397bb4049a4e7ee0eac3ffe651a1d0f44ded148e54c9473a/etcddump-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "52bae8a9175eef8dbd9bd46d47c0832a", "sha256": "45f439aa22041fce55136747547cd437d98bee987f85d5eb97eb50abd7b22c1c" }, "downloads": -1, "filename": "etcddump-0.0.1.tar.gz", "has_sig": false, "md5_digest": "52bae8a9175eef8dbd9bd46d47c0832a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3021, "upload_time": "2014-01-21T09:45:59", "url": "https://files.pythonhosted.org/packages/81/92/d9d284dfd1344073b2e35c780df5587d29b3b2de0d14638b01eda412fed9/etcddump-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.11-2-amd64-x86_64-with-glibc2.4", "digests": { "md5": "956ca32cfb2c1a81bf119070ca01fa60", "sha256": "3719bfd224a891749e10599e59daba8a81e05f7ac71b4e75fcffcd5a066cb186" }, "downloads": -1, "filename": "etcddump-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "956ca32cfb2c1a81bf119070ca01fa60", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 4625, "upload_time": "2014-01-21T09:46:02", "url": "https://files.pythonhosted.org/packages/04/e2/edee6024e9f2397bb4049a4e7ee0eac3ffe651a1d0f44ded148e54c9473a/etcddump-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "52bae8a9175eef8dbd9bd46d47c0832a", "sha256": "45f439aa22041fce55136747547cd437d98bee987f85d5eb97eb50abd7b22c1c" }, "downloads": -1, "filename": "etcddump-0.0.1.tar.gz", "has_sig": false, "md5_digest": "52bae8a9175eef8dbd9bd46d47c0832a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3021, "upload_time": "2014-01-21T09:45:59", "url": "https://files.pythonhosted.org/packages/81/92/d9d284dfd1344073b2e35c780df5587d29b3b2de0d14638b01eda412fed9/etcddump-0.0.1.tar.gz" } ] }