{"id":15063575,"url":"https://github.com/schwarz/key_values3","last_synced_at":"2025-07-08T17:35:02.589Z","repository":{"id":256444549,"uuid":"855351733","full_name":"schwarz/key_values3","owner":"schwarz","description":"KeyValues3 (KV3) parser in Elixir","archived":false,"fork":false,"pushed_at":"2024-09-11T05:03:03.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T23:35:46.223Z","etag":null,"topics":["deadlock","dota2","elixir","keyvalues3","parser-combinator","source2-keyvalues3"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/schwarz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-10T18:16:58.000Z","updated_at":"2024-12-17T17:32:34.000Z","dependencies_parsed_at":"2024-09-25T00:04:40.480Z","dependency_job_id":"c5152530-f2ac-4fce-8081-ab4a487ee9f0","html_url":"https://github.com/schwarz/key_values3","commit_stats":null,"previous_names":["schwarz/key_values3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schwarz/key_values3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schwarz%2Fkey_values3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schwarz%2Fkey_values3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schwarz%2Fkey_values3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schwarz%2Fkey_values3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schwarz","download_url":"https://codeload.github.com/schwarz/key_values3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schwarz%2Fkey_values3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264314947,"owners_count":23589679,"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","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":["deadlock","dota2","elixir","keyvalues3","parser-combinator","source2-keyvalues3"],"created_at":"2024-09-25T00:04:36.491Z","updated_at":"2025-07-08T17:35:02.529Z","avatar_url":"https://github.com/schwarz.png","language":"Elixir","readme":"[![Hex pm](https://img.shields.io/hexpm/v/key_values3.svg?style=flat)](https://hex.pm/packages/key_values3) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/key_values3/)\n\n# KeyValues3\n\nThis library helps you turn [KeyValues3](https://developer.valvesoftware.com/wiki/KeyValues3) values into Elixir values.\nKeyValues3 is a JSON-like file format used by Valve and Source engine games.\n\n## Wrong Exit?\n\nIf the file you want to read looks something like this:\n\n```\n\"SomeKey\"\n    {\n        \"someInt\"    \"52\"\n        \"someString\"    \"hello\"\n    }\n```\nthen you probably are looking at an older [KeyValues](https://developer.valvesoftware.com/wiki/KeyValues) version and need a [VDF parser](https://hex.pm/packages/vdf) instead.\n\n## Installation\n\nAdd `key_values3` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:key_values3, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\n``` elixir\niex(1)\u003e KeyValues3.decode_value!(\"{m_strValue = \\\"0\\\"}\")\n%{\"m_strValue\" =\u003e \"0\"}\n```\n\nFull documentation can be found at https://hexdocs.pm/key_values3.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwarz%2Fkey_values3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschwarz%2Fkey_values3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwarz%2Fkey_values3/lists"}