{"id":19383344,"url":"https://github.com/mdouchement/vdf","last_synced_at":"2026-06-13T02:03:14.858Z","repository":{"id":57504313,"uuid":"135715126","full_name":"mdouchement/vdf","owner":"mdouchement","description":"Valve Data Format parser and generator written in Golang","archived":false,"fork":false,"pushed_at":"2018-06-01T13:35:04.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T23:34:12.943Z","etag":null,"topics":["generator","parser","steam","valve","valve-data-format","vdf-format"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mdouchement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-01T12:29:36.000Z","updated_at":"2019-08-28T11:30:45.000Z","dependencies_parsed_at":"2022-09-13T08:22:55.955Z","dependency_job_id":null,"html_url":"https://github.com/mdouchement/vdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdouchement/vdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fvdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fvdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fvdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fvdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdouchement","download_url":"https://codeload.github.com/mdouchement/vdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fvdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34269365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["generator","parser","steam","valve","valve-data-format","vdf-format"],"created_at":"2024-11-10T09:25:38.539Z","updated_at":"2026-06-13T02:03:14.842Z","avatar_url":"https://github.com/mdouchement.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Valve Data Format\n\n[![CircleCI](https://circleci.com/gh/mdouchement/vdf.svg?style=shield)](https://circleci.com/gh/mdouchement/vdf)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/mdouchement/vdf)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mdouchement/vdf)](https://goreportcard.com/report/github.com/mdouchement/vdf)\n[![License](https://img.shields.io/github/license/mdouchement/vdf.svg)](http://opensource.org/licenses/MIT)\n\nA parser and a generator for [Valve Data Format](https://developer.valvesoftware.com/wiki/KeyValues) written in Go. It does not support all the features provided in Valve Data Format spec.\n\nSupported files (at least):\n- remotecache.vdf\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"io/ioutil\"\n\n\t\"github.com/mdouchement/vdf\"\n\t\"github.com/sanity-io/litter\"\n)\n\nfunc main() {\n\tdata, err := ioutil.ReadFile(\"remotecache.vdf\")\n\tcheck(err)\n\n\troot, err := vdf.Parse(string(data))\n\tcheck(err)\n\n\tlitter.Dump(root)\n}\n\nfunc check(err error) {\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n\n## License\n\n**MIT**\n\n\n## Contributing\n\nAll PRs are welcome.\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n5. Push to the branch (git push origin my-new-feature)\n6. Create new Pull Request\n\nAs possible, run the following commands to format and lint the code:\n\n```sh\n# Format\nfind . -name '*.go' -not -path './vendor*' -exec gofmt -s -w {} \\;\n\n# Lint\ngometalinter --config=gometalinter.json ./...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fvdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdouchement%2Fvdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fvdf/lists"}