{
    "mode": "man",
    "parameter": "KEYRING",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/KEYRING/1/json",
    "generated": "2026-07-05T11:45:42Z",
    "synopsis": "keyring [get|set|del] SERVICE USERNAME",
    "sections": {
        "NAME": {
            "content": "keyring - Python-Keyring command-line utility\n\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "keyring [get|set|del] SERVICE USERNAME\n\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-h --help",
                    "content": "Show the help message and exit.\n",
                    "flag": "-h",
                    "long": "--help"
                },
                {
                    "name": "-p --keyring-path",
                    "content": "Specify path to the keyring backend to use.\n",
                    "flag": "-p",
                    "long": "--keyring-path"
                },
                {
                    "name": "-b --keyring-backend",
                    "content": "Specify name of the keyring backend to use.\n",
                    "flag": "-b",
                    "long": "--keyring-backend"
                },
                {
                    "name": "--list-backends",
                    "content": "List the available keyring backends and exit.\n",
                    "long": "--list-backends"
                },
                {
                    "name": "--disable",
                    "content": "Create a configuration file disabling keyring and exit.\n\n",
                    "long": "--disable"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "keyring provides a way to store, lookup and delete passwords in various backends supported by\nPython-Keyring.\n\nUsage example:\n\n$ keyring set service username\nPassword for 'username' in 'service':\n$ keyring get service username\npassword\n\nHow the SERVICE and USERNAME parameters are handled depends on the backend, with the  default\nSecret Service backend they are stored as item lookup attributes.\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "secret-tool(1)\n\n\n\nKEYRING(1)",
            "subsections": []
        }
    },
    "summary": "keyring - Python-Keyring command-line utility",
    "flags": [
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Show the help message and exit."
        },
        {
            "flag": "-p",
            "long": "--keyring-path",
            "arg": null,
            "description": "Specify path to the keyring backend to use."
        },
        {
            "flag": "-b",
            "long": "--keyring-backend",
            "arg": null,
            "description": "Specify name of the keyring backend to use."
        },
        {
            "flag": "",
            "long": "--list-backends",
            "arg": null,
            "description": "List the available keyring backends and exit."
        },
        {
            "flag": "",
            "long": "--disable",
            "arg": null,
            "description": "Create a configuration file disabling keyring and exit."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "secret-tool",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/secret-tool/1/json"
        }
    ]
}