{"id":27021,"library":"gogo-python","title":"GoGo Python","description":"A Python package for gogoproto, providing protobuf support with gogoproto extensions. Current version 0.0.1, early development stage with no stable release cadence.","status":"active","version":"0.0.1","language":"python","source_language":"en","source_url":"https://github.com/gogo/protobuf/tree/master/python","tags":["protobuf","gogoproto","serialization"],"install":[{"cmd":"pip install gogo-python","lang":"bash","label":"latest"}],"dependencies":[{"reason":"required for protobuf functionality","package":"protobuf","optional":false}],"imports":[{"note":"no common mistakes known","wrong":null,"symbol":"gogoproto","correct":"from gogoproto import ..."}],"quickstart":{"code":"from gogoproto import some_function\nresult = some_function()\nprint(result)","lang":"python","description":"Basic usage of gogo-python. Since the package is minimal, adjust import based on actual module structure."},"warnings":[{"fix":"Pin version and test thoroughly before upgrading.","message":"Package is extremely new (v0.0.1) and may not have stable API. Expect breaking changes.","severity":"gotcha","affected_versions":"<=0.0.1"},{"fix":"Double-check that you are using the correct package: pip install gogo-python","message":"Package name 'gogo-python' may be confused with other 'gogo' related packages. Use exact pip install.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run 'pip install gogo-python' and ensure import matches package structure. Use 'from gogoproto import ...'","cause":"Package not installed or wrong import path.","error":"ModuleNotFoundError: No module named 'gogoproto'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}