@@@@@@@@@@@@@@@@@@
SQLAlchemy Migrate
@@@@@@@@@@@@@@@@@@
.. CXREF:
https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
.. image:: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
:target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
:alt: Build Status
.. CXREF: https://app.codecov.io/github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/settings/badge
.. image:: https://codecov.io/gh/doblabs/sqlalchemy-migrate-hotoffthehamster/branch/release/graph/badge.svg?token=XXX
:target: https://app.codecov.io/gh/doblabs/sqlalchemy-migrate-hotoffthehamster
:alt: Coverage Status
.. image:: https://readthedocs.org/projects/sqlalchemy-migrate-hotoffthehamster/badge/?version=latest
:target: https://sqlalchemy-migrate-hotoffthehamster.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/github/v/release/doblabs/sqlalchemy-migrate-hotoffthehamster.svg?style=flat
:target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/releases
:alt: GitHub Release Status
.. image:: https://img.shields.io/pypi/v/sqlalchemy-migrate-hotoffthehamster.svg
:target: https://pypi.org/project/sqlalchemy-migrate-hotoffthehamster/
:alt: PyPI Release Status
.. image:: https://img.shields.io/pypi/pyversions/sqlalchemy-migrate-hotoffthehamster.svg
:target: https://pypi.org/project/sqlalchemy-migrate-hotoffthehamster/
:alt: PyPI Supported Python Versions
.. image:: https://img.shields.io/github/license/doblabs/sqlalchemy-migrate-hotoffthehamster.svg?style=flat
:target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/blob/release/LICENSE
:alt: License Status
|
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": "",
"name": "sqlalchemy-migrate-hotoffthehamster",
"maintainer": "Tally Bark LLC",
"docs_url": null,
"requires_python": ">=3.8.1,<4.0.0",
"maintainer_email": "doblabs@tallybark.com",
"keywords": "python,boilerplate,pyoilerplate,scaffolding,framework,CLI,TUI,skeleton,cookiecutter",
"author": "Landon Bouma",
"author_email": "doblabs@tallybark.com",
"download_url": "https://files.pythonhosted.org/packages/bd/08/057bfc05db431f12a4ae4462e956edc59ba283a7d3f1df08cdb63ce12523/sqlalchemy_migrate_hotoffthehamster-0.14.3.tar.gz",
"platform": null,
"description": "@@@@@@@@@@@@@@@@@@\nSQLAlchemy Migrate\n@@@@@@@@@@@@@@@@@@\n\n.. CXREF:\n https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\n\n.. image:: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/actions/workflows/checks-unspecial.yml/badge.svg?branch=release\n :target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/actions/workflows/checks-unspecial.yml/badge.svg?branch=release\n :alt: Build Status\n\n.. CXREF: https://app.codecov.io/github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/settings/badge\n\n.. image:: https://codecov.io/gh/doblabs/sqlalchemy-migrate-hotoffthehamster/branch/release/graph/badge.svg?token=XXX\n :target: https://app.codecov.io/gh/doblabs/sqlalchemy-migrate-hotoffthehamster\n :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/sqlalchemy-migrate-hotoffthehamster/badge/?version=latest\n :target: https://sqlalchemy-migrate-hotoffthehamster.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/github/v/release/doblabs/sqlalchemy-migrate-hotoffthehamster.svg?style=flat\n :target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/releases\n :alt: GitHub Release Status\n\n.. image:: https://img.shields.io/pypi/v/sqlalchemy-migrate-hotoffthehamster.svg\n :target: https://pypi.org/project/sqlalchemy-migrate-hotoffthehamster/\n :alt: PyPI Release Status\n\n.. image:: https://img.shields.io/pypi/pyversions/sqlalchemy-migrate-hotoffthehamster.svg\n :target: https://pypi.org/project/sqlalchemy-migrate-hotoffthehamster/\n :alt: PyPI Supported Python Versions\n\n.. image:: https://img.shields.io/github/license/doblabs/sqlalchemy-migrate-hotoffthehamster.svg?style=flat\n :target: https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/blob/release/LICENSE\n :alt: License Status\n\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\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\n\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",
"bugtrack_url": null,
"license": "MIT",
"summary": "Database schema migration for SQLAlchemy",
"version": "0.14.3",
"project_urls": {
"documentation": "https://sqlalchemy-migrate-hotoffthehamster.readthedocs.io/en/latest",
"download": "https://pypi.org/project/sqlalchemy-migrate-hotoffthehamster/#files",
"history": "https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/blob/release/HISTORY.rst",
"homepage": "https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster",
"issues": "https://github.com/doblabs/sqlalchemy-migrate-hotoffthehamster/issues"
},
"split_keywords": [
"python",
"boilerplate",
"pyoilerplate",
"scaffolding",
"framework",
"cli",
"tui",
"skeleton",
"cookiecutter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "80bbc86a2ec913d5868b7802a64b2a6f4529147843a542285bdb658a3da96b95",
"md5": "27072767da4ae1e6252a06e011cfde53",
"sha256": "96b0cd01b8167036daa39eda16f10429a70d9d325a113df5ee33d026e5984e21"
},
"downloads": -1,
"filename": "sqlalchemy_migrate_hotoffthehamster-0.14.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "27072767da4ae1e6252a06e011cfde53",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<4.0.0",
"size": 79483,
"upload_time": "2023-12-28T05:03:49",
"upload_time_iso_8601": "2023-12-28T05:03:49.594926Z",
"url": "https://files.pythonhosted.org/packages/80/bb/c86a2ec913d5868b7802a64b2a6f4529147843a542285bdb658a3da96b95/sqlalchemy_migrate_hotoffthehamster-0.14.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd08057bfc05db431f12a4ae4462e956edc59ba283a7d3f1df08cdb63ce12523",
"md5": "2580dd06356926c7d84d5f5ec0e5db23",
"sha256": "454cda78ce288f2eb42c6a9e15e320054fa7bced84cbf8830d3a0a9cbe84786a"
},
"downloads": -1,
"filename": "sqlalchemy_migrate_hotoffthehamster-0.14.3.tar.gz",
"has_sig": false,
"md5_digest": "2580dd06356926c7d84d5f5ec0e5db23",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<4.0.0",
"size": 109338,
"upload_time": "2023-12-28T05:03:51",
"upload_time_iso_8601": "2023-12-28T05:03:51.296432Z",
"url": "https://files.pythonhosted.org/packages/bd/08/057bfc05db431f12a4ae4462e956edc59ba283a7d3f1df08cdb63ce12523/sqlalchemy_migrate_hotoffthehamster-0.14.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-28 05:03:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "doblabs",
"github_project": "sqlalchemy-migrate-hotoffthehamster",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "sqlalchemy-migrate-hotoffthehamster"
}