Skip to content

Commit ee4630d

Browse files
committed
2 parents 468015d + b3b4574 commit ee4630d

File tree

2 files changed

+10
-237
lines changed

2 files changed

+10
-237
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# valve-keyvalues-python
2-
Python class for manipulation with Valve KeyValues files (VDF format). Provides parsing of VDF files to object with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
2+
Python class for manipulation with Valve KeyValues files (VDF format). Provides the parsing of VDF files to objects with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
3+
4+
# Installation
5+
Just copy the `valve-keyvalues-python` folder wherever you need, for example to your Python's site-packages: `<Python>/Lib/site-packages/` and then inside your program import the class by `from valve-keyvalues-python import KeyValues`
6+
7+
**Requires Python 3!**
8+
9+
# Usage
10+
11+
TODO

valve-keyvalues-python/_init_.py

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)