Official Python SDK for Infisical, a secrets management platform. Version 2.x is a complete rewrite (new SDK) that is not backwards-compatible with the 0.x legacy SDK. Provides programmatic access to secrets, service tokens, and machine identity authentication.
pip install infisical-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with a service token, then fetch or list secrets.
Migrate to the new v2 API. See migration guide at https://infisical.com/docs/sdks/python/migration.
Create separate client instances for sync and async usage, or use the appropriate method variants (e.g., run until complete in async context).
Uninstall the old package: pip uninstall infisical-python && pip install infisical-python>=2.0.0
No dependency data recorded yet.