{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Cryptography","url":"https://skillfed.io/packages/category/security-cryptography/2"}],"enrichment":{"capability":"SOPSy wraps the SOPS command-line tool to encrypt, decrypt, and manage secrets in YAML and JSON files from Python code.","skillfed_tags":["secrets-management","encryption-wrapper","sops-integration"],"use_cases":["Load encrypted secrets from a YAML or JSON file in a Python application at runtime without exposing plaintext.","Retrieve a single secret value by key from an encrypted file for use in configuration or authentication.","Encrypt plaintext configuration files programmatically using SOPS encryption rules defined in a `.sops.yml` file.","Integrate SOPS-encrypted secrets into a Python deployment or CI/CD pipeline that needs to manage multiple environments."],"what_it_does":"SOPSy is a Python wrapper around the SOPS command-line encryption tool, allowing you to programmatically encrypt, decrypt, and retrieve secrets from YAML and JSON files. It abstracts away direct CLI invocation, letting you work with encrypted files through a simple Python API\u2014calling methods like `get()` to retrieve individual secrets or `decrypt()` to load all secrets at once.\n\nThe package requires the SOPS binary to be installed separately on your system. It depends only on pyyaml for parsing, making it lightweight. However, the repository is now archived and abandoned, meaning no new features or security updates are planned, though the last commit was recent (2025-07-26).","worth_installing":"Yes, if you are already using SOPS for secret management and need Python integration. The low install friction and permissive license make it straightforward to add. However, be aware that the repository is archived and abandoned\u2014use it only if you are comfortable maintaining it yourself or if your SOPS version and Python environment are stable enough not to require upstream fixes."},"id":"sopsy","links":{"html":"https://skillfed.io/packages/sopsy","md":"https://skillfed.io/packages/sopsy.md","pypi":"https://pypi.org/project/sopsy/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2025-07-26","license_spdx":null,"license_treatment":"permissive","name":"sopsy","python_support":"supports_current","summary":"SOPS Python wrapper library"},"popularity":{"monthly_downloads":223832,"position":9239,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.1"}
