ZCZachary Cutlipinshadowfile.hashnode.dev·Jul 1, 2023 · 5 min readIntroducing mock-op: The 1Password CLI EmulatorIntroduction Automated testing was a problem I ran into early on with pyonepassword. The way pyonepassword works is by driving the 1Password CLI tool, op, which talks to your 1Password cloud account. This introduces all sorts of problems for testing,...00
ZCZachary Cutlipinshadowfile.hashnode.dev·Jun 29, 2023 · 5 min readpyonepassword: a Python API for 1PasswordI'm excited to introduce pyonepassword. In a sententence, pyonepassword is a Python API to sign into and query a 1Password account by driving the op command. It's hard to believe I've been working on this project for almost four years, with my initia...00