For the complete documentation index, see llms.txt. This page is also available as Markdown.

Python SDK — install

Stratix Python SDK installation.

Requirements

  • Python 3.8+

  • pip

Install

pip install layerlens --extra-index-url https://sdk.layerlens.ai/package

Index URL availability. The LayerLens package index at https://sdk.layerlens.ai/package is the authoritative source. If you receive a network error (DNS, 404, TLS), check the release notes for any maintenance notice and try the PyPI mirror as a fallback (pip install layerlens --extra-index-url https://sdk.layerlens.ai/package without --extra-index-url) — the public-PyPI version may lag the LayerLens index by 1-2 days.

Verify

import layerlens
print(layerlens.__version__)

Dependencies

  • httpx

  • pydantic

  • requests (file uploads)

Upgrade

See also

Last updated

Was this helpful?