Skip to content

Welcome to the documentation Inquire Model Test Python SDK

About

A Python software developer kit (SDK) for the Inquire Model Test API by Sevan.

Getting started

Pip-install package from packagr.

1
pip install modeltestSDK --extra-index-url https://api.packagr.app/EYvhW6SyL/

Set up environmental variables

  • INQUIRE_MODELTEST_API_USER
  • INQUIRE_MODELTEST_API_PASSWORD
  • INQUIRE_MODELTEST_API_HOST

Where

  • USER is you Inquire Model Test DB username, e.g "user"
  • PASSWORD is your password, e.g "pass", and
  • HOST is the API host, e.g "http://127.0.0.1:8000", when hosting locally

Prerequisites

  • Python 3, version 3.8.0 or later