{
    "content": [
        {
            "type": "text",
            "text": "# KEYRING (man)\n\n## NAME\n\nkeyring - Python-Keyring command-line utility\n\n## SYNOPSIS\n\nkeyring [get|set|del] SERVICE USERNAME\n\n## DESCRIPTION\n\nkeyring provides a way to store, lookup and delete passwords in various backends supported by\nPython-Keyring.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (5 subsections)\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "KEYRING",
        "section": "",
        "mode": "man",
        "summary": "keyring - Python-Keyring command-line utility",
        "synopsis": "keyring [get|set|del] SERVICE USERNAME",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-p --keyring-path",
                        "lines": 2,
                        "flag": "-p",
                        "long": "--keyring-path"
                    },
                    {
                        "name": "-b --keyring-backend",
                        "lines": 2,
                        "flag": "-b",
                        "long": "--keyring-backend"
                    },
                    {
                        "name": "--list-backends",
                        "lines": 2,
                        "long": "--list-backends"
                    },
                    {
                        "name": "--disable",
                        "lines": 3,
                        "long": "--disable"
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}