{ "info": { "author": "Mozilla Services", "author_email": "storage-team@mozilla.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "kinto-wizard\n============\n\n|pypi| |ci| |coverage|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/kinto-wizard.svg\n :target: https://pypi.python.org/pypi/kinto-wizard\n.. |ci| image:: https://travis-ci.org/Kinto/kinto-wizard.svg?branch=master\n :target: https://travis-ci.org/Kinto/kinto-wizard\n.. |coverage| image:: https://coveralls.io/repos/github/Kinto/kinto-wizard/badge.svg?branch=master\n :target: https://coveralls.io/github/Kinto/kinto-wizard?branch=master\n\nkinto-wizard is a tool that lets you setup an entire Kinto server from\na Yaml file, or inspect an existing server and output a Yaml file.\n\nYou can define Kinto objects (bucket, collection, groups, records)\nand configure their attributes and permissions.\n\n`Read more information about the file structure `_\n\n\nInstallation\n------------\n\nThe last release\n~~~~~~~~~~~~~~~~\n\n.. code-block:: bash\n\n pip install kinto-wizard\n\n\nThe development version\n~~~~~~~~~~~~~~~~~~~~~~~\n\nAfter having cloned the repo:\n\n.. code-block:: bash\n\n pip install -e .\n\n\nHow to use it?\n--------------\n\nLoad\n~~~~\n\n.. code-block:: bash\n\n kinto-wizard load \\\n --server https://kinto-writer.stage.mozaws.net/v1 \\\n --auth admin:credentials \\\n new-config.yml\n\nDump\n~~~~\n\n.. code-block:: bash\n\n kinto-wizard dump \\\n --server https://kinto-writer.stage.mozaws.net/v1 \\\n --auth admin:credentials \\\n > current-config.yml\n\nThe dump also accepts a ``--full`` option that will output object data and collection\nrecords.\n\n\nValidate a dump\n---------------\n\nThe way Kinto works is by letting you change a collection schema but\nwon't enforce the new schema for existing records.\n\nWhen you dump a collection and its records, you can end-up having\nrecords that Kinto won't let you upload back because the schema\nchanged and they are invalid with the current schema.\n\nThis can lead to unexpected behavior on loading time which is a bit\ncumbersome because depending of the size of the file you are loading,\nit can takes a long time before getting an actual error.\n\nIn order to fix the file before loading, you can use the validate\ncommand that would give you the error Kinto would return if you were\nto load the file on a Kinto server.\n\n\n.. code-block:: bash\n\n kinto-wizard validate current-config.yml\n\n\nChangelog\n=========\n\nThis document describes changes between each past release.\n\n4.0.1 (2018-12-10)\n------------------\n\n**Bug fixes**\n\n- Handle Draftv4 schema validation for empty required.\n\n\n4.0.0 (2018-12-10)\n------------------\n\n**Breaking changes**\n\n- ``kinto-wizard load`` now expects to find a ``buckets:`` root level in\n the YAML file. And ``kinto-wizard dump`` will now add it (fixes #59)\n\n**New feature**\n\n- Add a ``validate`` command to run JSON schema validation on the records\n locally. (fixes #61)\n\n**Internal changes**\n\n- To ease the transition between kinto-wizard 3 and kinto-wizard 4,\n handle both for a couple of releases. (#64)\n\n\n3.0.0 (2018-10-17)\n------------------\n\n**Breaking changes**\n\n- Upgrade to kinto-http.py 10.0 means that the batch will fail if one\n of the server responses has a 4XX status, use the\n ``--ignore-batch-4xx`` to keep the previous behaviour.\n\n**New features**\n\n- Add an ``--ignore-batch-4xx`` option to explicitly ask for silent\n 4xx errors.\n\n**Bug fixes**\n\n- Handle YAML date and datetime values. (#51)\n\n**Internal changes**\n\n- Add test for YAML node anchors support (#52)\n See https://en.wikipedia.org/wiki/YAML#Advanced_components\n\n\n2.4.0 (2018-05-23)\n------------------\n\n- Add a ``--dry-run`` for the load command to see how many records\n would be deleted. (#46)\n- Add a ``--delete-record`` to delete the existing records that are\n not in the YAML file. (#47)\n\n\n2.3.0 (2017-10-04)\n------------------\n\n- Add ``--data`` and ``--records`` options to be able to dump objects\n data without dumping records. (#33)\n\n\n2.2.0 (2017-09-01)\n------------------\n\n**New features**\n\n- Use ``asyncio`` to add parallelism to the ``load`` command (#18).\n\n\n2.1.0 (2017-06-28)\n------------------\n\n**New features**\n\n- Add logger configuration for kinto-http.py (#26)\n- Add an option to force the update with a CLIENT_WINS strategy (#28)\n- Add an option to select the bucket or collection to export (#30)\n\n\n2.0.0 (2017-05-22)\n------------------\n\n**Breaking changes**\n\n- Upgrade to kinto-http 8.0.0 with Python 3.5+ support.\n- The ``--full`` option of the ``dump`` command now outputs records (#16)\n\n**New features**\n\n- The ``load`` command now supports records (#16)\n\n\n1.0.0 (2016-11-22)\n------------------\n\n**Initial version**\n\n- Supports dumping/loading groups and permissions from/to a YAML file.\n\n\nContributors\n============\n\n* R\u00e9my Hubscher \n* Mathieu Leplatre \n* Gabriela Surita ", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kinto/kinto-wizard", "keywords": "web sync json storage services", "license": "Apache License (2.0)", "maintainer": "", "maintainer_email": "", "name": "kinto-wizard", "package_url": "https://pypi.org/project/kinto-wizard/", "platform": "", "project_url": "https://pypi.org/project/kinto-wizard/", "project_urls": { "Homepage": "https://github.com/Kinto/kinto-wizard" }, "release_url": "https://pypi.org/project/kinto-wizard/4.0.1/", "requires_dist": null, "requires_python": "", "summary": "kinto-wizard is a tool to configure a kinto server from an YAML file.", "version": "4.0.1" }, "last_serial": 4580162, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d4687591f18d30d1e519b3b2a72248fe", "sha256": "bb88f3b9b9395767920bfe65c7186a4c4d25290e8ec31381fb14d8f18c4a6947" }, "downloads": -1, "filename": "kinto_wizard-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d4687591f18d30d1e519b3b2a72248fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8061, "upload_time": "2016-11-24T11:58:06", "url": "https://files.pythonhosted.org/packages/4e/ae/5eb2ed0555e07ae0a87586857c6071fe1279d8de5964c7d6c099fe8c44d1/kinto_wizard-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86cda9a4872689c0e895c4f19d90dcdc", "sha256": "ae71f18958e93839aa2b5fdd364778b4a857e2d8d33d72560b8b52c39dd9989d" }, "downloads": -1, "filename": "kinto-wizard-1.0.0.tar.gz", "has_sig": false, "md5_digest": "86cda9a4872689c0e895c4f19d90dcdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6152, "upload_time": "2016-11-24T11:58:09", "url": "https://files.pythonhosted.org/packages/5a/aa/a2e7c7538391b64fe9457a1b07e93f94f58603b9d321b8a6a5d1d4fc6be2/kinto-wizard-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "e4636b061625e965d47613fd997498e8", "sha256": "c70c71083e8ed54a97ec09d462f884586ce11b13ee555b030e4f7b550ee47595" }, "downloads": -1, "filename": "kinto_wizard-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4636b061625e965d47613fd997498e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8998, "upload_time": "2017-05-22T12:53:37", "url": "https://files.pythonhosted.org/packages/28/66/f9bd566e1c52a492d270f8d2769d578b53be0f86b49619d14bf3fb4a3e68/kinto_wizard-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f61b4d56d048e6d8ddb4ba4b9feb2d09", "sha256": "ccc67394699eb959ad4d60c98ef59fdf8ad23e5ce26de6b2b1ae2aafd4bb6012" }, "downloads": -1, "filename": "kinto-wizard-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f61b4d56d048e6d8ddb4ba4b9feb2d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6876, "upload_time": "2017-05-22T12:53:39", "url": "https://files.pythonhosted.org/packages/b4/c3/86a7b71bb0a2a20e4c86bc54dc1f088caf6c6384baf27aa2a52dadaee132/kinto-wizard-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "4842e8e076a57ff74c05745e3f92bc6d", "sha256": "87d36919c86a0969c61e2a614ddbb63311a805d61ad9910ace8a167ce65c3587" }, "downloads": -1, "filename": "kinto_wizard-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4842e8e076a57ff74c05745e3f92bc6d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10105, "upload_time": "2017-06-28T17:44:50", "url": "https://files.pythonhosted.org/packages/36/ca/f1b9084182cab00ed2124cded679fe2ac72f59e38020be4886594fc71568/kinto_wizard-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3463760ea7df045233c88fbe7ba0a713", "sha256": "cdd3d2b1e4dccdce9f0ca466898c510df5ac27a3dc06d826620c8447c1a08bf4" }, "downloads": -1, "filename": "kinto-wizard-2.1.0.tar.gz", "has_sig": false, "md5_digest": "3463760ea7df045233c88fbe7ba0a713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8778, "upload_time": "2017-06-28T17:44:49", "url": "https://files.pythonhosted.org/packages/d5/7a/633f413cffdf1dd7044952a156a07947668b655b1c4869fb3ac09cd481e1/kinto-wizard-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "e777fc5b28c837e6a9a96692251d2da8", "sha256": "e856daccd673ebcf61682952b084f2b952dba3be9d5200ee5749a4cc35d9f67e" }, "downloads": -1, "filename": "kinto_wizard-2.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e777fc5b28c837e6a9a96692251d2da8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11267, "upload_time": "2017-09-01T12:30:02", "url": "https://files.pythonhosted.org/packages/cd/04/b2317d1f04e0c65c4a49a45121ad3c16544d1a7092b8ea9180be941953eb/kinto_wizard-2.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2765463467d6b425d946a407b0e4ea00", "sha256": "59aecbd696c3c6edc8c863eecf80366f62d996c27b8fd2ebaba0599637a8cd73" }, "downloads": -1, "filename": "kinto-wizard-2.2.0.tar.gz", "has_sig": false, "md5_digest": "2765463467d6b425d946a407b0e4ea00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8592, "upload_time": "2017-09-01T12:30:03", "url": "https://files.pythonhosted.org/packages/a4/ef/ab8f7dd50f52f9005e2fc80f0872aab136115467c5b363b9e18570a5185a/kinto-wizard-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "2e330f6c321f3d82cbb53b23953d3e07", "sha256": "c83102fcff999b4914a2bd146114566634f34a99b963885054a123b0426612a9" }, "downloads": -1, "filename": "kinto_wizard-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e330f6c321f3d82cbb53b23953d3e07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11614, "upload_time": "2017-10-04T20:55:01", "url": "https://files.pythonhosted.org/packages/35/fe/73ceddc477a3f327d681bf75b5074c02ed726c933740dc4e2962d06b7c54/kinto_wizard-2.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99741bee62320fbfedcc630480c1da06", "sha256": "7b9a4f856b50e53079cd728feb87787b3001b0cd3b3c0ff9981a1f196adf6f2d" }, "downloads": -1, "filename": "kinto-wizard-2.3.0.tar.gz", "has_sig": false, "md5_digest": "99741bee62320fbfedcc630480c1da06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10224, "upload_time": "2017-10-04T20:54:57", "url": "https://files.pythonhosted.org/packages/af/76/96bb3bf507530cc20a145402ca05aa60e90716bb0ccc603cc398a2fbd848/kinto-wizard-2.3.0.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "369c9991b3379e407ab4f9d26ebc594e", "sha256": "83ce668bff369ff0408a6a1a0de9c901351a40b2c8db367aca44395ded7e38bf" }, "downloads": -1, "filename": "kinto_wizard-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "369c9991b3379e407ab4f9d26ebc594e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12555, "upload_time": "2018-05-23T08:05:12", "url": "https://files.pythonhosted.org/packages/8f/bf/2ac705437b43e7502b7246f3a0e2262c063fc0f95b95acdc0aa55ad88ac6/kinto_wizard-2.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a8ed0e612905d09a89ac5f34998a9c2", "sha256": "17893f3c7dbad1967deb3ee31548ca1ddccdc60c6c0f4c1c7c47d82c10089d35" }, "downloads": -1, "filename": "kinto-wizard-2.4.0.tar.gz", "has_sig": false, "md5_digest": "9a8ed0e612905d09a89ac5f34998a9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10557, "upload_time": "2018-05-23T08:05:11", "url": "https://files.pythonhosted.org/packages/c2/b9/349ef40346e45d4fe35dfdd57e733caf6da477bbb5232eb2376dc599aa4a/kinto-wizard-2.4.0.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "c6d11b9123a31cc20d18a54cf48ec81a", "sha256": "ef402557fe0c55303cea0691df36278fda33d53821fa72e3c64cfee536d4cfb7" }, "downloads": -1, "filename": "kinto_wizard-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c6d11b9123a31cc20d18a54cf48ec81a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13706, "upload_time": "2018-10-17T13:20:46", "url": "https://files.pythonhosted.org/packages/50/ec/fd8e37b32ba3e9d7cbae7ab1f4f84f7685a9ce05b3bf680eca812cf6bcb6/kinto_wizard-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8b9872ca77fb6438f61d99dbb88d17a", "sha256": "43fbe87a0a4737cc9ecc9da9b32b1b80e0269a7075f30a4b893a53a53b8c83b7" }, "downloads": -1, "filename": "kinto-wizard-3.0.0.tar.gz", "has_sig": false, "md5_digest": "b8b9872ca77fb6438f61d99dbb88d17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11870, "upload_time": "2018-10-17T13:20:44", "url": "https://files.pythonhosted.org/packages/fe/d3/b6628290609bb6e4e4e4e81eb9341745c39d763b07f2047e5adcd91397c9/kinto-wizard-3.0.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "bc7629b02e9669f9633896f31ceceda1", "sha256": "378fb6645fbd75bb5e74bbfd53fcbc5bb1a87adbe5596f07c7f743d34eb7575c" }, "downloads": -1, "filename": "kinto_wizard-4.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bc7629b02e9669f9633896f31ceceda1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16123, "upload_time": "2018-12-10T08:36:59", "url": "https://files.pythonhosted.org/packages/30/e2/0e7239b34d1388e4e9a3f9bc852c2e6daefc108ab18d563e3d8692d968c5/kinto_wizard-4.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d4c205ff81c39ea33a00d99269990115", "sha256": "4c3ca6e631d34f22583207b44d803432bbd85438599a219d15d4e5f47712679c" }, "downloads": -1, "filename": "kinto-wizard-4.0.0.tar.gz", "has_sig": false, "md5_digest": "d4c205ff81c39ea33a00d99269990115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14326, "upload_time": "2018-12-10T08:36:57", "url": "https://files.pythonhosted.org/packages/25/bf/a4b4aa8024eff907c401eaa9bb92690206a473c29a2bbd98ff5b3c333fb0/kinto-wizard-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "8567a36c6c353fa2cdc428fb1416e958", "sha256": "2ccf9a613fb3565c5e72ee2baacb493e8a1f66e62c2ea3ccf5d50b18d23f7886" }, "downloads": -1, "filename": "kinto_wizard-4.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8567a36c6c353fa2cdc428fb1416e958", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16297, "upload_time": "2018-12-10T10:51:22", "url": "https://files.pythonhosted.org/packages/27/f6/98dccdf4a7a5334587be156bf41bfc152fab293bc59cfb42c275f4c76b51/kinto_wizard-4.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f4f8d0423315d5ab5e7c653eae12919", "sha256": "1c13a5f45b20669903e826ce2364103ff3b786e8372677058da90b88084f54f8" }, "downloads": -1, "filename": "kinto-wizard-4.0.1.tar.gz", "has_sig": false, "md5_digest": "0f4f8d0423315d5ab5e7c653eae12919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14488, "upload_time": "2018-12-10T10:51:21", "url": "https://files.pythonhosted.org/packages/dc/1c/c2b568e5e31a4bc45370edb9fd78b13ce5d83f5f9c3721818150fe6bc939/kinto-wizard-4.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8567a36c6c353fa2cdc428fb1416e958", "sha256": "2ccf9a613fb3565c5e72ee2baacb493e8a1f66e62c2ea3ccf5d50b18d23f7886" }, "downloads": -1, "filename": "kinto_wizard-4.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8567a36c6c353fa2cdc428fb1416e958", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16297, "upload_time": "2018-12-10T10:51:22", "url": "https://files.pythonhosted.org/packages/27/f6/98dccdf4a7a5334587be156bf41bfc152fab293bc59cfb42c275f4c76b51/kinto_wizard-4.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f4f8d0423315d5ab5e7c653eae12919", "sha256": "1c13a5f45b20669903e826ce2364103ff3b786e8372677058da90b88084f54f8" }, "downloads": -1, "filename": "kinto-wizard-4.0.1.tar.gz", "has_sig": false, "md5_digest": "0f4f8d0423315d5ab5e7c653eae12919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14488, "upload_time": "2018-12-10T10:51:21", "url": "https://files.pythonhosted.org/packages/dc/1c/c2b568e5e31a4bc45370edb9fd78b13ce5d83f5f9c3721818150fe6bc939/kinto-wizard-4.0.1.tar.gz" } ] }