{ "info": { "author": "Chris Dent", "author_email": "cdent@peermore.com", "bugtrack_url": null, "classifiers": [], "description": "migrate is a plugin for migrating the content of one\nTiddlyWeb store to another. This can provide two functions:\n\n* Duplicating a store to the same format for use elsewhere, or backups.\n* Changing the format of the store from one StorageInterface\n implementation to another (e.g. from text to sql).\n\nTo use 'migrate' the tiddlywebconfig.py in the source\ninstance should be edited to add 'tiddlywebplugins.migrate' to\n'twanager_plugins' and to add a 'target_store' key.\n\nThe 'target_store' key's value is the same form as\n'server_store', with the config information of the \nstore being migrated to.\n\nHere's an example that will migrate from the sql store\nto the text store, with the data stored in a dir in\n/tmp:\n\nconfig = {\n 'twanager_plugins': ['tiddlywebplugins.migrate'],\n 'server_store': ['sql', {'db_config': 'sqlite:///test.db'}],\n 'target_store': ['text', {'store_root': '/tmp/backupstore'}],\n}\n\nOnce the configuration is set the twanager command is run:\n\n twanager migrate\n\nIf the store is large this may take some time.\n\nWhen tiddlers are migrated from one store to another, they\nare stored as new revisions, so if the target store already\nexists and has a tiddler of the same name in the same bag,\nit will create a new one, extending the revisions.\n\nLicensed as TiddlyWeb itself.\n\nFor more information on TiddlyWeb see http://tiddlyweb.com/\n\nCopyright 2009, 2013 Chris Dent.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tiddlywebplugins.migrate", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tiddlywebplugins.migrate", "package_url": "https://pypi.org/project/tiddlywebplugins.migrate/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/tiddlywebplugins.migrate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tiddlywebplugins.migrate" }, "release_url": "https://pypi.org/project/tiddlywebplugins.migrate/0.8/", "requires_dist": null, "requires_python": null, "summary": "Migrate the contents of one tiddlyweb store to another", "version": "0.8" }, "last_serial": 858850, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "8c11cf9e1706577f85d4a42755201f8b", "sha256": "f8aad0e68741e993b6ffaa5775f26125442ef22fcd900162f49670cd2e7ccfbf" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.2.tar.gz", "has_sig": false, "md5_digest": "8c11cf9e1706577f85d4a42755201f8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2566, "upload_time": "2009-11-17T15:09:42", "url": "https://files.pythonhosted.org/packages/0d/bc/877651b06d77ba233d40cf7e115140d6bca65cbac082433d8972cbd1380b/tiddlywebplugins.migrate-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b379df2b35aec8c03d5b5fdedc02dd08", "sha256": "59f37b25efcb644335f1c2426a968015a3f823b45c79b4524c053213caed7aa1" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.3.tar.gz", "has_sig": false, "md5_digest": "b379df2b35aec8c03d5b5fdedc02dd08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2567, "upload_time": "2009-11-17T15:10:58", "url": "https://files.pythonhosted.org/packages/cf/43/10b1b5019b655b02b867307dba2014ca94bc7f5711d88e213c609be3f417/tiddlywebplugins.migrate-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "6eecf4a81c8bfd906bb4caed4d52ba4e", "sha256": "401c0d29c160ce51ce8faf8c8f3f3b650a0c5c7fd6dc723b930948fcfcb79d24" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.4.tar.gz", "has_sig": false, "md5_digest": "6eecf4a81c8bfd906bb4caed4d52ba4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2624, "upload_time": "2009-12-10T14:40:24", "url": "https://files.pythonhosted.org/packages/61/5c/8932326f337652fd18733f60f9bb8c6dcb4202c95c999f1ccf2c3a821fba/tiddlywebplugins.migrate-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "0a623877f78dde1faa51ed21a38881cf", "sha256": "1866f5c9e8d97c7573c678505a48833406570a2e76ba6fa7f935038bc0722abb" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.5.tar.gz", "has_sig": false, "md5_digest": "0a623877f78dde1faa51ed21a38881cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2638, "upload_time": "2010-01-12T21:24:00", "url": "https://files.pythonhosted.org/packages/0f/9f/d89e0ea1ae24ed96d9c57e673a74d6dc191bacb7990c449e7972284b7dae/tiddlywebplugins.migrate-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "6dc6d927ab422213b1e65f32e1063538", "sha256": "728c32d33eca8d9edeefdaac81ca88410e9b269f2a8767afdeb0480a5cd56313" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.6.tar.gz", "has_sig": false, "md5_digest": "6dc6d927ab422213b1e65f32e1063538", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2659, "upload_time": "2010-03-09T20:28:52", "url": "https://files.pythonhosted.org/packages/3a/a9/2b17dd861405b872f21cc37f27659c22b5f065b8bb46bceb7c6430b80da8/tiddlywebplugins.migrate-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "29ef7feb3ab35674f710580503cfbc3d", "sha256": "5bda43b61a93ddea3a359d34de2c556c60e1cb2ee35639de4d0dac70086baf5d" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.7.tar.gz", "has_sig": false, "md5_digest": "29ef7feb3ab35674f710580503cfbc3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2746, "upload_time": "2010-07-20T19:15:49", "url": "https://files.pythonhosted.org/packages/bf/de/d0e77ff12b08b9b506a0d81168fb4f23a64f73bff963188584b0283817d4/tiddlywebplugins.migrate-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "eb7ce10d69289c087b84ea6d851a917f", "sha256": "12da265eecd054ba3a21553006ec43abe095072ead7bf7daf3bab3998e75bd93" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.8.tar.gz", "has_sig": false, "md5_digest": "eb7ce10d69289c087b84ea6d851a917f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7336, "upload_time": "2013-03-07T16:40:43", "url": "https://files.pythonhosted.org/packages/c6/fb/28e81c23b57215e568a24437f160ee71c24af7071fbe698072dbbf2d26b9/tiddlywebplugins.migrate-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb7ce10d69289c087b84ea6d851a917f", "sha256": "12da265eecd054ba3a21553006ec43abe095072ead7bf7daf3bab3998e75bd93" }, "downloads": -1, "filename": "tiddlywebplugins.migrate-0.8.tar.gz", "has_sig": false, "md5_digest": "eb7ce10d69289c087b84ea6d851a917f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7336, "upload_time": "2013-03-07T16:40:43", "url": "https://files.pythonhosted.org/packages/c6/fb/28e81c23b57215e568a24437f160ee71c24af7071fbe698072dbbf2d26b9/tiddlywebplugins.migrate-0.8.tar.gz" } ] }