{"library":"schemathesis","install":[{"cmd":"pip install schemathesis","imports":["import schemathesis; schema = schemathesis.from_uri(...)","import schemathesis; schema = schemathesis.from_dict(...)","result = schema.test(base_url='...')","import schemathesis; @schemathesis.register_check('my_check') def my_check_function(...): ..."]},{"cmd":"pip install schemathesis[fastapi]","imports":[]},{"cmd":"pip install schemathesis[flask]","imports":[]}]}