{"categories":[{"label":"Security","url":"https://skillfed.io/packages/category/security/2"}],"enrichment":{"capability":"Provides Python access to 1Password vaults through a self-hosted 1Password Connect server, allowing applications to read and write secrets programmatically.","skillfed_tags":["secrets-management","1password-integration"],"use_cases":["Retrieve database credentials or API keys from 1Password during application startup or on-demand.","Automate secret rotation by reading updated credentials from 1Password in a CI/CD pipeline.","Programmatically create and manage login items or secure notes in 1Password from Python applications.","Build a secrets proxy that fetches credentials from 1Password and injects them into environment or configuration.","Audit and sync secrets between 1Password and other systems by reading vault contents via the SDK."],"what_it_does":"The 1Password Connect SDK is a Python client library for accessing 1Password vaults through a self-hosted Connect server. It abstracts the HTTP API behind a simple Python interface, letting you read secrets, create items, and manage vault contents programmatically without embedding credentials directly in your code. The library depends on httpx for HTTP communication and python-dateutil for timestamp handling.\n\nYou configure it via environment variables (OP_CONNECT_HOST, OP_CONNECT_TOKEN, and optionally OP_CONNECT_CLIENT_REQ_TIMEOUT) and then instantiate a client to perform vault operations. It's designed for applications that need to integrate 1Password as a centralized secrets store, such as deployment pipelines, configuration management tools, or services that need to fetch credentials at runtime.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and solves a clear problem for teams using 1Password as a centralized secrets store. It requires a self-hosted Connect server and proper environment setup, but those are architectural choices, not package defects. No known security vulnerabilities. Install it if you need programmatic access to 1Password vaults from Python."},"id":"onepasswordconnectsdk","links":{"html":"https://skillfed.io/packages/onepasswordconnectsdk","md":"https://skillfed.io/packages/onepasswordconnectsdk.md","pypi":"https://pypi.org/project/onepasswordconnectsdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-06","license_spdx":null,"license_treatment":"permissive","name":"onepasswordconnectsdk","python_support":"supports_current","summary":"Python SDK for 1Password Connect"},"popularity":{"monthly_downloads":176964,"position":10229,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
