-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
[dependencies]
weedforge = "0.1"Minimum supported Rust version: 1.86 (gated by the TLS/IDNA dependency stack).
pip install weedforgePrebuilt abi3 wheels are published for CPython 3.9+ on Linux (x86_64), macOS
(x86_64 + arm64), and Windows (x64). On other platforms pip builds from the sdist,
which requires a Rust toolchain.
The Go client is a pure-Go module (standard library only, CGO_ENABLED=0), located
in clients/go.
import weedforge "github.com/danghoangnhan/weedforge-go"Standalone publication to
pkg.go.devis planned. Until then, vendor theclients/gopackage or depend on it via a Go modulereplacedirective.
The Java client is pure Java with no runtime dependencies and targets JDK 8+,
located in clients/java.
<dependency>
<groupId>io.github.danghoangnhan</groupId>
<artifactId>weedforge</artifactId>
<version>0.1.1</version>
</dependency>Standalone publication to Maven Central is planned. Until then, build the jar locally with
mvn -f clients/java packageand install it into your local repository.
See Configuration for client options and Usage for examples.
Usage
Reference