All docs
Runtime·
property
API_VERSION
the public lsdtools API version string ("1.0")
Python
API_VERSION: str = "1.0"
Returns str — the public API version, e.g. "1.0"
Example#
Python
from lsdtools import API_VERSION
assert API_VERSION.startswith("1.")
Notes#
The public API version string, currently "1.0". The major bumps when a release removes or renames
a supported name; the minor bumps when names are added. Packages may check it to guard against an
incompatible SDK.
See also#
API: Runtime · find_runtime · lsdtools API reference
Guides: Install LSD
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown