Skip to content

VBoothman/vzzual-python

 
 

Repository files navigation

python-vzzual

python-vzzual is a python client for Vzzual

Documentation

Documentation is available at http://www.vzzual.com/page_API.html

How to use

    import vzzual
    vzzual.init('<api_key>', log_level=logging.DEBUG)
    req = vzzual.Request.create(
                    filters=[{ 'filter': 'facedetect' }, { 'filter': 'exif' }])
    req.add_files('image.jpg')
    req.submit()
    results = req.get_results(wait=True)

How to test

  1. Dump your vzzual api key into vzzual.conf

  2. Install the dependencies

  $] cd SDK/Python
  $] pip install -r requirements.txt
  1. Run the tests
  $] nose2

About

Python language Vzzual API library and examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%