Skip to content

Instantly share code, notes, and snippets.

View lgo's full-sized avatar
🚀
Launching to the future

Joey Pereira lgo

🚀
Launching to the future
View GitHub Profile
#!/usr/bin/env python
"""
Provide useful alembic information after switching branches.
"""
import argparse
import subprocess
import os
import os.path
import py.path