Skip to content

noriah/PyVDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyVDF

Parse VDFs and Valve KeyValue Files

Code Climate Build Status PyPI version Coverage Status

Documentation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages