PyVXML Project for VXML2.0
Project description
PyVXML Project
=======================
Sample Uses:
-----------
from PyVXML import PyVXML
vxml = PyVXML(version='2.0')
vxml.start_form(fid='subscriptionmsg')
vxml.start_block()
vxml.start_prompt(bargein='true')
vxml.start_audio(src='http://example.com/prompts/voicechat/mainmenu/Thanks.wav')
vxml.end_audio()
vxml.end_prompt()
vxml.start_disconnect()
vxml.end_block()
vxml.end_form()
vxml_xml = vxml.generate()
=======================
Sample Uses:
-----------
from PyVXML import PyVXML
vxml = PyVXML(version='2.0')
vxml.start_form(fid='subscriptionmsg')
vxml.start_block()
vxml.start_prompt(bargein='true')
vxml.start_audio(src='http://example.com/prompts/voicechat/mainmenu/Thanks.wav')
vxml.end_audio()
vxml.end_prompt()
vxml.start_disconnect()
vxml.end_block()
vxml.end_form()
vxml_xml = vxml.generate()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyVXML-0.2.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyVXML-0.2.tar.gz.
File metadata
- Download URL: PyVXML-0.2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69684fbec81be16b08d039f95cdf0adf21f937e521243f1787e7adf3257cc8e3
|
|
| MD5 |
c680477e23b135552d3134603068e988
|
|
| BLAKE2b-256 |
7f0449c471ed52ae8edf8345b6d72caeacf65f8b1fbc3b5a75b4402a538613b8
|
File details
Details for the file PyVXML-0.2-py2.py3-none-any.whl.
File metadata
- Download URL: PyVXML-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5a85d4aae587cadd333677bb5d4b70ff681463c535a01e5f57f7942d7b534ca
|
|
| MD5 |
b2196389dff8af9483411200fd2c6d7a
|
|
| BLAKE2b-256 |
5fb23d9647074f90fff5f010db0fc68cca99087f700399e2fc734be241d44df0
|