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

vws-web-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vws-web-tools

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

  • 2024.10.6.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

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

VWS-Web-Tools

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

Installation

.. code-block:: shell

pip install vws-web-tools

This is tested on Python |minimum-python-version|+.

Usage

.. code-block:: console

$ 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 <https://vws-web-tools.readthedocs.io/en/latest>__ for more information including how to contribute.

.. |Build Status| image:: https://github.com/VWS-Python/vws-web-tools/actions/workflows/ci.yml/badge.svg?branch=main :target: https://github.com/VWS-Python/vws-web-tools/actions .. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-web-tools/branch/main/graph/badge.svg :target: https://codecov.io/gh/VWS-Python/vws-web-tools .. |Documentation Status| image:: https://readthedocs.org/projects/vws-web-tools/badge/?version=latest :target: https://vws-web-tools.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |PyPI| image:: https://badge.fury.io/py/VWS-Web-Tools.svg :target: https://badge.fury.io/py/VWS-Web-Tools .. |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