cyrozap/python-vipaccess

Rewrite module to be less monolithic

cyrozap opened this issue · 1 comments

Currently, the python-vipaccess module does too many things. Ideally, it should just be a simple wrapper around Symantec's API with a command-line example program to generate an OTP URL, but as of the current version it also requires Pillow (and Django, which Pillow depends on) to be installed.

  • Remove QR code-generation functionality
  • Direct messages to STDERR and reserve STDOUT for the OTP URI

Closing this issue since I'm no longer maintaining this project and will be archiving it soon. Please use this fork instead.