sqlalchemy-migrate


Namesqlalchemy-migrate JSON
Version 0.13.0 PyPI version JSON
download
home_pagehttp://www.openstack.org/
SummaryDatabase schema migration for SQLAlchemy
upload_time2019-10-22 21:16:22
maintainer
docs_urlhttps://pythonhosted.org/sqlalchemy-migrate/
authorOpenStack
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SQLAlchemy Migrate
==================

Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with
SQLAlchemy 0.8.

Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in `SQLAlchemy <http://sqlalchemy.org>`_ projects.

Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside python code.

Help
----

Sphinx documentation is available at the project page `readthedocs.org
<https://sqlalchemy-migrate.readthedocs.org/>`_.

Users and developers can be found at #openstack-dev on Freenode IRC
network and at the public users mailing list `migrate-users
<http://groups.google.com/group/migrate-users>`_.

New releases and major changes are announced at the public announce mailing
list `openstack-dev
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_
and at the Python package index `sqlalchemy-migrate
<http://pypi.python.org/pypi/sqlalchemy-migrate>`_.

Homepage is located at `stackforge
<http://github.com/stackforge/sqlalchemy-migrate/>`_

You can also clone a current `development version
<http://github.com/stackforge/sqlalchemy-migrate>`_

Tests and Bugs
--------------

To run automated tests:

* install tox: ``pip install -U tox``
* run tox: ``tox``
* to test only a specific Python version: ``tox -e py27`` (Python 2.7)

Please report any issues with sqlalchemy-migrate to the issue tracker at
`Launchpad issues
<https://bugs.launchpad.net/sqlalchemy-migrate>`_




            

Raw data

            {
    "_id": null,
    "home_page": "http://www.openstack.org/",
    "name": "sqlalchemy-migrate",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/sqlalchemy-migrate/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/sqlalchemy-migrate-0.13.0.tar.gz",
    "platform": "",
    "description": "SQLAlchemy Migrate\n==================\n\nFork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with\nSQLAlchemy 0.8.\n\nInspired by Ruby on Rails' migrations, Migrate provides a way to deal with\ndatabase schema changes in `SQLAlchemy <http://sqlalchemy.org>`_ projects.\n\nMigrate extends SQLAlchemy to have database changeset handling. It provides a\ndatabase change repository mechanism which can be used from the command line as\nwell as from inside python code.\n\nHelp\n----\n\nSphinx documentation is available at the project page `readthedocs.org\n<https://sqlalchemy-migrate.readthedocs.org/>`_.\n\nUsers and developers can be found at #openstack-dev on Freenode IRC\nnetwork and at the public users mailing list `migrate-users\n<http://groups.google.com/group/migrate-users>`_.\n\nNew releases and major changes are announced at the public announce mailing\nlist `openstack-dev\n<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_\nand at the Python package index `sqlalchemy-migrate\n<http://pypi.python.org/pypi/sqlalchemy-migrate>`_.\n\nHomepage is located at `stackforge\n<http://github.com/stackforge/sqlalchemy-migrate/>`_\n\nYou can also clone a current `development version\n<http://github.com/stackforge/sqlalchemy-migrate>`_\n\nTests and Bugs\n--------------\n\nTo run automated tests:\n\n* install tox: ``pip install -U tox``\n* run tox: ``tox``\n* to test only a specific Python version: ``tox -e py27`` (Python 2.7)\n\nPlease report any issues with sqlalchemy-migrate to the issue tracker at\n`Launchpad issues\n<https://bugs.launchpad.net/sqlalchemy-migrate>`_\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Database schema migration for SQLAlchemy",
    "version": "0.13.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1aba0725bf5f54d0c5ed7c1da025215f288fb68ef4cc4966abfb76c1926ee0af",
                "md5": "a88d867301244a70bb9c1b622c7a13e3",
                "sha256": "e5d2348db19a5062132d93e3b4d9e7644af552fffbec4c78cc5358f848d2f6c1"
            },
            "downloads": -1,
            "filename": "sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a88d867301244a70bb9c1b622c7a13e3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 109099,
            "upload_time": "2019-10-22T21:16:17",
            "upload_time_iso_8601": "2019-10-22T21:16:17.963418Z",
            "url": "https://files.pythonhosted.org/packages/1a/ba/0725bf5f54d0c5ed7c1da025215f288fb68ef4cc4966abfb76c1926ee0af/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36bb40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c",
                "md5": "86572c92ae84334907f5e3a2cecc92a6",
                "sha256": "0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8"
            },
            "downloads": -1,
            "filename": "sqlalchemy-migrate-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86572c92ae84334907f5e3a2cecc92a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 131424,
            "upload_time": "2019-10-22T21:16:22",
            "upload_time_iso_8601": "2019-10-22T21:16:22.382230Z",
            "url": "https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/sqlalchemy-migrate-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-10-22 21:16:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sqlalchemy-migrate"
}
        
Elapsed time: 0.03744s