codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
261 stars 42 forks source link

Feature: Improve Python API for `Keychain` #315

Closed priitlatt closed 1 year ago

priitlatt commented 1 year ago

As Keychain methods except password argument to be passed as Password instance, it makes the Python API of Keychain really cumbersome to use. To make it more user friendly, also accept plain str values wherever Password is currently used.