# phpman > pydoc > keyring

Help on package keyring:

## NAME
    keyring

## PACKAGE CONTENTS
    __main__
    backend
    backends (package)
    cli
    core
    credentials
    devpi_client
    errors
    http
    testing (package)
    util (package)

## FUNCTIONS
### delete_password
        Delete the password for the user in the specified service.

### get_credential
        Get a Credential for the specified service.

### get_keyring
        Get current keyring backend.

### get_password
        Get password from the specified service.

### set_keyring
        Set current keyring backend.

### set_password
        Set password for the user in the specified service.

## DATA
    __all__ = ('set_keyring', 'get_keyring', 'set_password', 'get_password...

## FILE
    /usr/lib/python3/dist-packages/keyring/__init__.py


