Rewrite module to be less monolithic
cyrozap opened this issue · 1 comments
cyrozap commented
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