Common data container for singing synthesis softwares.
Project description
UtaFormatix Data in Python
Serialization/Deserialization of UtaFormatix Data Format implemented in Python.
Install
pip install utaformatix-data
Example
import ufdata
# parse JSON text
jsonstr = "..." # load from somewhere
data = ufdata.load(jsonstr) # type: ufdata.UfData
# access memebers
print(data.project.tracks[0].notes[-1].lyric)
# dump to JSON text
dumped = data.dump()
# versions
print(data.format_version) # version of the data loaded
print(ufdata.get_current_data_version()) # version of the format used by current library version
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
File details
Details for the file utaformatix-data-1.0.1.tar.gz.
File metadata
- Download URL: utaformatix-data-1.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4faa08a7a79db97f1339505581f4d8fb517bf273bc0d6c62db1d154e7b9066f
|
|
| MD5 |
749abcc67e540a58cf073ef04b4c2589
|
|
| BLAKE2b-256 |
dad53bbfddd52f0051e878a102ffa5cb3952ef9caa93c1165b59b5c97c244dfc
|