Skip to content

VWS-Python/vws-web-tools

Repository files navigation

Build Status codecov PyPI Documentation Status

VWS-Web-Tools

Tools for interacting with the VWS (Vuforia Web Services) website.

Installation

pip install vws-web-tools

This is tested on Python 3.12+.

Usage

$ export VWS_EMAIL_ADDRESS="[YOUR-EMAIL]"
$ export VWS_PASSWORD="[YOUR-PASSWORD]"
$ TIME="$(date +%s%N | cut -b1-13)"
$ vws-web-tools create-vws-license --license-name "my-licence-$TIME"
$ vws-web-tools create-vws-database --license-name "my-licence-$TIME" --database-name "my-database-$TIME"
$ vws-web-tools show-database-details --database-name "my-database-$TIME"

Full documentation

See the full documentation for more information including how to contribute.