{"id":16854511,"url":"https://github.com/davispuh/steamcodec","last_synced_at":"2025-04-11T07:15:02.525Z","repository":{"id":10648636,"uuid":"12877532","full_name":"davispuh/SteamCodec","owner":"davispuh","description":"Library for working with different Steam client (and Source engine) file formats.","archived":false,"fork":false,"pushed_at":"2014-03-26T19:07:41.000Z","size":192,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T06:42:39.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davispuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-16T20:11:22.000Z","updated_at":"2016-08-25T07:14:58.000Z","dependencies_parsed_at":"2022-09-24T06:20:41.781Z","dependency_job_id":null,"html_url":"https://github.com/davispuh/SteamCodec","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FSteamCodec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FSteamCodec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FSteamCodec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FSteamCodec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davispuh","download_url":"https://codeload.github.com/davispuh/SteamCodec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358603,"owners_count":21090405,"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":[],"created_at":"2024-10-13T13:55:44.088Z","updated_at":"2025-04-11T07:15:02.507Z","avatar_url":"https://github.com/davispuh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SteamCodec\n[![Gem Version](https://badge.fury.io/rb/steam_codec.png)](http://badge.fury.io/rb/steam_codec)\n\nSteamCodec is a library for working with different [Steam client](http://store.steampowered.com/about/) (and [Source engine](http://source.valvesoftware.com/)) file formats.\n\nCurrently supported formats:\n\n* [KeyValues](https://developer.valvesoftware.com/wiki/KeyValues)\n* VDF (Valve Data Format)\n* ACF (ApplicationCacheFile)\n\n\nPKV (packed KeyValues) isn't supported yet.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'steam_codec'\n```\n\nAnd then execute:\n\n```shell\nbundle\n```\n\nOr install it yourself as:\n\n```shell\ngem install steam_codec\n```\n\n### Dependencies\n\ngem `insensitive_hash`\n\n## Usage\n\n```ruby\nrequire 'steam_codec'\n\nFile.open(\"appmanifest_220.acf\") do |file|\n    acf = SteamCodec::ACF::loadFromFile(file)\n    puts acf.UserConfig.Name\nend\n```\n\n## Documentation\n\nYARD with markdown is used for documentation (`redcarpet` required)\n\n## Specs\n\nRSpec and simplecov are required, to run tests just `rake spec`\ncode coverage will also be generated\n\n## Code status\n\n[![Build Status](https://travis-ci.org/davispuh/SteamCodec.png?branch=master)](https://travis-ci.org/davispuh/SteamCodec)\n[![Dependency Status](https://gemnasium.com/davispuh/SteamCodec.png)](https://gemnasium.com/davispuh/SteamCodec)\n[![Coverage Status](https://coveralls.io/repos/davispuh/SteamCodec/badge.png)](https://coveralls.io/r/davispuh/SteamCodec)\n[![Code Climate](https://codeclimate.com/github/davispuh/SteamCodec.png)](https://codeclimate.com/github/davispuh/SteamCodec)\n\n## Unlicense\n\n![Copyright-Free](http://unlicense.org/pd-icon.png)\n\nAll text, documentation, code and files in this repository are in public domain (including this text, README).\nIt means you can copy, modify, distribute and include in your own work/code, even for commercial purposes, all without asking permission.\n\n[About Unlicense](http://unlicense.org/)\n\n## Contributing\n\nFeel free to improve anything.\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'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\n**Warning**: By sending pull request to this repository you dedicate any and all copyright interest in pull request (code files and all other) to the public domain. (files will be in public domain even if pull request doesn't get merged)\n\nAlso before sending pull request you acknowledge that you own all copyrights or have authorization to dedicate them to public domain.\n\nIf you don't want to dedicate code to public domain or if you're not allowed to (eg. you don't own required copyrights) then DON'T send pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fsteamcodec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavispuh%2Fsteamcodec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fsteamcodec/lists"}