{ "info": { "author": "Mike Bayer", "author_email": "mike@zzzcomputing.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Database :: Front-Ends" ], "description": "Alembic is a database migrations tool written by the author\nof `SQLAlchemy `_. A migrations tool\noffers the following functionality:\n\n* Can emit ALTER statements to a database in order to change\n the structure of tables and other constructs\n* Provides a system whereby \"migration scripts\" may be constructed;\n each script indicates a particular series of steps that can \"upgrade\" a\n target database to a new version, and optionally a series of steps that can\n \"downgrade\" similarly, doing the same steps in reverse.\n* Allows the scripts to execute in some sequential manner.\n\nThe goals of Alembic are:\n\n* Very open ended and transparent configuration and operation. A new\n Alembic environment is generated from a set of templates which is selected\n among a set of options when setup first occurs. The templates then deposit a\n series of scripts that define fully how database connectivity is established\n and how migration scripts are invoked; the migration scripts themselves are\n generated from a template within that series of scripts. The scripts can\n then be further customized to define exactly how databases will be\n interacted with and what structure new migration files should take.\n* Full support for transactional DDL. The default scripts ensure that all\n migrations occur within a transaction - for those databases which support\n this (Postgresql, Microsoft SQL Server), migrations can be tested with no\n need to manually undo changes upon failure.\n* Minimalist script construction. Basic operations like renaming\n tables/columns, adding/removing columns, changing column attributes can be\n performed through one line commands like alter_column(), rename_table(),\n add_constraint(). There is no need to recreate full SQLAlchemy Table\n structures for simple operations like these - the functions themselves\n generate minimalist schema structures behind the scenes to achieve the given\n DDL sequence.\n* \"auto generation\" of migrations. While real world migrations are far more\n complex than what can be automatically determined, Alembic can still\n eliminate the initial grunt work in generating new migration directives\n from an altered schema. The ``--autogenerate`` feature will inspect the\n current status of a database using SQLAlchemy's schema inspection\n capabilities, compare it to the current state of the database model as\n specified in Python, and generate a series of \"candidate\" migrations,\n rendering them into a new migration script as Python directives. The\n developer then edits the new file, adding additional directives and data\n migrations as needed, to produce a finished migration. Table and column\n level changes can be detected, with constraints and indexes to follow as\n well.\n* Full support for migrations generated as SQL scripts. Those of us who\n work in corporate environments know that direct access to DDL commands on a\n production database is a rare privilege, and DBAs want textual SQL scripts.\n Alembic's usage model and commands are oriented towards being able to run a\n series of migrations into a textual output file as easily as it runs them\n directly to a database. Care must be taken in this mode to not invoke other\n operations that rely upon in-memory SELECTs of rows - Alembic tries to\n provide helper constructs like bulk_insert() to help with data-oriented\n operations that are compatible with script-based DDL.\n* Non-linear, dependency-graph versioning. Scripts are given UUID\n identifiers similarly to a DVCS, and the linkage of one script to the next\n is achieved via human-editable markers within the scripts themselves.\n The structure of a set of migration files is considered as a\n directed-acyclic graph, meaning any migration file can be dependent\n on any other arbitrary set of migration files, or none at\n all. Through this open-ended system, migration files can be organized\n into branches, multiple roots, and mergepoints, without restriction.\n Commands are provided to produce new branches, roots, and merges of\n branches automatically.\n* Provide a library of ALTER constructs that can be used by any SQLAlchemy\n application. The DDL constructs build upon SQLAlchemy's own DDLElement base\n and can be used standalone by any application or script.\n* At long last, bring SQLite and its inablity to ALTER things into the fold,\n but in such a way that SQLite's very special workflow needs are accommodated\n in an explicit way that makes the most of a bad situation, through the\n concept of a \"batch\" migration, where multiple changes to a table can\n be batched together to form a series of instructions for a single, subsequent\n \"move-and-copy\" workflow. You can even use \"move-and-copy\" workflow for\n other databases, if you want to recreate a table in the background\n on a busy system.\n\nDocumentation and status of Alembic is at https://alembic.sqlalchemy.org/", "description_content_type": "", "docs_url": "https://pythonhosted.org/alembic/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://alembic.sqlalchemy.org", "keywords": "SQLAlchemy migrations", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "alembic", "package_url": "https://pypi.org/project/alembic/", "platform": "", "project_url": "https://pypi.org/project/alembic/", "project_urls": { "Homepage": "https://alembic.sqlalchemy.org", "Issue Tracker": "https://github.com/sqlalchemy/alembic/" }, "release_url": "https://pypi.org/project/alembic/1.2.1/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "A database migration tool for SQLAlchemy.", "version": "1.2.1" }, "last_serial": 5881718, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "40f8202579a53c67bea51714252a43ce", "sha256": "cef9ae59300bd82340a2a506342e6fc337b3ace22e1c7002ecffba9ba3ed70ab" }, "downloads": -1, "filename": "alembic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "40f8202579a53c67bea51714252a43ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146577, "upload_time": "2011-11-30T21:11:24", "url": "https://files.pythonhosted.org/packages/a7/18/993d36964fa0d349146b2413749dbc0fa51bc30fc95ac429f5399aa8f5a5/alembic-0.1.0.tar.gz" } ], "0.1.0dev": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7f8523ac0bdcbce35c1ecea09b050b80", "sha256": "c08364ffa9bcc46f71cae29cd2ab576015ee4f3a4dcfbc68074509daea752a16" }, "downloads": -1, "filename": "alembic-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7f8523ac0bdcbce35c1ecea09b050b80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155116, "upload_time": "2012-01-05T02:13:38", "url": "https://files.pythonhosted.org/packages/aa/c6/81663c6d4e628969420906571758e11d2d5d29203e569b5875f45800ad08/alembic-0.1.1.tar.gz" } ], "0.1alphadev": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "49b2402bab3c353c71d16816a63812f6", "sha256": "acda9db0ba2012d6f2a619d13615353d749724f03ad8bf80925acdd110255e1e" }, "downloads": -1, "filename": "alembic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "49b2402bab3c353c71d16816a63812f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 326110, "upload_time": "2012-01-30T20:37:09", "url": "https://files.pythonhosted.org/packages/c9/5c/caa760b491b4770a5518405e50b64a1725d84414b1d5a7fec40822ecf9b3/alembic-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7922c6b081a3987f9dff3b110814eddc", "sha256": "1120182960c2a96076396c15c1e4f8ebb84fccfa47d90f8d0c87bf8b539522fc" }, "downloads": -1, "filename": "alembic-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7922c6b081a3987f9dff3b110814eddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 326119, "upload_time": "2012-01-31T16:13:06", "url": "https://files.pythonhosted.org/packages/ec/dd/02e844dcc1bde2954767b07a20e2b6614e1c0bf7f4e8c108af0a66af9b0d/alembic-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f2e49d35b21e8b59754569202ea4d617", "sha256": "f829dc60e8678d5d6ab87714024424f7dffde7ce196dadf4108780b5be5391b1" }, "downloads": -1, "filename": "alembic-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f2e49d35b21e8b59754569202ea4d617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 329696, "upload_time": "2012-04-04T19:27:49", "url": "https://files.pythonhosted.org/packages/d7/2f/066c497057ffe5c038909d30ea9894518483e354873bfa680fc8596e4ede/alembic-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "0c15b86ae2d6cdac4fbb633b041bc460", "sha256": "49ced583fc43032a5e0d6b3b3b47f7d676b0fc037d117fe6b0de7fe17665d71b" }, "downloads": -1, "filename": "alembic-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0c15b86ae2d6cdac4fbb633b041bc460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 339638, "upload_time": "2012-04-05T19:42:31", "url": "https://files.pythonhosted.org/packages/d5/93/70243fb5d714dbe37246be9d31a901930d99d8f6929d62d3d245e737dd4b/alembic-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "8083b795c2e573a50270acff8b2c8ae5", "sha256": "f247547d659cd97f1f223fd8cc21304a18806daaac6daa1aa53f5a425889e892" }, "downloads": -1, "filename": "alembic-0.3.1.tar.gz", "has_sig": false, "md5_digest": "8083b795c2e573a50270acff8b2c8ae5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 340301, "upload_time": "2012-04-08T00:03:44", "url": "https://files.pythonhosted.org/packages/ab/b6/13fff46a56caf7c21410abebc76c267e98e7f582a63ed06342ae9e9926e7/alembic-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "b1ebec5dd5f28277f0898cd191d0e693", "sha256": "92c0cac8c873adb573bf2db75739f0eece5b470f919dafa1eb9f589443e284a2" }, "downloads": -1, "filename": "alembic-0.3.2.tar.gz", "has_sig": false, "md5_digest": "b1ebec5dd5f28277f0898cd191d0e693", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 342287, "upload_time": "2012-04-30T21:23:21", "url": "https://files.pythonhosted.org/packages/7e/d3/e6bbe5b99d72d86cb6edfb0c36217520e9b4c8f063e77cc4f8f9145015e1/alembic-0.3.2.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "4b5b13025c9c8a4e4c9d2efb61b21959", "sha256": "1f44d48d329e9a1b1d6ab72303797edf653fc1145260ff12d6463308190fce6a" }, "downloads": -1, "filename": "alembic-0.3.4.tar.gz", "has_sig": false, "md5_digest": "4b5b13025c9c8a4e4c9d2efb61b21959", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 345492, "upload_time": "2012-06-03T02:08:04", "url": "https://files.pythonhosted.org/packages/e1/89/31bae9383b6c9e65f3fcf9b890e5821f8a77c67ef0e48f5285050a16ed7d/alembic-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "142ccd8dbaea0ae4efe964cfe477b794", "sha256": "3a23523cd59062c5fb52e031deb1de54006941ff6475d3c690d3dff46044409b" }, "downloads": -1, "filename": "alembic-0.3.5.tar.gz", "has_sig": false, "md5_digest": "142ccd8dbaea0ae4efe964cfe477b794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 346851, "upload_time": "2012-07-09T00:25:58", "url": "https://files.pythonhosted.org/packages/6e/e8/450d67b33ab0a46dcd8ece692512a62ce089b23d3355f17afda0e5714eef/alembic-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "bdc9a79c623106989de332042caf4bab", "sha256": "5af21b9506c3f234644a0e3c4d069669485bddfc37c6b41375dfd9f888d0f6cb" }, "downloads": -1, "filename": "alembic-0.3.6.tar.gz", "has_sig": false, "md5_digest": "bdc9a79c623106989de332042caf4bab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 348946, "upload_time": "2012-08-15T23:14:03", "url": "https://files.pythonhosted.org/packages/1e/fe/d08f8af0ff4bc48d96a0f942b89429523057742f330e49cfc2fb2e9b1d25/alembic-0.3.6.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "76beb62da469391ae9e03d29ccb05956", "sha256": "576de9566641c54af5359d7cf3d714a9b0cba0a57d7f9213473ee8272c945c64" }, "downloads": -1, "filename": "alembic-0.4.0.tar.gz", "has_sig": false, "md5_digest": "76beb62da469391ae9e03d29ccb05956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350575, "upload_time": "2012-10-02T00:22:23", "url": "https://files.pythonhosted.org/packages/65/81/9c7c64bce94e059ee32141995c280e403d4c3a24c7b961873d5e1b1e4295/alembic-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "fefc6edcc93820d53f282639ffe67615", "sha256": "33543edc0f46eb6cf0f8897ca05cf829c51823d822118da64f861d51e8482bbe" }, "downloads": -1, "filename": "alembic-0.4.1.tar.gz", "has_sig": false, "md5_digest": "fefc6edcc93820d53f282639ffe67615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 374471, "upload_time": "2012-12-09T22:13:12", "url": "https://files.pythonhosted.org/packages/85/dc/ef83e6c1d953c4119a93d259a580011dadf034e4935199e0fab37c0504a8/alembic-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "c64b9e8928e13df0b68fb6207ba45675", "sha256": "2a9426d0e22bc566707b709d753acd4e41b4147e780499f5958c30a31b0f5523" }, "downloads": -1, "filename": "alembic-0.4.2.tar.gz", "has_sig": false, "md5_digest": "c64b9e8928e13df0b68fb6207ba45675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 377522, "upload_time": "2013-01-11T16:17:37", "url": "https://files.pythonhosted.org/packages/c0/ad/91763a003660abd370c6e3280aeb01c1ae622fa70df2af53e8fbe9c790cb/alembic-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "e22d10fd885473eccc9c8c75238e97ce", "sha256": "9d6dfd094c405f2d53882624a34e78838a27e22be25d809a1dffce1f9cd64e93" }, "downloads": -1, "filename": "alembic-0.5.0.tar.gz", "has_sig": true, "md5_digest": "e22d10fd885473eccc9c8c75238e97ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 387391, "upload_time": "2013-04-04T22:41:23", "url": "https://files.pythonhosted.org/packages/d8/7b/25c859d391c69f62cf9b245264d4b7814b2721d51c5523f57dcfb16f6869/alembic-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "084fe81b48ebae43b0f6031af68a03d6", "sha256": "ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca" }, "downloads": -1, "filename": "alembic-0.6.0.tar.gz", "has_sig": true, "md5_digest": "084fe81b48ebae43b0f6031af68a03d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 407260, "upload_time": "2013-07-19T21:16:55", "url": "https://files.pythonhosted.org/packages/7d/0f/f06531be3afa7c5d8ebad8b366175628eeea644c43e83582eec84d6b8aa5/alembic-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "ee6bfa89f55395ae5bf2e1dc44b08703", "sha256": "1a35c98febe00b4efdd05c4e38c34b7239b23b42ce43c39320ae50a2b39705a5" }, "downloads": -1, "filename": "alembic-0.6.1.tar.gz", "has_sig": true, "md5_digest": "ee6bfa89f55395ae5bf2e1dc44b08703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 414655, "upload_time": "2013-11-27T17:34:44", "url": "https://files.pythonhosted.org/packages/93/e0/de09b18c6f322c32432108710badca566bc827b65a7631d0fa6f3f61ad19/alembic-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "7cc7ffe6ade6fe7daa5bcab3d5dc8013", "sha256": "75844f8a683fd7be2877159cf0ecfccc63f61550386b8099d085a993149b548c" }, "downloads": -1, "filename": "alembic-0.6.2.tar.gz", "has_sig": true, "md5_digest": "7cc7ffe6ade6fe7daa5bcab3d5dc8013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 421014, "upload_time": "2013-12-27T19:28:35", "url": "https://files.pythonhosted.org/packages/60/a0/e6747e0c256051d7e37af16443b4eefb97ab95a8a5d962b71afc5e0f6632/alembic-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "4de9d0eac258d1ffe67895cedc0e0fd6", "sha256": "35dfad44254bd0731ac611de211957a37dcc8d53b67a134c187e0b32a8b43842" }, "downloads": -1, "filename": "alembic-0.6.3.tar.gz", "has_sig": true, "md5_digest": "4de9d0eac258d1ffe67895cedc0e0fd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 437722, "upload_time": "2014-02-03T00:56:33", "url": "https://files.pythonhosted.org/packages/40/fb/9ca9183b9f47bf5c7f7b265b4027d23ec42370e2c35762574cf5a5e26f5c/alembic-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "4d18cf648b360283d807715db28065c9", "sha256": "5a0a36c747c28f50366ac046da43f50055c84d1d9d8ed3c09b9b5b9a6c516832" }, "downloads": -1, "filename": "alembic-0.6.4.tar.gz", "has_sig": true, "md5_digest": "4d18cf648b360283d807715db28065c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458365, "upload_time": "2014-03-28T23:43:28", "url": "https://files.pythonhosted.org/packages/4d/c4/70f2348df3a829ed5e471c3766e883c9e6778f2906fe2c4e9e4e12756279/alembic-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "e111305ec618cace2431342cb87ba8d7", "sha256": "17bfa1bb48bbc83e9db3a31df146a3b851172616aac9fbc6d40cad426e87e34c" }, "downloads": -1, "filename": "alembic-0.6.5.tar.gz", "has_sig": true, "md5_digest": "e111305ec618cace2431342cb87ba8d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 461915, "upload_time": "2014-05-03T22:41:19", "url": "https://files.pythonhosted.org/packages/45/e9/8012fdb7721c6d3ea19aafe3e5a5e5e41cb70224902d0980056161d33235/alembic-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "71e4a8f6849e1527abfc4ea33d51f37c", "sha256": "9665660251b8d4351a4aa8ef6d3740e94a4e699d53c720773a00d3650a8b7644" }, "downloads": -1, "filename": "alembic-0.6.6.tar.gz", "has_sig": true, "md5_digest": "71e4a8f6849e1527abfc4ea33d51f37c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466046, "upload_time": "2014-08-07T20:21:10", "url": "https://files.pythonhosted.org/packages/21/85/6b6be6ff7f36bebdc2988b2f520865713fa3595d4f640f8f18e59ffffe6a/alembic-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "3beaa1a95aad17a4fbb3b4a0d5684f28", "sha256": "55c35e897d2970bae45345ff4c8a190e773a08f4289299de694ebfebfb0c6946" }, "downloads": -1, "filename": "alembic-0.6.7.tar.gz", "has_sig": true, "md5_digest": "3beaa1a95aad17a4fbb3b4a0d5684f28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 467942, "upload_time": "2014-09-09T21:55:46", "url": "https://files.pythonhosted.org/packages/f2/8b/a8e32e3c78c12ec2e7e63fac9d49500580b7963b54fe394c1f534c08f181/alembic-0.6.7.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "3074424dabeab04d13eb2ef1ac3f3e1e", "sha256": "b72c19d0111b9f9f8946ffe17128479541d39d03ea86239d291a8cff5022da42" }, "downloads": -1, "filename": "alembic-0.7.0.tar.gz", "has_sig": true, "md5_digest": "3074424dabeab04d13eb2ef1ac3f3e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 583163, "upload_time": "2014-11-24T20:24:34", "url": "https://files.pythonhosted.org/packages/af/92/6fafcdb2a203e8755acfd48d7c73e6241f374bc53a6d65ee6dee3f2e65f2/alembic-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "366b037ca1c5b7e23a5ef8fd536c350a", "sha256": "c0971cb4dadcab8bcc286e152843951f671f74965a764d65c25dcb80e8d12811" }, "downloads": -1, "filename": "alembic-0.7.1.tar.gz", "has_sig": true, "md5_digest": "366b037ca1c5b7e23a5ef8fd536c350a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 598573, "upload_time": "2014-12-03T21:00:27", "url": "https://files.pythonhosted.org/packages/61/75/42b0829070f0641168441c6e8182e856b92cb214dba8f8ed1a00a852ce24/alembic-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "d91f15222f4ec5dbb81f785cb745a7bd", "sha256": "7746e161ffb5297b4697bb5dfb5f7bdae5e67499082e5522101ed60d528a9325" }, "downloads": -1, "filename": "alembic-0.7.2.tar.gz", "has_sig": true, "md5_digest": "d91f15222f4ec5dbb81f785cb745a7bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 600920, "upload_time": "2014-12-18T20:33:19", "url": "https://files.pythonhosted.org/packages/9b/59/20d2f1f274a25d13806c3dda3fa73cf30341915218a68628185257aade0b/alembic-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "40cf500b6c4bde6ed571769c073e8311", "sha256": "1d3302214bc50ff94dcb8def0f2208e50dcf7b5c120729eeb929711a70e8a112" }, "downloads": -1, "filename": "alembic-0.7.3.tar.gz", "has_sig": true, "md5_digest": "40cf500b6c4bde6ed571769c073e8311", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 601533, "upload_time": "2014-12-30T17:17:46", "url": "https://files.pythonhosted.org/packages/6c/02/32e7bd9dded40c452e3f1d5648af0f7a76c5c69f90141f2951058b83492a/alembic-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "69770193eb514fb024f188406f6579b8", "sha256": "550f10b2266f689778eced2fed899bfd05755737478454b97fb99385f2e780e5" }, "downloads": -1, "filename": "alembic-0.7.4.tar.gz", "has_sig": true, "md5_digest": "69770193eb514fb024f188406f6579b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 604836, "upload_time": "2015-01-12T19:19:01", "url": "https://files.pythonhosted.org/packages/63/cf/98634a47ba590ab88cc5a63685dbe0556cf1c3426671904f688a00185f33/alembic-0.7.4.tar.gz" } ], "0.7.5.post1": [ { "comment_text": "", "digests": { "md5": "0096e76338367a301ee208d7b623c3aa", "sha256": "7d3c7bb2590d7df895a1f63b2af5040eea5fe4f6a1bef2288172a15d623bcea5" }, "downloads": -1, "filename": "alembic-0.7.5.post1.tar.gz", "has_sig": true, "md5_digest": "0096e76338367a301ee208d7b623c3aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 616187, "upload_time": "2015-03-19T21:20:06", "url": "https://files.pythonhosted.org/packages/5d/41/54a81b8c2f425a068326f42988edbdd472dd0007f9bebafcd0fc18f13dc7/alembic-0.7.5.post1.tar.gz" } ], "0.7.5.post2": [ { "comment_text": "", "digests": { "md5": "1814563f5042b28c5c452f2faa895d8e", "sha256": "f998184b8cd6d522249e88bb0e7f6ccd80cdd73df50189e85c7c35740b17e7d4" }, "downloads": -1, "filename": "alembic-0.7.5.post2.tar.gz", "has_sig": true, "md5_digest": "1814563f5042b28c5c452f2faa895d8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 616232, "upload_time": "2015-03-20T19:28:18", "url": "https://files.pythonhosted.org/packages/ce/5d/02f2d0c6f05f78f5dacd1bfca9deda705e696c2b4e618c02c309fb4f2747/alembic-0.7.5.post2.tar.gz" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "99b539f8bb8780047bf90a5951ac5e0e", "sha256": "864fa461265d6c97bcefee603e9ef0b6385bda9063d41b3db3e010abbba5ef61" }, "downloads": -1, "filename": "alembic-0.7.6.tar.gz", "has_sig": true, "md5_digest": "99b539f8bb8780047bf90a5951ac5e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 623931, "upload_time": "2015-05-05T21:06:28", "url": "https://files.pythonhosted.org/packages/5d/ca/707451307c1c5dbfdfc4abc0d02c12875f76d8f854b00f21fbcb451da997/alembic-0.7.6.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "8bd77f40857100da2cdcb6f5da9a7f1c", "sha256": "abdeded3f92766d30d2e00015f73573e23f96bcb38037fac199a75445e3e66c6" }, "downloads": -1, "filename": "alembic-0.7.7.tar.gz", "has_sig": true, "md5_digest": "8bd77f40857100da2cdcb6f5da9a7f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 721855, "upload_time": "2015-07-22T17:27:54", "url": "https://files.pythonhosted.org/packages/41/80/58c25d9a4e8321376a0231ef4cedd22f93c899c28c93bc236ca991a0f291/alembic-0.7.7.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "c0db57444de40e404d39ee34e47ab040", "sha256": "ce73b2935ed20dc41a86025f4200203367083d87520b40526b3fc89f7598f85a" }, "downloads": -1, "filename": "alembic-0.8.0.tar.gz", "has_sig": true, "md5_digest": "c0db57444de40e404d39ee34e47ab040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 918610, "upload_time": "2015-08-12T19:28:36", "url": "https://files.pythonhosted.org/packages/9f/e6/d261c6958d418bcb542b8f79fae7fcf14f7f647f891d42c4ed86a499d690/alembic-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "3259aa43688ea7b9b05a0718754d1e7a", "sha256": "53cc47adc154f82c4c6cf3ee33157bce2d3a555e5be4ebd34ab10e9b6cd9122f" }, "downloads": -1, "filename": "alembic-0.8.1.tar.gz", "has_sig": true, "md5_digest": "3259aa43688ea7b9b05a0718754d1e7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 930568, "upload_time": "2015-08-22T20:02:55", "url": "https://files.pythonhosted.org/packages/0c/5a/65aa4ded451e1f98a701c8cd23995f5c0b9bf0f328e8937e1c4f3119fbd5/alembic-0.8.1.tar.gz" } ], "0.8.10": [ { "comment_text": "", "digests": { "md5": "21b344a70ce637699c18bf074a080649", "sha256": "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" }, "downloads": -1, "filename": "alembic-0.8.10.tar.gz", "has_sig": true, "md5_digest": "21b344a70ce637699c18bf074a080649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 976028, "upload_time": "2017-01-17T19:11:15", "url": "https://files.pythonhosted.org/packages/f0/7d/7fcda63887d9726e0145e98802baf374ec8cf889325e469194cd7926c98e/alembic-0.8.10.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "d8404efb048d282a617ca167fa2275ce", "sha256": "a69d65a766801c40e921ca24ae358bf081a990f54b867bbdc3e2a73e975550be" }, "downloads": -1, "filename": "alembic-0.8.2.tar.gz", "has_sig": true, "md5_digest": "d8404efb048d282a617ca167fa2275ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 931914, "upload_time": "2015-08-25T16:34:55", "url": "https://files.pythonhosted.org/packages/43/90/36e8d7a0a469832ea19d5ffdac741b58731c0e982c3b29bf55f5f7f95a41/alembic-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "2e4ef17675316af9f09d749b0aee390e", "sha256": "eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9" }, "downloads": -1, "filename": "alembic-0.8.3.tar.gz", "has_sig": true, "md5_digest": "2e4ef17675316af9f09d749b0aee390e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 935000, "upload_time": "2015-10-16T19:22:44", "url": "https://files.pythonhosted.org/packages/6a/1d/f39b252718c0fef449d5db94d747148e7835ea3f84eb8ba22cf9fa344c8f/alembic-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "5f95d8ee62b443f9b37eb5bee76c582d", "sha256": "8507fc12ccc99321da2fa117dde4b5d8664ff5ef017df7ce5e7e5051901a624a" }, "downloads": -1, "filename": "alembic-0.8.4.tar.gz", "has_sig": true, "md5_digest": "5f95d8ee62b443f9b37eb5bee76c582d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 950696, "upload_time": "2015-12-16T02:15:22", "url": "https://files.pythonhosted.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "0a8b7ad897b35102c750f359e7ca633d", "sha256": "de8ca3b1d806cd39bf8a21d90f5c5822a2173b721ec20f868da38edd45b58cb2" }, "downloads": -1, "filename": "alembic-0.8.5.tar.gz", "has_sig": true, "md5_digest": "0a8b7ad897b35102c750f359e7ca633d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 959286, "upload_time": "2016-03-09T14:39:29", "url": "https://files.pythonhosted.org/packages/60/9d/3305c724fc3cf230d5d9f06c0342a841fb41f2b571f0efb13d48052c6a20/alembic-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "6517b160e576cedf9b7625a18a9bc594", "sha256": "53403da066ef90cbc5a3f801f3dd39bbbfbc41b0a84eb8c1c806243b7e2c6466" }, "downloads": -1, "filename": "alembic-0.8.6.tar.gz", "has_sig": true, "md5_digest": "6517b160e576cedf9b7625a18a9bc594", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 961323, "upload_time": "2016-04-14T21:29:31", "url": "https://files.pythonhosted.org/packages/d2/c3/fdb752aa39832d056aeac958f35f1fb9fb9397a52bdab9248adcbd9f17d9/alembic-0.8.6.tar.gz" } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "1d139806b5480c0c5e995ac1774579e1", "sha256": "7fb8a456d6c47fe24b87e02acb405b2094545f9b574beb80105a64fe9b335a45" }, "downloads": -1, "filename": "alembic-0.8.7.tar.gz", "has_sig": true, "md5_digest": "1d139806b5480c0c5e995ac1774579e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 968161, "upload_time": "2016-07-26T14:52:53", "url": "https://files.pythonhosted.org/packages/46/16/77633a0de8b434b66e7d95ffff9606773ccb808ceb7e9528ac7daf3136a5/alembic-0.8.7.tar.gz" } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "f78694082f8e218c11cd8c30211a73ea", "sha256": "cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a" }, "downloads": -1, "filename": "alembic-0.8.8.tar.gz", "has_sig": true, "md5_digest": "f78694082f8e218c11cd8c30211a73ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 970125, "upload_time": "2016-09-12T22:23:03", "url": "https://files.pythonhosted.org/packages/93/16/d3a04f576a666582da368de60ba09a33e6711377775fd330d0a43bebacc5/alembic-0.8.8.tar.gz" } ], "0.8.9": [ { "comment_text": "", "digests": { "md5": "f1ed0d26bc66027568bd3385bbb740f7", "sha256": "0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1" }, "downloads": -1, "filename": "alembic-0.8.9.tar.gz", "has_sig": true, "md5_digest": "f1ed0d26bc66027568bd3385bbb740f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 977728, "upload_time": "2016-11-28T17:18:35", "url": "https://files.pythonhosted.org/packages/63/ca/c60ba17274b6737ff9ff1f89f0fbc7da93e05dd12bbdaae5099df8b60d38/alembic-0.8.9.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "29fbbc0ba25890c7811737753779ccd9", "sha256": "d6ccb61fa5abc266fde9c1303d8640498ebc72c7bf8e1591acf6a89a2b1dfa19" }, "downloads": -1, "filename": "alembic-0.9.0.tar.gz", "has_sig": true, "md5_digest": "29fbbc0ba25890c7811737753779ccd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 998695, "upload_time": "2017-02-28T16:03:25", "url": "https://files.pythonhosted.org/packages/84/6e/31f0e7058c82ce177b58e52f927756fca6aea33c8565ad8a9ce42ce144a9/alembic-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "798f933eae7c51125f0e71735cfa0666", "sha256": "767cf6c8c4578f1f625f17bfbc8716a7d4f80a0c1efc7a9b72af30ad68954962" }, "downloads": -1, "filename": "alembic-0.9.1.tar.gz", "has_sig": true, "md5_digest": "798f933eae7c51125f0e71735cfa0666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 999375, "upload_time": "2017-03-01T16:53:51", "url": "https://files.pythonhosted.org/packages/97/00/3e6797a2e4209db69d23b223ae3148d5f3605dafba6a332670de7a12c147/alembic-0.9.1.tar.gz" } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "117dac728cd081739bdbed73fe252a7d", "sha256": "1cd32df9a3b8c1749082ef60ffbe05ff16617b6afadfdabc680dcb9344af33d7" }, "downloads": -1, "filename": "alembic-0.9.10.tar.gz", "has_sig": true, "md5_digest": "117dac728cd081739bdbed73fe252a7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1017454, "upload_time": "2018-06-29T20:27:40", "url": "https://files.pythonhosted.org/packages/98/dd/fce24f825880875f073c0f9169a9e629ae1d9ea722ebb944153a0b68ab46/alembic-0.9.10.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "40daf8bae50969beea40efaaf0839ff4", "sha256": "a2b6b599f48b39ebf33b7dd069463924ca59c94aae7ae6f3661e0e54b5e78647" }, "downloads": -1, "filename": "alembic-0.9.2.tar.gz", "has_sig": true, "md5_digest": "40daf8bae50969beea40efaaf0839ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 986841, "upload_time": "2017-05-18T15:06:44", "url": "https://files.pythonhosted.org/packages/78/48/b5b26e7218b415f40b60b92c53853d242e5456c0f19f6c66101d98ff5f2a/alembic-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "cd3f4d04b93474cd742a5dc90b09dada", "sha256": "57f2ede554c0b18f1cf811cfbb3b02c586a5422df94922e3821883ba0b8c616c" }, "downloads": -1, "filename": "alembic-0.9.3.tar.gz", "has_sig": true, "md5_digest": "cd3f4d04b93474cd742a5dc90b09dada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 991744, "upload_time": "2017-07-06T16:01:56", "url": "https://files.pythonhosted.org/packages/90/4a/a783832723ea876232e4f9aa0034ad3c80d3fa22c5b5f320a6fe20e4ac8c/alembic-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "7225de72d2f485c21f55bd1ba473b24a", "sha256": "aa07406e74b18583c92c909b319bd79b89f281c2161615b0a11e2001df45a8d1" }, "downloads": -1, "filename": "alembic-0.9.4.tar.gz", "has_sig": true, "md5_digest": "7225de72d2f485c21f55bd1ba473b24a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 989048, "upload_time": "2017-08-01T02:14:05", "url": "https://files.pythonhosted.org/packages/9a/83/a9f1cfc3e220c978d477da9a8b33fd5b9b5cfe5c27a37c8dfe282c223c97/alembic-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "0cb4040096981c4ac969e9b6fc7f3431", "sha256": "8bdcb4babaa16b9a826f8084949cc2665cb328ecf7b89b3224b0ab85bd16fd05" }, "downloads": -1, "filename": "alembic-0.9.5.tar.gz", "has_sig": true, "md5_digest": "0cb4040096981c4ac969e9b6fc7f3431", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 990808, "upload_time": "2017-08-09T14:13:33", "url": "https://files.pythonhosted.org/packages/52/ec/4514b7b9a849e9b35ebf60888c9a1cf8262e927e9a9c8f894ffbf5a76ec7/alembic-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "fcb096bccc87c8770bd07a04606cb989", "sha256": "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732" }, "downloads": -1, "filename": "alembic-0.9.6.tar.gz", "has_sig": true, "md5_digest": "fcb096bccc87c8770bd07a04606cb989", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 998191, "upload_time": "2017-10-13T15:20:56", "url": "https://files.pythonhosted.org/packages/bf/b3/b28ea715824f8455635ece3c12f59d5d205f98cc378858e414e3aa6ebdbc/alembic-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "3e82bbe325464fd542ab4cc44929c813", "sha256": "46f4849c6dce69f54dd5001b3215b6a983dee6b17512efee10e237fa11f20cfa" }, "downloads": -1, "filename": "alembic-0.9.7.tar.gz", "has_sig": true, "md5_digest": "3e82bbe325464fd542ab4cc44929c813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1003312, "upload_time": "2018-01-16T17:48:30", "url": "https://files.pythonhosted.org/packages/80/bb/f294b8f7d6c4a0ab81babc6b863a0d9f708d93c5d5c5921910be765ca779/alembic-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "5cfef58641c9a94d4a5d547e951a7dda", "sha256": "13b8611788acf0d7b617775db5c2ae26554a6d4263c590ef628d448fd05aef56" }, "downloads": -1, "filename": "alembic-0.9.8.tar.gz", "has_sig": true, "md5_digest": "5cfef58641c9a94d4a5d547e951a7dda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1011223, "upload_time": "2018-02-16T20:57:40", "url": "https://files.pythonhosted.org/packages/a1/95/2252783859df9ec76b9a25d968c2827ed75a43ba34c6e8d38f87a5c0fb26/alembic-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "c74c6b8b3b2c405b48a9bfeed9a0bd2d", "sha256": "85bd3ea7633024e4930900bc64fb58f9742dedbc6ebb6ecf25be2ea9a3c1b32e" }, "downloads": -1, "filename": "alembic-0.9.9.tar.gz", "has_sig": true, "md5_digest": "c74c6b8b3b2c405b48a9bfeed9a0bd2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1012778, "upload_time": "2018-03-22T14:42:36", "url": "https://files.pythonhosted.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "471d74db2dbbbc2ddb3eaa5d2fc0e5bc", "sha256": "eb7db9b4510562ec37c91d00b00d95fde076c1030d3f661aea882eec532b3565" }, "downloads": -1, "filename": "alembic-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "471d74db2dbbbc2ddb3eaa5d2fc0e5bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 158276, "upload_time": "2018-07-13T18:10:02", "url": "https://files.pythonhosted.org/packages/96/c7/a4129db460c3e0ea8fea0c9eb5de6680d38ea6b6dcffcb88898ae42e170a/alembic-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "762ab9ba56d1c0b1bfbc7c9f7f849c92", "sha256": "52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e" }, "downloads": -1, "filename": "alembic-1.0.0.tar.gz", "has_sig": true, "md5_digest": "762ab9ba56d1c0b1bfbc7c9f7f849c92", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1017306, "upload_time": "2018-07-13T18:10:04", "url": "https://files.pythonhosted.org/packages/92/41/c01e9a2eaef90348cf7dea5054605c991633b5ca470574efe768b60ad5bc/alembic-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4f89ff455c87b4c40906bb19c51d2772", "sha256": "0fe570f23dc48fb1bbda6f6a396f1c0c28d7045c0ad14018c104a511e6c1fe8a" }, "downloads": -1, "filename": "alembic-1.0.1.tar.gz", "has_sig": true, "md5_digest": "4f89ff455c87b4c40906bb19c51d2772", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1019676, "upload_time": "2018-10-17T14:54:14", "url": "https://files.pythonhosted.org/packages/1a/37/8df0e37d730f096f5a41514823eaec3c5e169510a5c5ddc3dcbab5446ee8/alembic-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "9969c707786f41f1b95c09c54f8970e9", "sha256": "828dcaa922155a2b7166c4f36ec45268944e4055c86499bd14319b4c8c0094b7" }, "downloads": -1, "filename": "alembic-1.0.10.tar.gz", "has_sig": true, "md5_digest": "9969c707786f41f1b95c09c54f8970e9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1019446, "upload_time": "2019-04-28T19:00:03", "url": "https://files.pythonhosted.org/packages/6e/8b/fa3bd058cccd5e9177fea4efa26bfb769228fdd3178436ad5e05830ef6ef/alembic-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "b8603f4c9bac851570bd1798e8f23982", "sha256": "cdb7d98bd5cbf65acd38d70b1c05573c432e6473a82f955cdea541b5c153b0cc" }, "downloads": -1, "filename": "alembic-1.0.11.tar.gz", "has_sig": true, "md5_digest": "b8603f4c9bac851570bd1798e8f23982", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1032693, "upload_time": "2019-06-25T21:39:26", "url": "https://files.pythonhosted.org/packages/7b/8b/0c98c378d93165d9809193f274c3c6e2151120d955b752419c7d43e4d857/alembic-1.0.11.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a9ab63ace66b51fba14d8c913ef65de3", "sha256": "04bcb970ca8659c3607ddd8ffd86cc9d6a99661c9bc590955e8813c66bfa582b" }, "downloads": -1, "filename": "alembic-1.0.2.tar.gz", "has_sig": true, "md5_digest": "a9ab63ace66b51fba14d8c913ef65de3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1021161, "upload_time": "2018-10-31T20:33:58", "url": "https://files.pythonhosted.org/packages/c0/f3/e60af9a36ae3b8cafabc7e0834d8df6a2965b3feecf27b9b11352dc05dd4/alembic-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "eda8a9cc8d31392ad6ee1acb1b473d93", "sha256": "4b6ff7433247fe80b6ef522ef3763acb959cbdef027d03f76f4cd3c7118c1872" }, "downloads": -1, "filename": "alembic-1.0.3.tar.gz", "has_sig": true, "md5_digest": "eda8a9cc8d31392ad6ee1acb1b473d93", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1020110, "upload_time": "2018-11-14T20:37:17", "url": "https://files.pythonhosted.org/packages/6c/44/32656b16e184713417fb55f406bfb1548fd00e3b36918e637ad1f1d98614/alembic-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "033c839d96e2783d4c475e0ca8bf3b21", "sha256": "9f029c884a46e31a6d3f61fc71a7bcf8f263ac6a83b114217008dae4aa90b02c" }, "downloads": -1, "filename": "alembic-1.0.4.tar.gz", "has_sig": true, "md5_digest": "033c839d96e2783d4c475e0ca8bf3b21", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1019513, "upload_time": "2018-11-28T01:04:59", "url": "https://files.pythonhosted.org/packages/79/bb/4e6abf8080cdf1eccc96eb2fc62963de164692d843416f67bb6261d84151/alembic-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "5c20ae41f84e78fb018d08423a27cdf1", "sha256": "e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266" }, "downloads": -1, "filename": "alembic-1.0.5.tar.gz", "has_sig": true, "md5_digest": "5c20ae41f84e78fb018d08423a27cdf1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1020663, "upload_time": "2018-11-28T04:31:14", "url": "https://files.pythonhosted.org/packages/1c/65/b8e4f5b2f345bb13b5e0a3fddd892b0b3f0e8ad4880e954fdc6a50d00d84/alembic-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "9f8383871d16fa6e5ee0256349f80deb", "sha256": "35660f7e6159288e2be111126be148ef04cbf7306da73c8b8bd4400837bb08e3" }, "downloads": -1, "filename": "alembic-1.0.6.tar.gz", "has_sig": true, "md5_digest": "9f8383871d16fa6e5ee0256349f80deb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1029497, "upload_time": "2019-01-13T18:03:23", "url": "https://files.pythonhosted.org/packages/50/7a/17bc17b3f5b01ebd3af38d71a15baa33beb241ab280b6ad0977ae24ec208/alembic-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "ceb5d6391da92235ef6872bc60d5643c", "sha256": "16505782b229007ae905ef9e0ae6e880fddafa406f086ac7d442c1aaf712f8c2" }, "downloads": -1, "filename": "alembic-1.0.7.tar.gz", "has_sig": true, "md5_digest": "ceb5d6391da92235ef6872bc60d5643c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1029941, "upload_time": "2019-01-26T02:06:20", "url": "https://files.pythonhosted.org/packages/a4/06/f1ae8393463c26f3dafa21eebac611088da02a26e1f1e23bd75fee2dbffe/alembic-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "736b9220d0955406b3a8bafa2160f6fe", "sha256": "505d41e01dc0c9e6d85c116d0d35dbb0a833dcb490bf483b75abeb06648864e8" }, "downloads": -1, "filename": "alembic-1.0.8.tar.gz", "has_sig": true, "md5_digest": "736b9220d0955406b3a8bafa2160f6fe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1030713, "upload_time": "2019-03-04T18:03:37", "url": "https://files.pythonhosted.org/packages/d6/bb/ec1e21f2e303689ad2170eb47fc67df9ad4199ade6759a99474c4d3535c8/alembic-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "d1ebe49c7f71dfbd0daa8905df95668b", "sha256": "40b9a619aa5f25ea1e1508adcda88b33704ef28e02c9cfa6471e5c772ecf0829" }, "downloads": -1, "filename": "alembic-1.0.9.tar.gz", "has_sig": true, "md5_digest": "d1ebe49c7f71dfbd0daa8905df95668b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1017432, "upload_time": "2019-04-15T15:47:02", "url": "https://files.pythonhosted.org/packages/fc/42/8729e2491fa9b8eae160d1cbb429f61712bfc2d779816488c25cfdabf7b8/alembic-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "69fb6b25923d4f1e3c392447b342e358", "sha256": "4a4811119efbdc5259d1f4c8f6de977b36ad3bcc919f59a29c2960c5ef9149e4" }, "downloads": -1, "filename": "alembic-1.1.0.tar.gz", "has_sig": true, "md5_digest": "69fb6b25923d4f1e3c392447b342e358", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1028979, "upload_time": "2019-08-27T00:03:39", "url": "https://files.pythonhosted.org/packages/9a/0f/a5e8997d58882da8ecd288360dddf133a83145de6480216774923b393422/alembic-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "7cdba960544ecb59fd74e6433d82036c", "sha256": "5609afbb2ab142a991b15ae436347c475f8a517f1610f2fd1b09cdca7c311f3f" }, "downloads": -1, "filename": "alembic-1.2.0.tar.gz", "has_sig": true, "md5_digest": "7cdba960544ecb59fd74e6433d82036c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1052327, "upload_time": "2019-09-20T14:35:44", "url": "https://files.pythonhosted.org/packages/12/0a/b882c547f9955b8bff9ffabdf131a3cc69d9385a18d074dd4362bd5d3b24/alembic-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "6fe272274fce2641b93998ef9b702b76", "sha256": "9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a" }, "downloads": -1, "filename": "alembic-1.2.1.tar.gz", "has_sig": true, "md5_digest": "6fe272274fce2641b93998ef9b702b76", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1053595, "upload_time": "2019-09-24T20:29:37", "url": "https://files.pythonhosted.org/packages/6f/42/48447bf41287bc577e4f340e7c28578e322567f5622a915bdfa01c83dc76/alembic-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fe272274fce2641b93998ef9b702b76", "sha256": "9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a" }, "downloads": -1, "filename": "alembic-1.2.1.tar.gz", "has_sig": true, "md5_digest": "6fe272274fce2641b93998ef9b702b76", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1053595, "upload_time": "2019-09-24T20:29:37", "url": "https://files.pythonhosted.org/packages/6f/42/48447bf41287bc577e4f340e7c28578e322567f5622a915bdfa01c83dc76/alembic-1.2.1.tar.gz" } ] }