{"library":"argparse","type":"library","category":null,"description":"argparse is Python's standard library module for parsing command-line arguments. It simplifies the creation of user-friendly command-line interfaces by allowing programs to define required arguments and options, automatically generating help messages, and handling argument parsing and validation. It has been part of the standard library since Python 2.7 and 3.2. The PyPI package (version 1.4.0) is a backport primarily for older Python versions (< 2.7 or < 3.2) and is currently archived.","language":"python","status":"active","version":"1.4.0","tags":["CLI","command-line parsing","argument parsing","standard library"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install argparse","imports":["import argparse"]},{"cmd":"# argparse is included in the Python standard library since 2.7 and 3.2.\n# No installation is typically required for modern Python versions.","imports":[]}],"homepage":null,"github":"https://github.com/ThomasWaldmann/argparse","docs":null,"changelog":null,"pypi":"https://pypi.org/project/argparse/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/argparse/compatibility"}}