{
    "content": [
        {
            "type": "text",
            "text": "# py3clean(1) (man)\n\n**Summary:** py3clean - removes .pyc and .pyo files\n\n**Synopsis:** py3clean [-V VERSION] [-p PACKAGE] [DIRORFILE]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --version | — | show program's version number and exit |\n| -h | --help | — | show this help message and exit |\n| -v | --verbose | — | turn verbose more one |\n| -q | --quiet | — | be quiet |\n| -p | — | — | specify Debian package name to clean |\n| -V | — | — | specify Python 3 version to clean |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **OPTIONS** (1 lines) — 6 subsections\n  - --version (2 lines)\n  - -h --help (2 lines)\n  - -v --verbose (2 lines)\n  - -q --quiet (2 lines)\n  - -p --package= (2 lines)\n  - -V (2 lines)\n- **AUTHOR** (6 lines)\n\n## Full Content\n\n### NAME\n\npy3clean - removes .pyc and .pyo files\n\n### SYNOPSIS\n\npy3clean [-V VERSION] [-p PACKAGE] [DIRORFILE]\n\n### OPTIONS\n\n#### --version\n\nshow program's version number and exit\n\n#### -h --help\n\nshow this help message and exit\n\n#### -v --verbose\n\nturn verbose more one\n\n#### -q --quiet\n\nbe quiet\n\n#### -p --package=\n\nspecify Debian package name to clean\n\n#### -V\n\nspecify Python 3 version to clean\n\n### AUTHOR\n\nPiotr Ożarowski, 2012-2013\n\n\n\n\nPY3CLEAN(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "py3clean",
        "section": "1",
        "mode": "man",
        "summary": "py3clean - removes .pyc and .pyo files",
        "synopsis": "py3clean [-V VERSION] [-p PACKAGE] [DIRORFILE]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "show program's version number and exit"
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "show this help message and exit"
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "turn verbose more one"
            },
            {
                "flag": "-q",
                "long": "--quiet",
                "arg": null,
                "description": "be quiet"
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "specify Debian package name to clean"
            },
            {
                "flag": "-V",
                "long": null,
                "arg": null,
                "description": "specify Python 3 version to clean"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-q --quiet",
                        "lines": 2,
                        "flag": "-q",
                        "long": "--quiet"
                    },
                    {
                        "name": "-p --package=",
                        "lines": 2,
                        "flag": "-p"
                    },
                    {
                        "name": "-V",
                        "lines": 2,
                        "flag": "-V"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}