{"id":21099846,"url":"https://github.com/noriah/pyvdf","last_synced_at":"2025-07-27T22:32:57.305Z","repository":{"id":12262032,"uuid":"14880140","full_name":"noriah/PyVDF","owner":"noriah","description":"Python Library for Reading and Writing VDFs (Valve Data File)","archived":true,"fork":false,"pushed_at":"2022-03-18T04:04:02.000Z","size":410,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-21T16:18:40.083Z","etag":null,"topics":["keyvalue","python","vdf"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noriah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-03T01:28:04.000Z","updated_at":"2025-04-18T02:45:41.000Z","dependencies_parsed_at":"2022-08-21T03:40:49.310Z","dependency_job_id":null,"html_url":"https://github.com/noriah/PyVDF","commit_stats":null,"previous_names":["amreuland/pyvdf"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/noriah/PyVDF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noriah%2FPyVDF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noriah%2FPyVDF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noriah%2FPyVDF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noriah%2FPyVDF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noriah","download_url":"https://codeload.github.com/noriah/PyVDF/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noriah%2FPyVDF/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267436558,"owners_count":24086898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keyvalue","python","vdf"],"created_at":"2024-11-19T23:00:59.312Z","updated_at":"2025-07-27T22:32:57.055Z","avatar_url":"https://github.com/noriah.png","language":"Python","readme":"PyVDF\n==\nParse VDFs and Valve KeyValue Files\n\n[![Code Climate](https://codeclimate.com/github/noriah/PyVDF/badges/gpa.svg)](https://codeclimate.com/github/noriah/PyVDF)\n[![Build Status](https://img.shields.io/travis/noriah/PyVDF.svg?branch=master)](https://travis-ci.org/noriah/PyVDF)\n[![PyPI version](https://img.shields.io/pypi/v/pyvdf.svg)](https://pypi.python.org/pypi/PyVDF)\n[![Coverage Status](https://img.shields.io/coveralls/noriah/PyVDF.svg)](https://coveralls.io/r/noriah/PyVDF)\n\n\n## Documentation\n* PyVDF - https://noriah.github.io/PyVDF\n* KeyValues - https://developer.valvesoftware.com/wiki/KeyValues\n\n## Installation\n`pip install PyVDF`\n\n## API\nAll functionality is provided through the PyVDF module.\nimport it and call it to create an instance, or just call the static methods off the import.\n\n## Basic Usage\n```python\nfrom PyVDF import PyVDF\nFoo = PyVDF()\nFoo = PyVDF(data=StringOData)\nFoo = PyVDF(infile=\"/path/to/file.ext\")\nFoo = PyVDF(infile=fileInstance)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoriah%2Fpyvdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoriah%2Fpyvdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoriah%2Fpyvdf/lists"}