Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
from .core import (
    set_keyring,
    get_keyring,
    set_password,
    get_password,
    delete_password,
    get_credential,
)

__all__ = (
    'set_keyring',
    'get_keyring',
    'set_password',
    'get_password',
    'delete_password',
    'get_credential',
)