{"id":27492128,"url":"https://github.com/openmined/syft-proto","last_synced_at":"2025-04-16T23:06:58.528Z","repository":{"id":50498835,"uuid":"201930392","full_name":"OpenMined/syft-proto","owner":"OpenMined","description":"Defines types for all Serde encoding across languages","archived":false,"fork":false,"pushed_at":"2024-09-03T20:59:06.000Z","size":1461,"stargazers_count":20,"open_issues_count":16,"forks_count":24,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-18T20:08:42.905Z","etag":null,"topics":["java","javascript","swift","syft"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/OpenMined.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":"2019-08-12T12:55:58.000Z","updated_at":"2024-01-11T03:18:04.000Z","dependencies_parsed_at":"2022-08-02T20:31:18.529Z","dependency_job_id":null,"html_url":"https://github.com/OpenMined/syft-proto","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMined%2Fsyft-proto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMined%2Fsyft-proto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMined%2Fsyft-proto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMined%2Fsyft-proto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenMined","download_url":"https://codeload.github.com/OpenMined/syft-proto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249286052,"owners_count":21244296,"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":["java","javascript","swift","syft"],"created_at":"2025-04-16T23:06:57.720Z","updated_at":"2025-04-16T23:06:58.522Z","avatar_url":"https://github.com/OpenMined.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syft-Proto\n\nThis repo defines the Syft protocol, and contains the information required to serialize Syft messages as either `msgpack` or `protobuf`.\n\n### msgpack\n\n`proto.json` contains constants for encoding PySyft data types.\n\n### Protobuf\n\nSchemas are found in `./protobuf`, in a directory structure that roughly matches the package structure of PySyft. To compile new or modified schemas to Python stubs, run\n`./build_stubs.sh`, which uses the [Buf toolchain](https://buf.build/) for working with Protobuf. To install `buf`, follow the instructions [here](https://buf.build/docs/installation).\n\n## Using Syft-Proto as a Dependency\n\n### Python\n\nCan be installed with pip:\n`pip install syft-proto`\n\nExample code:\n\n```python\nfrom syft_proto import proto_info\nprint(proto_info)\n```\n\n### Javascript/NPM\n\nCan be installed with npm:\n\n`npm i --save https://github.com/OpenMined/syft-proto`\n\nExample code:\n\n```js\nconst proto = require('syft-proto').proto_info\nconsole.log(proto)\n```\n\n### Kotlin/Java\n\nUsing Gradle:\n```groovy\nimplementation 'org.openmined.kotlinsyft:syft-proto-jvm:\u003clatest_version\u003e'\n```\n\n## Support\nFor support in using this library, please join the **#lib_syft-proto** Slack channel. If you’d like to follow along with any code changes to the library, please join the **#code_syft-proto** Slack channel. [Click here to join our Slack community!](https://slack.openmined.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmined%2Fsyft-proto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmined%2Fsyft-proto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmined%2Fsyft-proto/lists"}