{"id":21721372,"url":"https://github.com/informaticsmatters/squonk2-protobuf","last_synced_at":"2025-04-12T21:33:52.884Z","repository":{"id":57987700,"uuid":"373840241","full_name":"InformaticsMatters/squonk2-protobuf","owner":"InformaticsMatters","description":"Informatics Matters cross-product protocol buffers","archived":false,"fork":false,"pushed_at":"2024-10-24T10:29:53.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-25T04:14:19.565Z","etag":null,"topics":["squonk2"],"latest_commit_sha":null,"homepage":"","language":"Python","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/InformaticsMatters.png","metadata":{"files":{"readme":"README.rst","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":"2021-06-04T12:49:49.000Z","updated_at":"2024-10-24T10:29:57.000Z","dependencies_parsed_at":"2024-10-28T15:38:39.740Z","dependency_job_id":null,"html_url":"https://github.com/InformaticsMatters/squonk2-protobuf","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":"0.023255813953488413","last_synced_commit":"1090651c04fb784a5913f4a4feaa40964f79327c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-protobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-protobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-protobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-protobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InformaticsMatters","download_url":"https://codeload.github.com/InformaticsMatters/squonk2-protobuf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636825,"owners_count":21137527,"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":["squonk2"],"created_at":"2024-11-26T02:16:10.242Z","updated_at":"2025-04-12T21:33:52.856Z","avatar_url":"https://github.com/InformaticsMatters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Informatics Matters cross-product protocol buffers\n==================================================\n\n.. image:: https://badge.fury.io/py/im-protobuf.svg\n   :target: https://badge.fury.io/py/im-protobuf\n   :alt: PyPI package (latest)\n\n.. image:: https://github.com/InformaticsMatters/squonk2-protobuf/actions/workflows/build.yaml/badge.svg\n   :target: https://github.com/InformaticsMatters/squonk2-protobuf/actions/workflows/build.yaml\n   :alt: Build\n\n.. image:: https://github.com/InformaticsMatters/squonk2-protobuf/actions/workflows/publish.yaml/badge.svg\n   :target: https://github.com/InformaticsMatters/squonk2-protobuf/actions/workflows/publish.yaml\n   :alt: Publish\n\nA library of python bindings for `protocol buffer`_ definitions used by one or\nmore products in the Informatics Matters product suite.\n\nThe protocol buffers are used across multiple components and languages.\nAt the outset we anticipate supporting Python, and Java. The root\nof all packages is ``src/main`` as required by build tools like ``Gradle``.\nFrom there the directory is ``proto/informaticsmatters`` followed by component\ndirectories or a ``common`` directory. An example protocol message\nfile might be::\n\n    src/main/proto/informaticsmatters/protobuf/datamanager/pod_message.proto\n\nWhen transmitted on a topic-based messaging service the topic is\nthe lower-case dot-separated message name relative to ``informaticsmatters``\n(excluding the ``Message`` suffix), e.g. ``datamanager.pod``.\n\n.. _Protocol Buffer: https://developers.google.com/protocol-buffers/docs/proto3\n\nInstallation (Python)\n=====================\n\nThe protocol buffers are published on `PyPI`_ and can be installed from\nthere::\n\n    pip install im-protobuf\n\n.. _PyPI: https://pypi.org/project/im-protobuf\n\nOnce installed you can access the protocol buffers with::\n\n    \u003e\u003e\u003e from informaticsmatters.protobuf.datamanager.pod_message_pb2 import PodMessage\n    \u003e\u003e\u003e pm: PodMessage = PodMessage()\n\nGet in touch\n============\n\n- Report bugs, suggest features or view the source code `on GitHub`_.\n\n.. _on GitHub: https://github.com/informaticsmatters/squonk2-protobuf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsquonk2-protobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finformaticsmatters%2Fsquonk2-protobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsquonk2-protobuf/lists"}