Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ vespacli Public archive

Wrapper that packages Vespa CLI as a python package.

License

Notifications You must be signed in to change notification settings

thomasht86/vespacli

Repository files navigation

Vespa CLI - distributed as python package

image image CI/CD

Vespa CLI binaries are distributed as part of the Vespa engine. Docs and installation instructions can be found in the Vespa documentation.

By providing the Vespa CLI as a Python package, it is even easier to use Vespa in Python environments. It lets you add it to python dependencies, and it is installed in the same way as other python packages, and automatically added to the PATH.

  • ❓ As a Python user, moving between different environments and handling dependencies, and PATHS can be cumbersome.

  • 🚀 Installation is as simple as running pip install vespacli.

  • 🔁 The Github Action perform a daily check for new releases of the Vespa CLI. If a new version is found, the python package is updated and a new release is made.

  • 🖥️ Works on Windows, Linux and MacOS.

Usage

For usage of the Vespa CLI, see the Vespa documentation.

Disclaimer

This is an independent contribution and is not affiliated with, nor has it been authorized, sponsored, or otherwise approved by Vespa.ai or any of its affiliates.