{"library":"types-pycurl","install":[{"cmd":"pip install pycurl types-pycurl","imports":["import pycurl\nfrom io import BytesIO\n\nc = pycurl.Curl()","import pycurl\n\ntry:\n    # pycurl operations\n    pass\nexcept pycurl.error as e:\n    print(f\"PycURL error: {e}\")"]}]}