Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 311 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 311 Bytes

pypg-iam

Python library for pg-iam.

Running tests

# set postgres environment variables for pg-iam db access
export PYPGIAM_USER=""
export PYPGIAM_PW=""
export PYPGIAM_HOST=""
export PYPGIAM_DB=""

# and the run tests
pytest iam/tests.py

LICENSE

BSD.