HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/root/lib/python3/dist-packages/keyring/__pycache__/http.cpython-310.pyc
o

���a��@s2dZddlZddlmZmZmZGdd�d�ZdS)a�
urllib2.HTTPPasswordMgr object using the keyring, for use with the
urllib2.HTTPBasicAuthHandler.

usage:
    import urllib2
    handlers = [urllib2.HTTPBasicAuthHandler(PasswordMgr())]
    urllib2.install_opener(handlers)
    urllib2.urlopen(...)

This will prompt for a password if one is required and isn't already
in the keyring. Then, it adds it to the keyring for subsequent use.
�N�)�get_password�delete_password�set_passwordc@s,eZdZdd�Zdd�Zdd�Zdd�Zd	S)
�PasswordMgrcCst��S�N)�getpass�getuser)�self�realm�authuri�r
�./usr/lib/python3/dist-packages/keyring/http.py�get_usernameszPasswordMgr.get_usernamecCs|�||�}t|||�dSr)rr)r
rr�password�userr
r
r�add_passwordszPasswordMgr.add_passwordcCsF|�||�}t||�}|durdt�}t�|�}t|||�||fS)Nz1password for %(user)s@%(realm)s for %(authuri)s: )rr�varsrr)r
rrrr�promptr
r
r�find_user_passwords


zPasswordMgr.find_user_passwordcCs|�||�}t||�dSr)rr)r
rrrr
r
r�clear_password%szPasswordMgr.clear_passwordN)�__name__�
__module__�__qualname__rrrrr
r
r
rrs
	r)�__doc__r�rrrrr
r
r
r�<module>s