{"id":28639447,"url":"https://github.com/scisharp/protobuf.text","last_synced_at":"2025-06-12T19:40:32.655Z","repository":{"id":35119546,"uuid":"208681968","full_name":"SciSharp/protobuf.Text","owner":"SciSharp","description":"Text format support for protobuf","archived":false,"fork":false,"pushed_at":"2023-10-31T08:32:57.000Z","size":505,"stargazers_count":21,"open_issues_count":8,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-20T05:18:16.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciSharp.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}},"created_at":"2019-09-16T01:10:23.000Z","updated_at":"2023-10-30T09:08:41.000Z","dependencies_parsed_at":"2023-02-15T17:01:36.236Z","dependency_job_id":null,"html_url":"https://github.com/SciSharp/protobuf.Text","commit_stats":{"total_commits":55,"total_committers":4,"mean_commits":13.75,"dds":"0.18181818181818177","last_synced_commit":"534df39467de681b44398089b79e3cae368a0dd3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SciSharp/protobuf.Text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2Fprotobuf.Text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2Fprotobuf.Text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2Fprotobuf.Text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2Fprotobuf.Text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciSharp","download_url":"https://codeload.github.com/SciSharp/protobuf.Text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2Fprotobuf.Text/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259520285,"owners_count":22870415,"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":"2025-06-12T19:40:25.789Z","updated_at":"2025-06-12T19:40:32.637Z","avatar_url":"https://github.com/SciSharp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Protobuf for TextFormat\nProtobuf is not supporting text-format in the Google.Protobuf C# implementation at this moment. This project provides text format support for [protobuf](https://github.com/protocolbuffers/protobuf) in C#. \n\n[![Join the chat at https://gitter.im/publiclab/publiclab](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sci-sharp/community) [![NuGet](https://img.shields.io/nuget/dt/Protobuf.Text.svg)](https://www.nuget.org/packages/Protobuf.Text)\n\n```shell\nPM\u003e Install-Package Protobuf.Text\n```\n\n**How to use:**\n\n```csharp\n// parse from text\nTestAllTypes parsedFromText = TestAllTypes.Parser.ParseText(text);\n\n// serialize to text\nvar text = parsedFromText.ToText();\n\n// config\nvar config = File.ReadAllText(\"PATH\");\nvar parsed = TextParser.Default.Parse\u003cT\u003e(config);\n```\n\nRelated [issue](https://github.com/protocolbuffers/protobuf/issues/6654) on Protobuf repo.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fprotobuf.text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscisharp%2Fprotobuf.text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fprotobuf.text/lists"}