{ "info": { "author": "Oliver Cope", "author_email": "oliver@redgecko.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Version Control" ], "description": "Yoyo database migrations\n========================\n\nYoyo is a database schema migration tool. You write database migrations\nas Python scripts containing raw SQL statements or Python functions.\n\nWhat does yoyo-migrations do?\n-----------------------------\n\nAs your database application evolves, changes to the database schema may be\nrequired. Yoyo lets you write migration scripts in Python containing\nSQL statements to migrate your database schema to a new version.\n\nA simple migration script looks like this:\n\n.. code::python\n\n # file: migrations/0001.create-foo.py\n from yoyo import step\n step(\n \"CREATE TABLE foo (id INT, bar VARCHAR(20), PRIMARY KEY (id))\",\n \"DROP TABLE foo\",\n )\n\nYoyo manages these database migration scripts,\ngives you command line tools to apply and rollback migrations,\nand manages dependencies between migrations.\n\nDatabase support\n----------------\n\nPostgreSQL, MySQL and SQLite databases are supported.\nODBC and Oracle database backends are available (but unsupported).\n\nDocumentation and code\n----------------------\n\n`Yoyo migrations documentation `_\n\\| `Repository `_\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ollycope.com/software/yoyo/latest/", "keywords": "migrations migrate database alembic south", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "yoyo-migrations", "package_url": "https://pypi.org/project/yoyo-migrations/", "platform": "", "project_url": "https://pypi.org/project/yoyo-migrations/", "project_urls": { "Homepage": "https://ollycope.com/software/yoyo/latest/" }, "release_url": "https://pypi.org/project/yoyo-migrations/6.1.0/", "requires_dist": [ "text-unidecode", "iniherit", "PyMySQL; extra == 'mysql'", "psycopg2; extra == 'postgres'", "pyodbc; extra == 'pyodbc'" ], "requires_python": "", "summary": "Database migrations with SQL", "version": "6.1.0" }, "last_serial": 4815194, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "e1d12a54383fd882108a62a0a71af25a", "sha256": "2e2bdaf90a9634a52486d0fcb8a45c1043ed13563a89ef0a7cb5731f1c226e84" }, "downloads": -1, "filename": "yoyo-migrations-1.tar.gz", "has_sig": false, "md5_digest": "e1d12a54383fd882108a62a0a71af25a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11044, "upload_time": "2010-02-22T11:43:12", "url": "https://files.pythonhosted.org/packages/45/ff/69e53ca2738c4c1a55a16f863ff86088eb6faae1464af668d74fe21eda7d/yoyo-migrations-1.tar.gz" } ], "2": [ { "comment_text": "", "digests": { "md5": "0f304355fb4d0d6d397c84a38d22b9b9", "sha256": "aa0156cd2f3828dee7625c1bb9d8d0673d5d47d0b52acd453c11d8f20bbf4eb4" }, "downloads": -1, "filename": "yoyo-migrations-2.tar.gz", "has_sig": false, "md5_digest": "0f304355fb4d0d6d397c84a38d22b9b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11045, "upload_time": "2010-02-22T13:33:45", "url": "https://files.pythonhosted.org/packages/a4/95/9ff647032e3015136a847b37d813a88cb9c41c3ff33f21b9e8a3bc6d5ed6/yoyo-migrations-2.tar.gz" } ], "3": [ { "comment_text": "", "digests": { "md5": "fa92c618dec57a0c6ccabead4b47e89c", "sha256": "83d713db4de000f2029a8e7aa3c0d600792f47d287eadca96d8b24b1b8342f04" }, "downloads": -1, "filename": "yoyo-migrations-3.tar.gz", "has_sig": false, "md5_digest": "fa92c618dec57a0c6ccabead4b47e89c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13002, "upload_time": "2010-04-27T17:10:31", "url": "https://files.pythonhosted.org/packages/f0/e4/e003d456eccace15a9cbd1a276c934b447c0e15349bb23099694e0042f18/yoyo-migrations-3.tar.gz" } ], "4": [ { "comment_text": "", "digests": { "md5": "ebd6fe74b858666991a0a7063e42c9c3", "sha256": "4dd56624c2c966911ab4dbe1efce32c535c55f2c324aef917e3f457ecc76a649" }, "downloads": -1, "filename": "yoyo-migrations-4.tar.gz", "has_sig": false, "md5_digest": "ebd6fe74b858666991a0a7063e42c9c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16697, "upload_time": "2010-04-27T17:14:47", "url": "https://files.pythonhosted.org/packages/a5/44/1389bded90720398579e928185a361d2cea399a334273dda7d82af5b90dd/yoyo-migrations-4.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "d3f84d131c89eb10d5e4baef2c864238", "sha256": "53dc2e77299a3cb0a723007bac1f96cd1cb7935843936f72236c77e409cf5acf" }, "downloads": -1, "filename": "yoyo-migrations-4.1.0.tar.gz", "has_sig": false, "md5_digest": "d3f84d131c89eb10d5e4baef2c864238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19742, "upload_time": "2010-09-24T19:16:33", "url": "https://files.pythonhosted.org/packages/dd/75/1e40325a856ef8fd471a992eb6a0f24f46592ce606ed015e5b007615312a/yoyo-migrations-4.1.0.tar.gz" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "d2b783c8bba21208613a780d222e7321", "sha256": "fb07467fc3b12c799a4124bee9ab3f348b01b974b4d9b145bf0ea7fd16ad727f" }, "downloads": -1, "filename": "yoyo-migrations-4.1.1.tar.gz", "has_sig": false, "md5_digest": "d2b783c8bba21208613a780d222e7321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18378, "upload_time": "2011-07-14T18:24:44", "url": "https://files.pythonhosted.org/packages/32/bb/18e2ed484c8a7fa84c3380a64532e2e73e0c733ecdd0a4142c1d2302a4e6/yoyo-migrations-4.1.1.tar.gz" } ], "4.1.2": [ { "comment_text": "", "digests": { "md5": "974154e560b19ab148e76f8817dee782", "sha256": "e1c531473a13d251c0f0fb487ec89e3d965b0d73044a8cf1265a7940a57120ef" }, "downloads": -1, "filename": "yoyo-migrations-4.1.2.tar.gz", "has_sig": false, "md5_digest": "974154e560b19ab148e76f8817dee782", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18436, "upload_time": "2011-08-04T13:04:34", "url": "https://files.pythonhosted.org/packages/0e/89/21fd24c831879f6e6f524ee96618ab1b4eaf176a56ee79cd9f0612130d5f/yoyo-migrations-4.1.2.tar.gz" } ], "4.1.3": [ { "comment_text": "", "digests": { "md5": "f08302fc163d84d9dc3c6cddfc917583", "sha256": "09454b9bc46705ddc4bd2dbc86e1bf46da764b7206ab241a0b7983e2a12d1d42" }, "downloads": -1, "filename": "yoyo-migrations-4.1.3.tar.gz", "has_sig": false, "md5_digest": "f08302fc163d84d9dc3c6cddfc917583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18480, "upload_time": "2011-08-04T13:24:27", "url": "https://files.pythonhosted.org/packages/e9/cc/0ef9d0608d8b6113201c27370d9b9d769c291a49fafbf8d44cc2c22ccdbc/yoyo-migrations-4.1.3.tar.gz" } ], "4.1.4": [ { "comment_text": "", "digests": { "md5": "28069b26247d67d6e207e959a54fff58", "sha256": "53c6b9907bea1a1bdaed0950386559cd769ee7c7b5f90485064e38f87cfb1c09" }, "downloads": -1, "filename": "yoyo-migrations-4.1.4.tar.gz", "has_sig": false, "md5_digest": "28069b26247d67d6e207e959a54fff58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20139, "upload_time": "2011-09-03T17:59:08", "url": "https://files.pythonhosted.org/packages/53/08/7116bc91e03e8a397eddd94a04c47bc8d80bdc69f9d756be1cbf625ab740/yoyo-migrations-4.1.4.tar.gz" } ], "4.1.5": [ { "comment_text": "", "digests": { "md5": "89ebd6738cffa9e090a8f10f994d55b0", "sha256": "8cfaf0320d6ec8c625322a7f174d1bae594ad3628966f74a5d6eb7079fd9ed53" }, "downloads": -1, "filename": "yoyo-migrations-4.1.5.tar.gz", "has_sig": false, "md5_digest": "89ebd6738cffa9e090a8f10f994d55b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18892, "upload_time": "2011-11-30T17:06:56", "url": "https://files.pythonhosted.org/packages/04/19/5887eaa300b678d70227e19e59c058cf76f612e46923a6d154d33955489a/yoyo-migrations-4.1.5.tar.gz" } ], "4.1.6": [ { "comment_text": "", "digests": { "md5": "2df5ec35b9a97bb828d1236d23926ee1", "sha256": "6c7c314ac8537bb8cb4f3ab6e0dfc3f2ce79204f44639dcb4db7308fec9d7de7" }, "downloads": -1, "filename": "yoyo-migrations-4.1.6.tar.gz", "has_sig": false, "md5_digest": "2df5ec35b9a97bb828d1236d23926ee1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18955, "upload_time": "2012-05-17T18:51:10", "url": "https://files.pythonhosted.org/packages/75/85/ddd0783f102606e0e9796a97630b687088d4855a174737cede5a476f2599/yoyo-migrations-4.1.6.tar.gz" } ], "4.2.0": [ { "comment_text": "", "digests": { "md5": "817a235d96a068df182ba2b78818e481", "sha256": "87d531079aebdeae8bf72fdced6e4f535c51bc68f690c35b97c5c6d3c018cd8a" }, "downloads": -1, "filename": "yoyo-migrations-4.2.0.tar.gz", "has_sig": false, "md5_digest": "817a235d96a068df182ba2b78818e481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13201, "upload_time": "2013-06-25T06:21:36", "url": "https://files.pythonhosted.org/packages/6a/12/36bdf12469d7834e373210c2be129e827dab0c82279fc12f93323c3b589f/yoyo-migrations-4.2.0.tar.gz" } ], "4.2.1": [ { "comment_text": "", "digests": { "md5": "46de75e28f8ed1d3be33ea4571603879", "sha256": "b91f3dc78c71f9123c0fd6435b89c4cc9388107114d9ab457c13edce55465335" }, "downloads": -1, "filename": "yoyo-migrations-4.2.1.tar.gz", "has_sig": false, "md5_digest": "46de75e28f8ed1d3be33ea4571603879", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15845, "upload_time": "2013-06-27T09:16:44", "url": "https://files.pythonhosted.org/packages/97/69/9df7cd58652c02b2ce75c382ddd1209d583fde79fe82b086cfe9bf45565e/yoyo-migrations-4.2.1.tar.gz" } ], "4.2.2": [ { "comment_text": "", "digests": { "md5": "beda5d8b02c5743b22e896048e89f225", "sha256": "52679c76a91c76f2046fde6296e5330fffaa57dde7306966c583d7ead1d80596" }, "downloads": -1, "filename": "yoyo-migrations-4.2.2.tar.gz", "has_sig": false, "md5_digest": "beda5d8b02c5743b22e896048e89f225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16422, "upload_time": "2013-09-17T12:13:26", "url": "https://files.pythonhosted.org/packages/bf/7e/33e107da60c8babe444c8b518a666da6d9bd7f68eb086afd9a3a71ce0471/yoyo-migrations-4.2.2.tar.gz" } ], "4.2.3": [ { "comment_text": "", "digests": { "md5": "c57a468c554a4965737a5c69e9320b03", "sha256": "694d6805e07f572598e1b7471582c59198c42f60cb7c9bcbbda3a5554b4a8ae9" }, "downloads": -1, "filename": "yoyo-migrations-4.2.3.tar.gz", "has_sig": false, "md5_digest": "c57a468c554a4965737a5c69e9320b03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17214, "upload_time": "2014-02-02T17:39:09", "url": "https://files.pythonhosted.org/packages/1c/c7/8b99a3a9be30d3d224456807b090ae1040285df3dd713123323e771e86d1/yoyo-migrations-4.2.3.tar.gz" } ], "4.2.4": [ { "comment_text": "", "digests": { "md5": "d89b345acd9be8fa60cef376333eea62", "sha256": "a5a42fda330aaec02eb5bedd967f1509d579d18513ea6171abb584e1c8491453" }, "downloads": -1, "filename": "yoyo-migrations-4.2.4.tar.gz", "has_sig": false, "md5_digest": "d89b345acd9be8fa60cef376333eea62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17255, "upload_time": "2014-02-02T17:46:06", "url": "https://files.pythonhosted.org/packages/72/2e/1a4183cb3e617a9cd97c3bd5b47215669b8bbd6b24790b0620049990e19a/yoyo-migrations-4.2.4.tar.gz" } ], "4.2.5": [ { "comment_text": "", "digests": { "md5": "01b97d6cb879100986e9f3ee37f63cf3", "sha256": "f28b27272ca71e80be3dd41bb730c79ea346b8f319bfcbce9772e5e6dd493d2f" }, "downloads": -1, "filename": "yoyo-migrations-4.2.5.tar.gz", "has_sig": false, "md5_digest": "01b97d6cb879100986e9f3ee37f63cf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19250, "upload_time": "2015-04-16T18:43:43", "url": "https://files.pythonhosted.org/packages/4d/a4/47b80a393973a34bed8785ef82f9da21fa827d13dba6d06eb1b574c92538/yoyo-migrations-4.2.5.tar.gz" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "313d146f8fd82210dc163f7d2035c6f0", "sha256": "d1fd8d87eb3bc7d55a8b0ecea45d38a8b425becc213a688191ffc83f147911c2" }, "downloads": -1, "filename": "yoyo-migrations-5.0.0.tar.gz", "has_sig": false, "md5_digest": "313d146f8fd82210dc163f7d2035c6f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39948, "upload_time": "2015-11-13T12:40:53", "url": "https://files.pythonhosted.org/packages/02/81/cb23c18e3e465f7dc2f4a46af0d26285aa4b1d9a5039a1834c528e39537b/yoyo-migrations-5.0.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "653dd64b57a3271fb10cba21b5931ac4", "sha256": "d458f78443b1db57eda423e86fe8b245561340a394da5dc83f40d6d1ae4237a4" }, "downloads": -1, "filename": "yoyo-migrations-5.0.1.tar.gz", "has_sig": false, "md5_digest": "653dd64b57a3271fb10cba21b5931ac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40151, "upload_time": "2015-11-13T15:22:39", "url": "https://files.pythonhosted.org/packages/32/09/f33ddf97b61ae3986bcd0cda1d554edff506d45a766deb34ced8e0837ea6/yoyo-migrations-5.0.1.tar.gz" } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "034e84be1b954093add33cd7c0d2af72", "sha256": "61c272bd2d6ac9fd0a078eeeb67aafa0b8a55dec88d428fe8ba90548d0c7669f" }, "downloads": -1, "filename": "yoyo-migrations-5.0.2.tar.gz", "has_sig": false, "md5_digest": "034e84be1b954093add33cd7c0d2af72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41549, "upload_time": "2016-06-21T11:06:09", "url": "https://files.pythonhosted.org/packages/58/7e/5be9e39243e05970392d2b24a44f9a0c41489f3e65c39ad9889275e3aa6e/yoyo-migrations-5.0.2.tar.gz" } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "6d5e5807b1daecbddd78fd3e747e8ddc", "sha256": "5f7fa102e956e73882a574226c8c6503ff3408df93f4d2feed789207a73a8935" }, "downloads": -1, "filename": "yoyo-migrations-5.0.3.tar.gz", "has_sig": false, "md5_digest": "6d5e5807b1daecbddd78fd3e747e8ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41691, "upload_time": "2016-07-03T07:59:06", "url": "https://files.pythonhosted.org/packages/64/55/97bd1000736023eedddc6c8b6220d7f2425ae9103608a3db8a4d03b32da2/yoyo-migrations-5.0.3.tar.gz" } ], "5.0.4": [ { "comment_text": "", "digests": { "md5": "7d18975575c34a291f43083fbc32b2e8", "sha256": "f3aa6cf745208c86135d752a8e5b9c675cda91997f4ffc44f0ef20b5648cdd6c" }, "downloads": -1, "filename": "yoyo-migrations-5.0.4.tar.gz", "has_sig": false, "md5_digest": "7d18975575c34a291f43083fbc32b2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41891, "upload_time": "2016-09-04T13:10:39", "url": "https://files.pythonhosted.org/packages/6e/11/07fe9e421dfed991c3eb63dcbee8af712e8daa4f6c08e366033a43d52495/yoyo-migrations-5.0.4.tar.gz" } ], "5.0.5": [ { "comment_text": "", "digests": { "md5": "34d68dd058db37d3334d5257f4908e44", "sha256": "0141541d1738c2a30ca3c4b7e124c09513565c0fbd48d25fb057a09b979e7eeb" }, "downloads": -1, "filename": "yoyo-migrations-5.0.5.tar.gz", "has_sig": false, "md5_digest": "34d68dd058db37d3334d5257f4908e44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40935, "upload_time": "2017-01-12T11:22:52", "url": "https://files.pythonhosted.org/packages/1b/33/7e4866815cc0c722feba5c8f3fb2fa3e6bfbb9d9790c9c5c5d1c9e84cb5b/yoyo-migrations-5.0.5.tar.gz" } ], "5.1.0": [ { "comment_text": "", "digests": { "md5": "c672592bf1e83c69e7b4dcb23929205e", "sha256": "10aae146e243a7921c1dcb3d425a9ffdf7cdc7d207b25a6c6af3ecc1f7c1798b" }, "downloads": -1, "filename": "yoyo_migrations-5.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c672592bf1e83c69e7b4dcb23929205e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 42078, "upload_time": "2018-06-11T18:50:37", "url": "https://files.pythonhosted.org/packages/37/b1/4ab39e2faad5ac4af2daf83ed9cd60c32f1f2a46b9830a230700625797b4/yoyo_migrations-5.1.0-py2-none-any.whl" } ], "5.1.1": [ { "comment_text": "", "digests": { "md5": "042c23afd70d5717e91a4729a23ab395", "sha256": "48ee462cd2fa116229c8b107441d3bb3e6ef7c666df8899a75676842a3256b40" }, "downloads": -1, "filename": "yoyo-migrations-5.1.1.freebsd-11.1-RELEASE-p9-amd64.tar.gz", "has_sig": false, "md5_digest": "042c23afd70d5717e91a4729a23ab395", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32489, "upload_time": "2018-06-12T11:04:15", "url": "https://files.pythonhosted.org/packages/7c/aa/70687b272b5fc5bc4bf40fa0028e29d4436faa99033c84bc1f11d17a2b78/yoyo-migrations-5.1.1.freebsd-11.1-RELEASE-p9-amd64.tar.gz" }, { "comment_text": "", "digests": { "md5": "636e800bcef14b34d0f2c40ae3ba692f", "sha256": "908ac27e4cda32d40e0d1428d3b540c8016284849a4091cfa35090bfcc10ee8a" }, "downloads": -1, "filename": "yoyo_migrations-5.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "636e800bcef14b34d0f2c40ae3ba692f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20323, "upload_time": "2018-06-12T11:04:14", "url": "https://files.pythonhosted.org/packages/0b/cb/8d72d6975afd0e7384a07132a79837f9dbcf0e95081ba78ccab3473f1950/yoyo_migrations-5.1.1-py2.py3-none-any.whl" } ], "5.1.2": [ { "comment_text": "", "digests": { "md5": "e7cbba598746787e924d0faaf7da53fd", "sha256": "0663434fc443f4163ce290f8d919f6ecdc61760dd5ab1a37fc080e34f3dbb6da" }, "downloads": -1, "filename": "yoyo_migrations-5.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7cbba598746787e924d0faaf7da53fd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20344, "upload_time": "2018-06-12T11:19:15", "url": "https://files.pythonhosted.org/packages/c7/6d/b1480e0176d64ea8211a8ac93a881ca76979851bc163e96077f50ea9bc24/yoyo_migrations-5.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5128092185a10a9849c4e2871e6bceac", "sha256": "134c16d6ea3093e34cbd198001f00dede496b4a4db422b1b349d6035f5d752a4" }, "downloads": -1, "filename": "yoyo-migrations-5.1.2.tar.gz", "has_sig": false, "md5_digest": "5128092185a10a9849c4e2871e6bceac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26245, "upload_time": "2018-06-12T11:19:16", "url": "https://files.pythonhosted.org/packages/b5/d6/2d04e60949ef8d91f882adac6b9120ece0a1312c994c952538d77692c825/yoyo-migrations-5.1.2.tar.gz" } ], "5.1.3": [ { "comment_text": "", "digests": { "md5": "a247cf2010ed8e2f3d4dbeb8388da0ca", "sha256": "a03bcf2ebcace0d1941cc09fe140982ad62b2e8b2b3a39ebb5a651178a2e257a" }, "downloads": -1, "filename": "yoyo_migrations-5.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a247cf2010ed8e2f3d4dbeb8388da0ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20343, "upload_time": "2018-06-12T11:34:02", "url": "https://files.pythonhosted.org/packages/67/1b/78c5f4f973d9a15b7c3a5462d0315bed61f6030a4ad450aada03718838a4/yoyo_migrations-5.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e045ed71318052803f6e1ccfbac7e7c", "sha256": "efef0eaaba401f8266458d60695a3e22e3a32b341ae361d7f387b2cf9fea579d" }, "downloads": -1, "filename": "yoyo-migrations-5.1.3.tar.gz", "has_sig": false, "md5_digest": "0e045ed71318052803f6e1ccfbac7e7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26233, "upload_time": "2018-06-12T11:34:04", "url": "https://files.pythonhosted.org/packages/42/cc/e1b9fa51940ec829afaa497e073280a95f7941a06125942e7f420a881f50/yoyo-migrations-5.1.3.tar.gz" } ], "5.1.4": [ { "comment_text": "", "digests": { "md5": "cb23e00ee2d054ae3050f83b48312d70", "sha256": "d78255c98223a3abd75e39b709f3c9b250d374052d80d6c8e7c1adfe0aa47fa6" }, "downloads": -1, "filename": "yoyo_migrations-5.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb23e00ee2d054ae3050f83b48312d70", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29500, "upload_time": "2018-06-12T11:44:34", "url": "https://files.pythonhosted.org/packages/c1/18/655871bab9f35e94c9737d16682002ff7105f20bf9150b3161591815bb81/yoyo_migrations-5.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c1460de502b26fb9f0237215d4b7335", "sha256": "c8e3e5687e56fed5a57bbe240a8f7620a7ee80e61fa3f99b21aab34ee678e417" }, "downloads": -1, "filename": "yoyo-migrations-5.1.4.tar.gz", "has_sig": false, "md5_digest": "3c1460de502b26fb9f0237215d4b7335", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32140, "upload_time": "2018-06-12T11:44:36", "url": "https://files.pythonhosted.org/packages/74/26/ed2cefe2d645eb00cd6eb775e10fb3a65b480156be28830d9724a3dd99af/yoyo-migrations-5.1.4.tar.gz" } ], "5.1.5": [ { "comment_text": "", "digests": { "md5": "f290a7f4979038688e4bb3c192ca3390", "sha256": "06c120d14e70607f4b75d48ab98bc39e27929bd2ea6ed90ff6973cb071f4f256" }, "downloads": -1, "filename": "yoyo_migrations-5.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f290a7f4979038688e4bb3c192ca3390", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29541, "upload_time": "2018-06-13T11:57:06", "url": "https://files.pythonhosted.org/packages/75/de/56473b7452deacdd71f64cf9697bba347160cd35f3a3e99bea70e93f6e1d/yoyo_migrations-5.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff038464799cd4015cb755c4dfc682c4", "sha256": "61bf05473488a4fd83f191c9bce0bb0272747c60f5961bc349df3f4e6c44de7e" }, "downloads": -1, "filename": "yoyo-migrations-5.1.5.tar.gz", "has_sig": false, "md5_digest": "ff038464799cd4015cb755c4dfc682c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32125, "upload_time": "2018-06-13T11:57:07", "url": "https://files.pythonhosted.org/packages/99/a5/eea0f28c7d6426869db5b4282dd70976906fe6b6d764ddc9a92b587fe2e8/yoyo-migrations-5.1.5.tar.gz" } ], "5.1.6": [ { "comment_text": "", "digests": { "md5": "dbf487d9eaebe6b4330a7cce8a581cf0", "sha256": "eb732f92adfba9e69a0547d5833db13e05e2dd6f37b2d48a1c9b4914373a7617" }, "downloads": -1, "filename": "yoyo_migrations-5.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dbf487d9eaebe6b4330a7cce8a581cf0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29550, "upload_time": "2018-06-28T13:36:57", "url": "https://files.pythonhosted.org/packages/93/d3/1e128144970169fe2a34ec75dae31cd186f641519c648827abb4276314c4/yoyo_migrations-5.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8f8085ef1067338cdad718ccdcb479d", "sha256": "a87a48b9807825aea8f20bced2c9e107612026e06c4efcd3c3f2d73005b2c5d9" }, "downloads": -1, "filename": "yoyo-migrations-5.1.6.tar.gz", "has_sig": false, "md5_digest": "c8f8085ef1067338cdad718ccdcb479d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32738, "upload_time": "2018-06-28T13:36:58", "url": "https://files.pythonhosted.org/packages/61/58/9f101d8ef5bcd1a44614409bccec20615ff26bf0883909801aaa60dc2a3d/yoyo-migrations-5.1.6.tar.gz" } ], "5.1.7": [ { "comment_text": "", "digests": { "md5": "eee9b695ccbe06cce6abb226e3dfa513", "sha256": "01332b50b11d54bd5f5def098d18dbb4dc782f173dbc04bed35dcb86bc49146d" }, "downloads": -1, "filename": "yoyo_migrations-5.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eee9b695ccbe06cce6abb226e3dfa513", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29559, "upload_time": "2018-07-30T12:43:35", "url": "https://files.pythonhosted.org/packages/03/e0/9f68c08ef31350eaf39fefa04b8fa69867c3b09999d08999ff90f16fbded/yoyo_migrations-5.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d744e5bc3198948626e950493218b69f", "sha256": "7d4b267eaf8c8472187d01435b2c0a6bf3947a1af21805b32a93753270b7cef1" }, "downloads": -1, "filename": "yoyo-migrations-5.1.7.tar.gz", "has_sig": false, "md5_digest": "d744e5bc3198948626e950493218b69f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32830, "upload_time": "2018-07-30T12:43:36", "url": "https://files.pythonhosted.org/packages/fb/12/0132a70f802d080550717f5645b3ed1aad36a1411848a4699b21e58301dd/yoyo-migrations-5.1.7.tar.gz" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "34c238550cbeb789165e2a77f6a08585", "sha256": "25ccb99faebdb820e87fdb410e8b21655a634124fde5dbdcdaa9a591cef01a19" }, "downloads": -1, "filename": "yoyo_migrations-6.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34c238550cbeb789165e2a77f6a08585", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33582, "upload_time": "2018-08-21T14:48:06", "url": "https://files.pythonhosted.org/packages/51/e4/3c611768f26e0eb171a95211d2af2d6ba2a1160026323a65daae807f5fa5/yoyo_migrations-6.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7915ea97779328ff68e24691ff326a58", "sha256": "54dce875b2ced31e9bf3bbe52f67a7e0cff5b964d849b099d7ceac92a92c53bf" }, "downloads": -1, "filename": "yoyo-migrations-6.0.0.tar.gz", "has_sig": false, "md5_digest": "7915ea97779328ff68e24691ff326a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35829, "upload_time": "2018-08-21T14:48:08", "url": "https://files.pythonhosted.org/packages/5f/2f/67264ec6288a7a01bc31a38ec72007616e7f457d7152a8e7f5f8de0f6d95/yoyo-migrations-6.0.0.tar.gz" } ], "6.1.0": [ { "comment_text": "", "digests": { "md5": "6a8038824bf516a9b51fe625e2378c85", "sha256": "95e5c49a797873d3b86e5a7714c1a714bea8728a6fc1d6f6f5019d3d058471e5" }, "downloads": -1, "filename": "yoyo_migrations-6.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a8038824bf516a9b51fe625e2378c85", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34006, "upload_time": "2019-02-13T10:58:56", "url": "https://files.pythonhosted.org/packages/5f/cf/f6d468c6929e8739cd12bf1a9cf3719e0be739e09acfaddc0f9ade67e67c/yoyo_migrations-6.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b91476050b685c4cfe4644217c89e8b3", "sha256": "4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c" }, "downloads": -1, "filename": "yoyo-migrations-6.1.0.tar.gz", "has_sig": false, "md5_digest": "b91476050b685c4cfe4644217c89e8b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36517, "upload_time": "2019-02-13T10:58:58", "url": "https://files.pythonhosted.org/packages/a3/fc/5c80eb3dd9689c704db38c9a412b33cbc07f4838d11f5a2cf2bbf40d09f9/yoyo-migrations-6.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a8038824bf516a9b51fe625e2378c85", "sha256": "95e5c49a797873d3b86e5a7714c1a714bea8728a6fc1d6f6f5019d3d058471e5" }, "downloads": -1, "filename": "yoyo_migrations-6.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a8038824bf516a9b51fe625e2378c85", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34006, "upload_time": "2019-02-13T10:58:56", "url": "https://files.pythonhosted.org/packages/5f/cf/f6d468c6929e8739cd12bf1a9cf3719e0be739e09acfaddc0f9ade67e67c/yoyo_migrations-6.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b91476050b685c4cfe4644217c89e8b3", "sha256": "4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c" }, "downloads": -1, "filename": "yoyo-migrations-6.1.0.tar.gz", "has_sig": false, "md5_digest": "b91476050b685c4cfe4644217c89e8b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36517, "upload_time": "2019-02-13T10:58:58", "url": "https://files.pythonhosted.org/packages/a3/fc/5c80eb3dd9689c704db38c9a412b33cbc07f4838d11f5a2cf2bbf40d09f9/yoyo-migrations-6.1.0.tar.gz" } ] }