{
    "content": [
        {
            "type": "text",
            "text": "# py3versions(1) (man)\n\n**Summary:** py3versions - print python3 version information\n\n**Synopsis:** py3versions [-h] [-v] [<options>]\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (26 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\npy3versions - print python3 version information\n\n### SYNOPSIS\n\npy3versions [-h] [-v] [<options>]\n\n### DESCRIPTION\n\npy3versions  prints information about installed, supported python3 runtimes, the default run‐\ntime, and parses the information of the PythonVersion fields in the package control file  for\nPython3.\n\n### OPTIONS\n\n-d, --default\nShow the default python3 version.\n\n-s, --supported\nShow  the  supported python3 versions.  List is lowest version to highest version with\nthe default version last (e.g. python3.4 python3.6 python3.5 if  python3.4,  3.5,  and\n3.6 are supported, but python3.5 is the default python3).\n\n-r, --requested [<version string>|<control file>]\nReads the value of the X-Python3-Version field in the source section of a control file\nand shows all matching python3 versions. The parameter is  interpreted  as  a  version\nstring, if it is not the name of a file. If the X-Python3-Version field is missing, it\nwill fall back to list the supported Python3 versions after  checking  debian/control.\nVersions  less  than  3  are ignored. The keyword all is ignored because it covers all\nPython2 versions.  The former keyword current is not  supported  at  all  in  Python3.\nUses the same sort order as the -s, --supported option.\n\n-i, --installed\nShow the installed supported python3 versions.\n\n-v, --version\nLimit the output to the version numbers of the python3 versions.\n\n-h, --help\nPrint a help text.\n\n### SEE ALSO\n\nPython policy.\n\n### AUTHOR\n\nMatthias Klose\n\n\n\nPY3VERSIONS()\n\n"
        }
    ],
    "structuredContent": {
        "command": "py3versions",
        "section": "1",
        "mode": "man",
        "summary": "py3versions - print python3 version information",
        "synopsis": "py3versions [-h] [-v] [<options>]",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 26,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}