From 1daa8ae6ed1b1622ec2a683dd64b540faa22a2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=A5ngens?= Date: Thu, 2 Mar 2023 22:43:33 +0000 Subject: python/python-vdf: Added (Module for (de)serialization to/from VDF) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python-vdf/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-vdf/README (limited to 'python/python-vdf/README') diff --git a/python/python-vdf/README b/python/python-vdf/README new file mode 100644 index 0000000000..89fcfeaaa3 --- /dev/null +++ b/python/python-vdf/README @@ -0,0 +1,3 @@ +VDF is Valve's KeyValue text file format. The KeyValues format is +used in the Source engine to store meta data for resources, scripts, +materials, VGUI elements, and more. -- cgit v1.2.3