An SSML parsing library.
Project description
This is a simple SSML-parser and is currently under development.
Example:
File output
parseObject = parseSSML("test.xml") ## input file
parseObject.parse()
with (open("test.txt","w")) as f:
## output file
f.write(parseObject.final_string)
Text output
parseObject = parseSSML("test.xml") ## input file
parseObject.parse()
print(parseObject.final_string)
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
SSML-parser-1.0.0.tar.gz
(3.9 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 SSML-parser-1.0.0.tar.gz.
File metadata
- Download URL: SSML-parser-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7561ed93ed1d56dcdfa612dc7bdb80fade9bcb401edaa13a9d1b3a8ce0e3a1df
|
|
| MD5 |
5cf8005e22ae20c80ec438958da8febf
|
|
| BLAKE2b-256 |
935f7edbfd9ec6664cacdba7413f3f95b8cf6ec11f3db8983d9917cd255f51c9
|
File details
Details for the file SSML_parser-1.0.0-py3-none-any.whl.
File metadata
- Download URL: SSML_parser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8fb6dd4925c45d4b3a63e705290a15af975b8974164c744acb164a046e9f4b2
|
|
| MD5 |
a383befaa490db4a59d3633005540d61
|
|
| BLAKE2b-256 |
a12da64dd25b2e60685819c1af6be394b86506e9aae9833cb3b30c8a6b11075a
|