{"id":16282500,"url":"https://github.com/telamonian/numpy-protobuf","last_synced_at":"2025-03-20T02:30:31.371Z","repository":{"id":151349617,"uuid":"196657494","full_name":"telamonian/numpy-protobuf","owner":"telamonian","description":"Python package that extends Python protocol buffers with an `ndarray` type (ie the Numpy array type)","archived":false,"fork":false,"pushed_at":"2019-07-14T05:54:59.000Z","size":9,"stargazers_count":19,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T13:23:00.728Z","etag":null,"topics":["numpy","protobuf","protocol-buffers","python","python-protocol-buffers"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telamonian.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-12T23:30:44.000Z","updated_at":"2024-05-21T23:18:46.000Z","dependencies_parsed_at":"2023-12-20T17:18:07.959Z","dependency_job_id":null,"html_url":"https://github.com/telamonian/numpy-protobuf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telamonian%2Fnumpy-protobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telamonian%2Fnumpy-protobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telamonian%2Fnumpy-protobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telamonian%2Fnumpy-protobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telamonian","download_url":"https://codeload.github.com/telamonian/numpy-protobuf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244538521,"owners_count":20468729,"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":["numpy","protobuf","protocol-buffers","python","python-protocol-buffers"],"created_at":"2024-10-10T19:10:55.614Z","updated_at":"2025-03-20T02:30:31.097Z","avatar_url":"https://github.com/telamonian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numpy-protobuf\n\nAdds support for a Numpy array type, called `ndarray`, to Python protocol buffers.\n\nCurrently just includes the `ndarray` message type. Eventually the `npbuf` packages will also include code that will extend the Python implementation of protobuf such that `ndarray` will be treated like any other protobuf built-in type. In other words, you'll be able to \n\n    1. assign a Numpy array object directly to a protobuf field\n    2. serialize and send that protobuf\n    3. receive and deserialize that protobuf\n    4. read a Numpy array object directly from that same field\n\nin just the same way as you would be able to with an `int` or `string` field.\n\n## Compiling the Numpy protobuf files\n\nAssuming you have `protoc` (the protobuf compiler) installed, you can automatically recompile this packages `.proto` defintion files via the `setup.py` script. Either do a developer build:\n\n```bash\ncd numpy-protobuf\npip install -e .\n```\n\nor run the `ProtocCommand` directly via:\n\n```bash\npython setup.py protoc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelamonian%2Fnumpy-protobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelamonian%2Fnumpy-protobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelamonian%2Fnumpy-protobuf/lists"}