{
    "content": [
        {
            "type": "text",
            "text": "# fail2ban (pydoc)\n\n**Summary:** fail2ban\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **PACKAGE CONTENTS** (9 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - strptime (26 lines)\n- **DATA** (3 lines)\n- **AUTHOR** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nfail2ban\n\n### DESCRIPTION\n\n# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*-\n# vi: set ft=python sts=4 ts=4 sw=4 noet :\n\n### PACKAGE CONTENTS\n\nclient (package)\nexceptions\nhelpers\nprotocol\nserver (package)\nsetup\ntests (package)\nversion\n\n### FUNCTIONS\n\n#### strptime\n\nstrptime(string, format) -> structtime\n\nParse a string to a time tuple according to a format specification.\nSee the library reference manual for formatting codes (same as\nstrftime()).\n\nCommonly used format codes:\n\n%Y  Year with century as a decimal number.\n%m  Month as a decimal number [01,12].\n%d  Day of the month as a decimal number [01,31].\n%H  Hour (24-hour clock) as a decimal number [00,23].\n%M  Minute as a decimal number [00,59].\n%S  Second as a decimal number [00,61].\n%z  Time zone offset from UTC.\n%a  Locale's abbreviated weekday name.\n%A  Locale's full weekday name.\n%b  Locale's abbreviated month name.\n%B  Locale's full month name.\n%c  Locale's appropriate date and time representation.\n%I  Hour (12-hour clock) as a decimal number [01,12].\n%p  Locale's equivalent of either AM or PM.\n\nOther codes may be available on your platform.  See documentation for\nthe C library strftime function.\n\n### DATA\n\ncopyright = 'Copyright (c) 2004 Cyril Jaquier'\nlicense = 'GPL'\n\n### AUTHOR\n\nCyril Jaquier\n\n### FILE\n\n/usr/lib/python3/dist-packages/fail2ban/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "fail2ban",
        "section": "",
        "mode": "pydoc",
        "summary": "fail2ban",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "strptime",
                        "lines": 26
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}