--- id: akeyless version: "5.0.28" license: unclear license_treatment: unclear maintenance: active --- # akeyless — Akeyless API License: unclear · Maintenance: active · Downloads: 4.6M/mo ## What it is and what it does Akeyless is an auto-generated OpenAPI client for the Akeyless secrets management platform. It wraps HTTP calls to the Akeyless API, allowing Python applications to programmatically manage secrets, encryption keys, and related credentials. The package depends on standard HTTP and utility libraries (urllib3, certifi, python-dateutil, six, psutil) and is maintained actively. The package is positioned as a direct API binding rather than a high-level abstraction, so usage typically involves instantiating an API client and calling methods that correspond to Akeyless API endpoints. It is most useful for applications that need to integrate with Akeyless infrastructure for secret retrieval, key rotation, or credential management. Use it for: - Retrieve secrets and API keys from Akeyless during application startup or runtime. - Automate credential rotation and key management in CI/CD pipelines. - Integrate Akeyless secret storage into microservices for centralized credential handling. - Manage encryption keys and cryptographic operations through the Akeyless platform. - Build internal tools or automation scripts that interact with Akeyless vaults. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python client access to the Akeyless API for secrets management and key operations. Yes, if you are already using Akeyless and need Python API access. The package has low install friction, active maintenance, and no known vulnerabilities. However, verify the undeclared license terms and Python version compatibility before adopting in production or commercial contexts. ## Install pip install akeyless uv add akeyless poetry add akeyless ## Installing akeyless Before you install: Low install friction with common, stable dependencies. Active maintenance with a release 60 days ago. License in practice: License status is unclear—no SPDX identifier or raw license text is declared. Verify the actual license terms before adopting in commercial or restricted contexts. Quickstart: pip install akeyless import akeyless # Create a client and call an API method client = akeyless.ApiClient() api_instance = akeyless.SomeApi(client) result = api_instance.some_method() Python version support is unspecified; verify compatibility with your environment before use. Verify before relying: - Actual license text and terms (SPDX or raw license field is absent) - Python version support (requires_python is unspecified) - Documentation availability and completeness - API coverage and feature parity with the Akeyless service ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 4.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags akeyless api client, secrets management python, key management api, akeyless sdk, api client library, credential management, secrets-management, api-client, cryptography [View on SkillFed](https://skillfed.io/packages/akeyless) · [View on PyPI](https://pypi.org/project/akeyless/)