vws-cli


Namevws-cli JSON
Version 2024.2.21.4 PyPI version JSON
download
home_page
SummaryA CLI for the Vuforia Web Services (VWS) API.
upload_time2024-02-21 13:49:05
maintainer
docs_urlNone
author
requires_python>=3.12
licenseMIT License Copyright (c) 2019 Adam Dangoor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords cli vuforia vws
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Build Status| |codecov| |PyPI| |Documentation Status|

vws-cli
=======

A CLI for `Vuforia Web Services`_.

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

.. contents::
   :local:

Installation
------------

With `pip`
^^^^^^^^^^

Requires Python 3.12+.

.. code:: sh

   pip install VWS-CLI

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

Requires `Homebrew`_.

.. code:: sh

   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
-------------

.. code:: sh

   $ 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/workflows/CI/badge.svg
   :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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vws-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "",
    "keywords": "cli,vuforia,vws",
    "author": "",
    "author_email": "Adam Dangoor <adamdangoor@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/92/7b/e0df4d8eb621cbbad60736b1b6c2d76bb64027affed375fbb94007b193de/vws-cli-2024.2.21.4.tar.gz",
    "platform": null,
    "description": "|Build Status| |codecov| |PyPI| |Documentation Status|\n\nvws-cli\n=======\n\nA CLI for `Vuforia Web Services`_.\n\n.. _Vuforia Web Services: https://library.vuforia.com/web-api/cloud-targets-web-services-api\n\n.. contents::\n   :local:\n\nInstallation\n------------\n\nWith `pip`\n^^^^^^^^^^\n\nRequires Python 3.12+.\n\n.. code:: sh\n\n   pip install VWS-CLI\n\nWith Homebrew (macOS, Linux, WSL)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nRequires `Homebrew`_.\n\n.. code:: sh\n\n   brew tap VWS-Python/vws\n   brew install vws-cli\n\n.. _Homebrew: https://docs.brew.sh/Installation\n\nPre-built Linux binaries\n^^^^^^^^^^^^^^^^^^^^^^^^\n\nSee the `full documentation`_ for details on how to install pre-built Linux binaries.\n\n.. _full documentation: https://vws-cli.readthedocs.io/en/latest/install.html#pre-built-linux-binaries\n\nUsage example\n-------------\n\n.. code:: sh\n\n   $ vws add-target \\\n       --server-access-key $SERVER_ACCESS_KEY \\\n       --server-secret-key $SERVER_SECRET_KEY \\\n       --name my_image_name \\\n       --width 2 \\\n       --image ~/Documents/my_image.png \\\n       --application-metadata $(echo \"my_metadata\" | base64) \\\n       --active-flag true\n   03b99df0-78cf-4b01-b929-f1860d4f8ed1\n   $ vws --help\n   ...\n   $ vuforia-cloud-reco my_image.jpg \\\n       --max-num-results 5 \\\n       --include-target-data none\n   - target_id: b60f60121d37418eb1de123c381b2af9\n   - target_id: e3a6e1a216ad4df3aaae1f6dd309c800\n   $\n\nFull documentation\n------------------\n\nSee the `full documentation <https://vws-cli.readthedocs.io/en/latest>`__ for information on:\n\n* All available commands.\n* Setting up autocompletion.\n* How to contribute to this project.\n* Release notes.\n\n.. |Build Status| image:: https://github.com/VWS-Python/vws-cli/workflows/CI/badge.svg\n   :target: https://github.com/VWS-Python/vws-cli/actions\n.. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-cli/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/VWS-Python/vws-cli\n.. |Documentation Status| image:: https://readthedocs.org/projects/vws-cli/badge/?version=latest\n   :target: https://vws-cli.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n.. |PyPI| image:: https://badge.fury.io/py/VWS-CLI.svg\n   :target: https://badge.fury.io/py/VWS-CLI\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019 Adam Dangoor  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A CLI for the Vuforia Web Services (VWS) API.",
    "version": "2024.2.21.4",
    "project_urls": {
        "Source": "https://github.com/VWS-Python/vws-cli"
    },
    "split_keywords": [
        "cli",
        "vuforia",
        "vws"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4af599769a3f9b45ba7e697566eea2324591f4aa9c1b234e4d177e70e138184",
                "md5": "25c256ea83628ece28c8d1537b313ff5",
                "sha256": "814655ae03611c0d3233f1d0389358f7fc4d22540bac736a06e0846a8453bdaa"
            },
            "downloads": -1,
            "filename": "vws_cli-2024.2.21.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25c256ea83628ece28c8d1537b313ff5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 12791,
            "upload_time": "2024-02-21T13:49:02",
            "upload_time_iso_8601": "2024-02-21T13:49:02.270541Z",
            "url": "https://files.pythonhosted.org/packages/e4/af/599769a3f9b45ba7e697566eea2324591f4aa9c1b234e4d177e70e138184/vws_cli-2024.2.21.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "927be0df4d8eb621cbbad60736b1b6c2d76bb64027affed375fbb94007b193de",
                "md5": "4ec57c14871a27ec4429ff32ea6097cc",
                "sha256": "3a411ade3bd6930485f00d9503c11c29b5598dd19265bef89847377bbe3e8c7f"
            },
            "downloads": -1,
            "filename": "vws-cli-2024.2.21.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4ec57c14871a27ec4429ff32ea6097cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 36805,
            "upload_time": "2024-02-21T13:49:05",
            "upload_time_iso_8601": "2024-02-21T13:49:05.185282Z",
            "url": "https://files.pythonhosted.org/packages/92/7b/e0df4d8eb621cbbad60736b1b6c2d76bb64027affed375fbb94007b193de/vws-cli-2024.2.21.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 13:49:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VWS-Python",
    "github_project": "vws-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vws-cli"
}
        
Elapsed time: 0.19152s