Particularly for PAM and native style logins, create functions within the Python iRODS Client library that will initialize the .irodsA in the login environment with the requested (clear-text) password parameter.
Example:
irods.client_init.write_credentials_with_pam_password(getpass.getpass(prompt='Enter password'))
Particularly for PAM and native style logins, create functions within the Python iRODS Client library that will initialize the .irodsA in the login environment with the requested (clear-text) password parameter.
Example: