The stcrestclient package provides the stchttp ReST API library module. This allows simple function calls, nearly identical to those provided by StcPython.py, to be used to access TestCenter server ...
. ├── .env # Your credentials (DO NOT COMMIT) ├── pyproject.toml # uv dependencies ├── requirements.txt # pip fallback ├── databricks_eda/ │ ├── databricks_query.py # Query client (supports SELECT, ...