Skip to main content

Installation

TypeScript / JavaScript

Install the package via npm, yarn, or pnpm.

npm install @eclipse/luna-sdk
# or
yarn add @eclipse/luna-sdk

Requirements:

  • Node.js 18+

Python

Install the package via pip.

pip install luna-sdk

Requirements:

  • Python 3.9+
  • httpx and pydantic (installed automatically)

Go

Install the module using go get.

go get github.com/eclipse-softworks/luna-sdk-go

Requirements:

  • Go 1.21+