File: script.rst

package info (click to toggle)
alembic 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,084 kB
  • sloc: python: 22,563; makefile: 95; sh: 10
file content (20 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _alembic.script.toplevel:

================
Script Directory
================

The :class:`.ScriptDirectory` object provides programmatic access
to the Alembic version files present in the filesystem.

.. automodule:: alembic.script
    :members:

Revision
========

The :class:`.RevisionMap` object serves as the basis for revision
management, used exclusively by :class:`.ScriptDirectory`.

.. automodule:: alembic.script.revision
    :members: