Database migration tool for SQLAlchemy
Alembic is a database migrations tool written by the author of SQLAlchemy. A
migrations tool offers the following functionality:
⢠Can emit ALTER statements to a database in order to change the structure of
tables and other constructs
⢠Provides a system whereby "migration scripts" may be constructed; each script
indicates a particular series of steps that can "upgrade" a target database
to a new version, and optionally a series of steps that can "downgrade"
similarly, doing the same steps in reverse.
⢠Allows the scripts to execute in some sequential manner.
Documentation and status of Alembic is at https://alembic.sqlalchemy.org/
- RPM
- python3-alembic-1.15.2-1.lbn42.noarch.rpm
- Summary
- Database migration tool for SQLAlchemy
- URL
- https://pypi.io/project/alembic
- Group
- Unspecified
- License
- MIT
- Source
-
python-alembic-1.15.2-1.lbn42.src.rpm
- Checksum
- 9554936c6c7304c920f4174e9ec5e6344f3ea4201510e0386143a2a9fdd6357d
- Signing Signature
- RSA/SHA512, Sun 05 Apr 2026 06:24:00 PM AEST, Key ID d760880122ab8392
- Build Date
- 2025/09/18 00:43:51
- Requires
-
/usr/bin/python3
python3.13dist(sqlalchemy) >= 1.4
python3.13dist(typing-extensions) >= 4.12
- Provides
-
python-alembic = 1.15.2-1.lbn42
python3-alembic = 1.15.2-1.lbn42
python3.13-alembic = 1.15.2-1.lbn42
python3.13dist(alembic) = 1.15.2
python3dist(alembic) = 1.15.2