Metadata-Version: 2.4
Name: keepercommander
Version: 17.1.14
Summary: Keeper Commander for Python 3
Home-page: https://keepersecurity.com/
Download-URL: https://github.com/Keeper-Security/Commander/releases
Author: Craig Lurey
Author-email: craig@keepersecurity.com
License: MIT
Keywords: security,password
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asciitree
Requires-Dist: bcrypt
Requires-Dist: colorama
Requires-Dist: cryptography>=41.0.0
Requires-Dist: fido2>=2.0.0; python_version >= "3.10"
Requires-Dist: flask; python_version >= "3.8"
Requires-Dist: flask-limiter; python_version >= "3.8"
Requires-Dist: keeper-secrets-manager-core>=16.6.0
Requires-Dist: prompt_toolkit
Requires-Dist: protobuf>=4.23.0
Requires-Dist: psutil; python_version >= "3.8"
Requires-Dist: pycryptodomex>=3.20.0
Requires-Dist: pyngrok; python_version >= "3.8"
Requires-Dist: pyperclip
Requires-Dist: python-dotenv
Requires-Dist: requests>=2.31.0
Requires-Dist: tabulate
Requires-Dist: websockets
Requires-Dist: keeper_pam_webrtc_rs; python_version >= "3.8"
Requires-Dist: pydantic>=2.6.4; python_version >= "3.8"
Requires-Dist: fpdf2>=2.8.3
Requires-Dist: cbor2; sys_platform == "darwin" and python_version >= "3.10"
Requires-Dist: pyobjc-framework-LocalAuthentication; sys_platform == "darwin" and python_version >= "3.10"
Requires-Dist: winrt-runtime; sys_platform == "win32" and python_version >= "3.10"
Requires-Dist: winrt-Windows.Foundation; sys_platform == "win32" and python_version >= "3.10"
Requires-Dist: winrt-Windows.Security.Credentials.UI; sys_platform == "win32" and python_version >= "3.10"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: testfixtures; extra == "test"
Dynamic: download-url
Dynamic: license-file

![Keeper Commander Header](https://github.com/user-attachments/assets/a690bcd6-95b2-4792-b17a-8ff1389c2b27)

![Keeper Commander](https://raw.githubusercontent.com/Keeper-Security/Commander/master/images/commander-black.png)

### About Keeper Commander
Keeper Commander is a command-line CLI and Python SDK interface to Keeper® Password Manager and KeeperPAM. Commander can be used to access and control your Keeper vault, perform administrative functions (managing users, teams, roles, SSO, privileged access resources, data import/export), launch sessions, rotate passwords, integrate with developer tools, eliminate hardcoded passwords, run as a REST service and more. Keeper Commander is an open source project with contributions from Keeper's engineering team and partners.

### Documentation and Getting Started
- Keeper Commander documentation: [https://docs.keeper.io/en/keeperpam/commander-cli/overview](https://docs.keeper.io/en/keeperpam/commander-cli/overview)

### About Keeper Security
Keeper is the leading cybersecurity platform for preventing password-related data breaches and cyberthreats. KeeperPAM is the leading zero-trust privileged access management ("PAM") platform for securing and managing access to your critical infrastructure.

- Learn More about Keeper: [https://keepersecurity.com](https://keepersecurity.com)

- Encryption and Security Model: [https://docs.keeper.io/en/enterprise-guide/keeper-encryption-model](https://docs.keeper.io/en/enterprise-guide/keeper-encryption-model)

- Documentation Home: [https://docs.keeper.io/](https://docs.keeper.io/)
