Library for accessing the Switchvox Extend API
Project Description
About
-----
This package contains a Python client library for the Switchvox Extend API.
This library is only a very thin wrapper around the Extend API Methods, and seeks primarily to provide a Pythonic way of invoking the API.
For more information on the Extend API, see the developer documentation: http://developers.digium.com/switchvox/
Installation
-----
```
python setup.py install
```
Notes
-----
Due to a quirky bug in Switchvox's HTTP server's 401 Challenges, a very recent version of the ```requests``` library is needed. So recent, in fact, that it isn't released yet.
As such, PySwitchvox maintains that it needs requests 2.8.1, when in reality we will need the eventually released 2.8.2. When that release is made, the library dependency in ```setup.py``` will be updated appropriately. Until then, ```requests``` will need to be installed from Github: https://github.com/kennethreitz/requests
-----
This package contains a Python client library for the Switchvox Extend API.
This library is only a very thin wrapper around the Extend API Methods, and seeks primarily to provide a Pythonic way of invoking the API.
For more information on the Extend API, see the developer documentation: http://developers.digium.com/switchvox/
Installation
-----
```
python setup.py install
```
Notes
-----
Due to a quirky bug in Switchvox's HTTP server's 401 Challenges, a very recent version of the ```requests``` library is needed. So recent, in fact, that it isn't released yet.
As such, PySwitchvox maintains that it needs requests 2.8.1, when in reality we will need the eventually released 2.8.2. When that release is made, the library dependency in ```setup.py``` will be updated appropriately. Until then, ```requests``` will need to be installed from Github: https://github.com/kennethreitz/requests
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
pyswitchvox-0.0.1-py2-none-any.whl (4.6 kB) Copy SHA256 hash SHA256 | Wheel | 2.7 | Dec 8, 2015 |
pyswitchvox-0.0.1.tar.gz (2.8 kB) Copy SHA256 hash SHA256 | Source | None | Dec 8, 2015 |