Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vws-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vws-cli

A CLI for the Vuforia Web Services (VWS) API.

  • 2024.10.6
  • Source
  • PyPI
  • Socket score

Maintainers
1

|Build Status| |codecov| |PyPI| |Documentation Status|

vws-cli

A CLI for Vuforia Web Services_.

.. _Vuforia Web Services: https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api

.. contents:: :local:

Installation

With pip ^^^^^^^^^^

Requires Python |minimum-python-version|+.

.. code-block:: shell

pip install VWS-CLI

With Homebrew (macOS, Linux, WSL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Requires Homebrew_.

.. code-block:: shell

brew tap VWS-Python/vws brew install vws-cli

.. _Homebrew: https://docs.brew.sh/Installation

Pre-built Linux binaries ^^^^^^^^^^^^^^^^^^^^^^^^

See the full documentation_ for details on how to install pre-built Linux binaries.

.. _full documentation: https://vws-cli.readthedocs.io/en/latest/install.html#pre-built-linux-binaries

Usage example

.. skip doccmd[shellcheck]: next

.. code-block:: console

$ vws add-target
--server-access-key "$SERVER_ACCESS_KEY"
--server-secret-key "$SERVER_SECRET_KEY"
--name my_image_name
--width 2
--image ~/Documents/my_image.png
--application-metadata "$(echo 'my_metadata' | base64)"
--active-flag true 03b99df0-78cf-4b01-b929-f1860d4f8ed1 $ vws --help ... $ vuforia-cloud-reco my_image.jpg
--max-num-results 5
--include-target-data none

  • target_id: b60f60121d37418eb1de123c381b2af9
  • target_id: e3a6e1a216ad4df3aaae1f6dd309c800 $

Full documentation

See the full documentation <https://vws-cli.readthedocs.io/en/latest>__ for information on:

  • All available commands.
  • Setting up autocompletion.
  • How to contribute to this project.
  • Release notes.

.. |Build Status| image:: https://github.com/VWS-Python/vws-cli/actions/workflows/ci.yml/badge.svg?branch=main :target: https://github.com/VWS-Python/vws-cli/actions .. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-cli/branch/main/graph/badge.svg :target: https://codecov.io/gh/VWS-Python/vws-cli .. |Documentation Status| image:: https://readthedocs.org/projects/vws-cli/badge/?version=latest :target: https://vws-cli.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |PyPI| image:: https://badge.fury.io/py/VWS-CLI.svg :target: https://badge.fury.io/py/VWS-CLI .. |minimum-python-version| replace:: 3.12

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc