--- id: infisicalsdk version: "1.0.16" license: unclear license_treatment: unclear maintenance: active --- # infisicalsdk — Official Infisical SDK for Python (Latest) License: unclear · Maintenance: active · Downloads: 1.2M/mo ## What it is and what it does Infisicalsdk is the official Python client for Infisical, a centralized secret management platform. It allows Python applications to fetch secrets like API keys, database credentials, and configurations from a running Infisical instance at runtime, rather than embedding them in code or environment files. The package depends on requests for HTTP communication, python-dateutil for timestamp handling, aenum for enumerations, and boto3/botocore for AWS integration. It is actively maintained, has no known vulnerabilities, and installs with low friction as a pure Python wheel. The license status remains unclear, which may matter for compliance-sensitive deployments. Use it for: - Retrieve API keys and database credentials at application startup without hardcoding them - Centralize secret rotation and access control across multiple Python services - Integrate Python microservices with a shared Infisical instance for consistent credential management - Audit and track which applications access which secrets through Infisical's logging - Manage environment-specific configurations (dev, staging, prod) from a single secret store ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Fetch and manage secrets from Infisical, an open source secret management platform, directly within Python applications. Yes, if you are already using or planning to deploy Infisical as your secret management platform. The package is actively maintained, has no known vulnerabilities, and installs cleanly. However, verify the license terms before use in proprietary contexts, and confirm that your Python version is supported (the metadata does not specify a minimum version). If you need a simpler, standalone secrets solution without a separate Infisical backend, this is not the right choice. ## Install pip install infisicalsdk uv add infisicalsdk poetry add infisicalsdk ## Installing infisicalsdk Before you install: Low install friction with a pure Python wheel and five common runtime dependencies (python-dateutil, aenum, requests, boto3, botocore). Repository is active with recent commits and no archived status. License in practice: License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts. Quickstart: pip install infisicalsdk from infisicalsdk import InfisicalClient client = InfisicalClient() secret = client.get_secret(secret_name='API_KEY') Requires network access to an Infisical instance and valid authentication credentials to retrieve secrets. Verify before relying: - Exact Python version support (requires_python is unspecified in metadata) - Whether boto3 and botocore are always required or only for AWS-backed secret storage - Authentication methods and credential configuration requirements ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 1.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags secret management python, fetch api keys credentials, infisical sdk, centralized secrets management, environment configuration management, credentials storage retrieval, secrets api client, secrets-management, credentials-handling, infisical-integration [View on SkillFed](https://skillfed.io/packages/infisicalsdk) · [View on PyPI](https://pypi.org/project/infisicalsdk/)