Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 512 Bytes

Installation

pip install alembic-viz --user

Usage

Usage: alembic-viz [OPTIONS]

Options:
  --config TEXT           path to alembic config file
  --name TEXT             name of the alembic ini section
  --filename TEXT         output file name without file extension
  --format [png|svg|pdf]  output file format
  --help                  Show this message and exit.

Todo

  • add revision commit messages to graph
  • handle depends_on relationships properly
  • add test cases
  • ...