Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37577221
en ru br
ALT Linux repos
S:1.10.2-alt1

Group :: Development/Python3
RPM: python3-module-alembic

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.10.2-alt1
Build date: 21 march 2023, 11:49 ( 57.8 weeks ago )
Size: 438.64 Kb

Home page:   https://alembic.sqlalchemy.org

License: MIT
Summary: Database migration tool for SQLAlchemy
Description:

Alembic is a new database migrations tool, written by the author of
SQLAlchemy <http://www.sqlalchemy.org>;.  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/

Current maintainer: Danil Shein (gpg key)

List of contributors

List of rpms provided by this srpm:

  • python3-module-alembic
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin