digium / PySwitchvox

A python library for interacting with the Switchvox Extend API
Other
4 stars 2 forks source link

This version committed feb 4th not in pypi #3

Open psywhale opened 6 years ago

psywhale commented 6 years ago

Commit https://github.com/digium/PySwitchvox/commit/9a8d2087a007cbae4643fba8ae0bcd5ababb6127 not reflected in pypi

pip install pip --upgrade 
pip install pyswitchvox --upgrade

Still results in unauthorized requests on 6.6.0.

For those needing a fix now, clone the repo into your codebase and add the following:

from PySwitchvox.pyswitchvox.client import Client
daincrawford commented 3 years ago

This version is still not included in pypi. You must install this code from git or copy this code to your pyswitchvox Client.py. This code works with Switchvox 7.2 and Python 3.91.