Metadata-Version: 2.1
Name: VWS-Python
Version: 2018.10.5.0
Summary: Interact with the Vuforia Web Services (VWS) API.
Home-page: http://vws-python.readthedocs.io
Author: Adam Dangoor
Author-email: adamdangoor@gmail.com
License: MIT
Keywords: vuforia fake client
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests (==2.19.1)
Requires-Dist: timeout-decorator (==0.4.0)
Provides-Extra: dev
Requires-Dist: autoflake (==1.2); extra == 'dev'
Requires-Dist: check-manifest (==0.37); extra == 'dev'
Requires-Dist: codecov (==2.0.15); extra == 'dev'
Requires-Dist: doc8 (==0.8.0); extra == 'dev'
Requires-Dist: dodgy (==0.1.9); extra == 'dev'
Requires-Dist: dulwich (==0.19.6); extra == 'dev'
Requires-Dist: flake8-commas (==2.0.0); extra == 'dev'
Requires-Dist: flake8-quotes (==1.0.0); extra == 'dev'
Requires-Dist: flake8 (==3.5.0); extra == 'dev'
Requires-Dist: isort (==4.3.4); extra == 'dev'
Requires-Dist: mypy (==0.630); extra == 'dev'
Requires-Dist: pip-check-reqs (==2.0.3); extra == 'dev'
Requires-Dist: pydocstyle (==2.1.1); extra == 'dev'
Requires-Dist: pyenchant (==2.0.0); extra == 'dev'
Requires-Dist: pygithub (==1.43.2); extra == 'dev'
Requires-Dist: Pygments (==2.2.0); extra == 'dev'
Requires-Dist: pylint (==2.1.1); extra == 'dev'
Requires-Dist: pyroma (==2.4); extra == 'dev'
Requires-Dist: pytest-cov (==2.6.0); extra == 'dev'
Requires-Dist: pytest (==3.8.2); extra == 'dev'
Requires-Dist: PyYAML (==3.13); extra == 'dev'
Requires-Dist: Sphinx (==1.8.1); extra == 'dev'
Requires-Dist: sphinxcontrib-spelling (==4.2.0); extra == 'dev'
Requires-Dist: twine (==1.12.1); extra == 'dev'
Requires-Dist: versioneer (==0.18); extra == 'dev'
Requires-Dist: vulture (==0.29); extra == 'dev'
Requires-Dist: VWS-Python-Mock (==2018.10.02.0); extra == 'dev'
Requires-Dist: yapf (==0.24.0); extra == 'dev'

|Build Status| |codecov| |Updates| |Documentation Status|

vws-python
==========

Python library for the Vuforia Web Services (VWS) API and the Vuforia Web Query API.

Contributing
------------

See `CONTRIBUTING.rst <./CONTRIBUTING.rst>`_ for details on how to contribute to this project.

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

This package has not yet been uploaded to PyPI.

For now it is possible to install the work in progress:

.. code:: sh

    pip install git+https://github.com/adamtheturtle/vws-python@master

This is tested on Python 3.7+.
Get in touch with ``adamdangoor@gmail.com`` if you would like to use this with another language.

Full Documentation
------------------

See the `full documentation <https://vws-python.readthedocs.io/en/latest>`__.

.. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
   :target: https://travis-ci.org/adamtheturtle/vws-python
.. |codecov| image:: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/adamtheturtle/vws-python
.. |Updates| image:: https://pyup.io/repos/github/adamtheturtle/vws-python/shield.svg
   :target: https://pyup.io/repos/github/adamtheturtle/vws-python/
.. |Documentation Status| image:: https://readthedocs.org/projects/vws-python/badge/?version=latest
   :target: https://vws-python.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


