loongson/pypi/: alembic-1.8.1 metadata and description

Homepage Simple index

A database migration tool for SQLAlchemy.

author Mike Bayer
author_email mike_mp@zzzcomputing.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Environment :: Console
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Database :: Front-Ends
description_content_type text/x-rst
license MIT
platform
  • UNKNOWN
project_urls
  • Source, https://github.com/sqlalchemy/alembic/
  • Documentation, https://alembic.sqlalchemy.org/en/latest/
  • Issue Tracker, https://github.com/sqlalchemy/alembic/issues/
provides_extras tz
requires_dist
  • SQLAlchemy (>=1.3.0)
  • Mako
  • importlib-metadata ; python_version < "3.9"
  • importlib-resources ; python_version < "3.9"
  • python-dateutil ; extra == 'tz'
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
alembic-1.8.1-py3-none-any.whl
Size
205 KB
Type
Python Wheel
Python
3
alembic-1.8.1.tar.gz
Size
1 MB
Type
Source

Alembic is a database migrations tool written by the author of SQLAlchemy. A migrations tool offers the following functionality:

The goals of Alembic are:

Documentation and status of Alembic is at https://alembic.sqlalchemy.org/

The SQLAlchemy Project

Alembic is part of the SQLAlchemy Project and adheres to the same standards and conventions as the core project.

Development / Bug reporting / Pull requests

Please refer to the SQLAlchemy Community Guide for guidelines on coding and participating in this project.

Code of Conduct

Above all, SQLAlchemy places great emphasis on polite, thoughtful, and constructive communication between users and developers. Please see our current Code of Conduct at Code of Conduct.

License

Alembic is distributed under the MIT license.