SkillAgentSearch skills...

PyVDF

Python Library for Reading and Writing VDFs (Valve Data File)

Install / Use

/learn @noriah/PyVDF
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyVDF

Parse VDFs and Valve KeyValue Files

Code Climate Build Status PyPI version Coverage Status

Documentation

  • PyVDF - https://noriah.github.io/PyVDF
  • KeyValues - https://developer.valvesoftware.com/wiki/KeyValues

Installation

pip install PyVDF

API

All functionality is provided through the PyVDF module. import it and call it to create an instance, or just call the static methods off the import.

Basic Usage

from PyVDF import PyVDF
Foo = PyVDF()
Foo = PyVDF(data=StringOData)
Foo = PyVDF(infile="/path/to/file.ext")
Foo = PyVDF(infile=fileInstance)
View on GitHub
GitHub Stars4
CategoryContent
Updated11mo ago
Forks2

Languages

Python

Security Score

82/100

Audited on Apr 18, 2025

No findings