Database migration tool for SQLAlchemy

Alembic is a new 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 http://readthedocs.org/docs/alembic/
RPM
python3-alembic-1.7.5-2.fc36.noarch.rpm
Summary
Database migration tool for SQLAlchemy
URL
https://pypi.io/project/alembic
Group
Unspecified
License
MIT
Source
python-alembic-1.7.5-2.fc36.src.rpm
Checksum
258c253144c719025d8568b33f3eaea0120e829b66698212842adbebc8764dfa
Signing Signature
RSA/SHA256, Sat 22 Jan 2022 02:57:48 AM AEDT, Key ID 999f7cbf38ab71f4
Build Date
2022/01/21 21:25:58
Requires
/usr/bin/python3
python3.10dist(sqlalchemy) >= 1.3
Provides
python-alembic = 1.7.5-2.fc36
python3-alembic = 1.7.5-2.fc36
python3.10-alembic = 1.7.5-2.fc36
python3.10dist(alembic) = 1.7.5
python3dist(alembic) = 1.7.5
Obsoletes