{ "info": { "author": "Fang Nan", "author_email": "nanfang05@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Topic :: Utilities" ], "description": "=================================\n pymigrate - Migration By Python\n=================================\n\n:Version: 0.1\n:Download: http://pypi.python.org/pypi/pymigrate/\n:Documentation: http://pymigrate.readthedocs.org/\n:Source: http://github.com/nanfang/pymigrate/\n:Keywords: Python, Migrate\n\n\nDocumentation\n=============\n\n`http://pymigrate.readthedocs.org/ `_\n\n\nInstall\n=======\n\nUse pip::\n\n pip install pymigrate\n\nUse easy_install::\n\n easy_install pymigrate\n\n\nUsage\n=====\n\nMigrate scripts should be in one folder and with a prefix in name as index. The index is the order of execution of the scripts. eg::\n\n MIGRATE_FOLDER/001_create_user_schema.py\n 002_create_group_schema.py\n 003_init_user_data.py\n\nThen, run the migrate scripts by::\n\n pymigrate MIGRATE_FOLDER\n\nAfter migration is done, we can show the trace by::\n\n pymigrate -t MIGRATE_FOLDER\n\nWhen you have new change to apply to the system, just add more scripts into the MIGRATE_FOLDER, and use index for the execution order.\nIf you just clear the system(like drop the database and recreate) and want to re-run the migrate sequence, you need clear the trace::\n\n\n pymigrate -c MIGRATE_FOLDER", "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/nanfang/pymigrate", "keywords": "python migrate migration", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pymigrate", "package_url": "https://pypi.org/project/pymigrate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymigrate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nanfang/pymigrate" }, "release_url": "https://pypi.org/project/pymigrate/0.1/", "requires_dist": null, "requires_python": null, "summary": "Pymigrate is a tool for you to use python scripts or whatever self runnable scripts as your migration sripts for your data and systme.", "version": "0.1" }, "last_serial": 797412, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ff5a13c0491f56deaa5d40073d6d7115", "sha256": "8e78f05ee1dbce5184a6b6dd5d45f4bab1171f748441b0989fa4521a93f5c7e6" }, "downloads": -1, "filename": "pymigrate-0.1.tar.gz", "has_sig": false, "md5_digest": "ff5a13c0491f56deaa5d40073d6d7115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2052, "upload_time": "2012-04-24T16:32:53", "url": "https://files.pythonhosted.org/packages/4c/47/d1959f11ff28ca1e2e1f1ecc0ead912f3fe46894d20611f9e6e3d839d729/pymigrate-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff5a13c0491f56deaa5d40073d6d7115", "sha256": "8e78f05ee1dbce5184a6b6dd5d45f4bab1171f748441b0989fa4521a93f5c7e6" }, "downloads": -1, "filename": "pymigrate-0.1.tar.gz", "has_sig": false, "md5_digest": "ff5a13c0491f56deaa5d40073d6d7115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2052, "upload_time": "2012-04-24T16:32:53", "url": "https://files.pythonhosted.org/packages/4c/47/d1959f11ff28ca1e2e1f1ecc0ead912f3fe46894d20611f9e6e3d839d729/pymigrate-0.1.tar.gz" } ] }