Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 377 Bytes

PyPG

A python utility to deploy PostgreSQL databases from a configuration file

minimal dependencies:

The core library os is needed. Additionally you need

  • sqlalchemy (> 2.0.0)
  • sqlalchemy_utils (> 0.41.0)
  • pyyaml (>= 6.0)

as specified in requirements.txt. Install these if they don't already exist in your environment with "pip install -r requirements.txt"