YAML
YAML: YAML Ain't Markup Language
What It Is: YAML is a human friendly data serialization standard for all programming languages.

YAML is used by at least one of the test files (test_web_http_api.py) in TiddlyWeb because it was a convenient way to serialize the tests themselves.

The Python package that is needed is called PyYAML.