{
    "mode": "man",
    "parameter": "py3clean",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/py3clean/1/json",
    "generated": "2026-06-02T23:35:22Z",
    "synopsis": "py3clean [-V VERSION] [-p PACKAGE] [DIRORFILE]",
    "sections": {
        "NAME": {
            "content": "py3clean - removes .pyc and .pyo files\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "py3clean [-V VERSION] [-p PACKAGE] [DIRORFILE]\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--version",
                    "content": "show program's version number and exit\n",
                    "long": "--version"
                },
                {
                    "name": "-h --help",
                    "content": "show this help message and exit\n",
                    "flag": "-h",
                    "long": "--help"
                },
                {
                    "name": "-v --verbose",
                    "content": "turn verbose more one\n",
                    "flag": "-v",
                    "long": "--verbose"
                },
                {
                    "name": "-q --quiet",
                    "content": "be quiet\n",
                    "flag": "-q",
                    "long": "--quiet"
                },
                {
                    "name": "-p --package=",
                    "content": "specify Debian package name to clean\n",
                    "flag": "-p"
                },
                {
                    "name": "-V",
                    "content": "specify Python 3 version to clean\n",
                    "flag": "-V"
                }
            ]
        },
        "AUTHOR": {
            "content": "Piotr Ożarowski, 2012-2013\n\n\n\n\nPY3CLEAN(1)",
            "subsections": []
        }
    },
    "summary": "py3clean - removes .pyc and .pyo files",
    "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": []
}