Installation
Requirements
Install from GitHub
pip install git+https://github.com/yourcompany/dbcreds.git
# PostgreSQL only (default)
pip install git+https://github.com/yourcompany/dbcreds.git
# With MySQL support
pip install "git+https://github.com/yourcompany/dbcreds.git#egg=dbcreds[mysql]"
# With all databases
pip install "git+https://github.com/yourcompany/dbcreds.git#egg=dbcreds[mysql,oracle,mssql]"
Development Installation
git clone https://github.com/yourcompany/dbcreds.git
cd dbcreds
uv venv
uv pip install -e ".[dev]"