Closed priitlatt closed 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.
Keychain
Password
str
As
Keychain
methods except password argument to be passed asPassword
instance, it makes the Python API ofKeychain
really cumbersome to use. To make it more user friendly, also accept plainstr
values whereverPassword
is currently used.