Keeper Commander is a command-line and SDK interface for the Keeper Security platform. It allows you to manage vault records, perform administrative tasks, and automate security workflows. Current version 17.2.16, compatible with Python >=3.7. Release cadence is frequent with multiple minor versions per year.
pip install keepercommanderVerified import paths — ran on the pinned version, not inferred.
Basic login and record listing. Replace KEEPER_USER and KEEPER_PASSWORD environment variables with your credentials.
Update login call to use environment variables or pass a config dictionary: commander.login(user='user', password='pass') or set env vars.
Replace get_records() with search_records() and adjust filtering as needed.
Install system packages: on Ubuntu: apt-get install build-essential libssl-dev libffi-dev python3-dev.
No dependency data recorded yet.