{"id":20447779,"url":"https://github.com/irusland/iprotopy","last_synced_at":"2026-01-20T09:34:23.345Z","repository":{"id":257815555,"uuid":"863135747","full_name":"irusland/iprotopy","owner":"irusland","description":"Automatic .proto to python dataclasses code generation","archived":false,"fork":false,"pushed_at":"2024-10-11T22:40:59.000Z","size":450,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T19:03:18.768Z","etag":null,"topics":["dataclasses-python","protobuf"],"latest_commit_sha":null,"homepage":"","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/irusland.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":"2024-09-25T19:19:36.000Z","updated_at":"2024-10-11T22:41:03.000Z","dependencies_parsed_at":"2024-10-14T01:18:02.073Z","dependency_job_id":null,"html_url":"https://github.com/irusland/iprotopy","commit_stats":null,"previous_names":["irusland/iprotopy"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irusland%2Fiprotopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irusland%2Fiprotopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irusland%2Fiprotopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irusland%2Fiprotopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irusland","download_url":"https://codeload.github.com/irusland/iprotopy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650750,"owners_count":21139681,"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":["dataclasses-python","protobuf"],"created_at":"2024-11-15T10:29:28.110Z","updated_at":"2026-01-20T09:34:23.316Z","avatar_url":"https://github.com/irusland.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iprotopy\n\n`iprotopy` is a Python project designed to generate source files from Protocol Buffers (protos) using the `PackageGenerator` class.\n\n##\n\n```python\nimport logging\nfrom pathlib import Path\n\nfrom iprotopy import PackageGenerator\n\nlogging.basicConfig(level=logging.DEBUG)\n\n\nif __name__ == '__main__':\n    generator = PackageGenerator()\n    base_dir = Path().absolute().parent\n\n    generator.generate_sources(\n        proto_dir=base_dir / 'protos',\n        out_dir=base_dir / 'package',\n    )\n\n```\n\n## Features\n\n- Generates source files from Protocol Buffers.\n- Packages the generated sources for easy usage.\n\n```sh\npip install iprotopy\n\n```\n\n## Development\n### Installation\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firusland%2Fiprotopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firusland%2Fiprotopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firusland%2Fiprotopy/lists"}