{
    "content": [
        {
            "type": "text",
            "text": "# keyring (pydoc)\n\n**Summary:** keyring\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **PACKAGE CONTENTS** (12 lines)\n- **FUNCTIONS** (1 lines) — 6 subsections\n  - delete_password (2 lines)\n  - get_credential (2 lines)\n  - get_keyring (2 lines)\n  - get_password (2 lines)\n  - set_keyring (2 lines)\n  - set_password (2 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nkeyring\n\n### PACKAGE CONTENTS\n\nmain\nbackend\nbackends (package)\ncli\ncore\ncredentials\ndevpiclient\nerrors\nhttp\ntesting (package)\nutil (package)\n\n### FUNCTIONS\n\n#### delete_password\n\nDelete the password for the user in the specified service.\n\n#### get_credential\n\nGet a Credential for the specified service.\n\n#### get_keyring\n\nGet current keyring backend.\n\n#### get_password\n\nGet password from the specified service.\n\n#### set_keyring\n\nSet current keyring backend.\n\n#### set_password\n\nSet password for the user in the specified service.\n\n### DATA\n\nall = ('setkeyring', 'getkeyring', 'setpassword', 'getpassword...\n\n### FILE\n\n/usr/lib/python3/dist-packages/keyring/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "keyring",
        "section": "",
        "mode": "pydoc",
        "summary": "keyring",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "delete_password",
                        "lines": 2
                    },
                    {
                        "name": "get_credential",
                        "lines": 2
                    },
                    {
                        "name": "get_keyring",
                        "lines": 2
                    },
                    {
                        "name": "get_password",
                        "lines": 2
                    },
                    {
                        "name": "set_keyring",
                        "lines": 2
                    },
                    {
                        "name": "set_password",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}