Name | better-takproto JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Add your description here |
upload_time | 2025-02-16 22:21:47 |
maintainer | Raub Camaioni |
docs_url | None |
author | Raub Camaioni |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## better-takproto
[Betterproto](https://pypi.org/project/betterproto/) creates pythonic protobuf bindings.
Utalizing the protobuf definitions from [takproto](https://github.com/snstac/takproto/tree/main)
Read the Betterproto documentation for all the advantages over the Google implimentation.
## rebuilding protobug python binding
Install dependencies
```
pip install betterproto[compiler]
```
Rebuild python bindings
```
python -m grpc_tools.protoc -I . --python_betterproto_out=./src/takproto ./proto/tak.proto
```
Recompile generates am empty __init__.py
Add the following for usage convenience.
```
__version__ = "<version>"
from takproto.takproto import *
``
Raw data
{
"_id": null,
"home_page": null,
"name": "better-takproto",
"maintainer": "Raub Camaioni",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Raub Camaioni",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/be/51/9eb2f9d9f71bdc1d1ab2d360c98a989e21ee1525a6d92e8d9ad4cd1ff1ca/better_takproto-0.1.0.tar.gz",
"platform": null,
"description": "## better-takproto\n\n[Betterproto](https://pypi.org/project/betterproto/) creates pythonic protobuf bindings.\nUtalizing the protobuf definitions from [takproto](https://github.com/snstac/takproto/tree/main)\nRead the Betterproto documentation for all the advantages over the Google implimentation.\n\n## rebuilding protobug python binding\n\nInstall dependencies\n```\npip install betterproto[compiler]\n```\n\nRebuild python bindings\n```\npython -m grpc_tools.protoc -I . --python_betterproto_out=./src/takproto ./proto/tak.proto\n```\n\nRecompile generates am empty __init__.py\nAdd the following for usage convenience.\n```\n__version__ = \"<version>\"\nfrom takproto.takproto import *\n``\n",
"bugtrack_url": null,
"license": null,
"summary": "Add your description here",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "931f6c2832502b8bbbb61164b371f171c1f2b03008908a471db92fae89543c50",
"md5": "69da15d235678dedd737346fa08b0183",
"sha256": "5cb8e127c2f54ab1f148a54d32427f58dc62d3fc905cab691be6a11cb5459446"
},
"downloads": -1,
"filename": "better_takproto-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "69da15d235678dedd737346fa08b0183",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 2426,
"upload_time": "2025-02-16T22:21:46",
"upload_time_iso_8601": "2025-02-16T22:21:46.592700Z",
"url": "https://files.pythonhosted.org/packages/93/1f/6c2832502b8bbbb61164b371f171c1f2b03008908a471db92fae89543c50/better_takproto-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "be519eb2f9d9f71bdc1d1ab2d360c98a989e21ee1525a6d92e8d9ad4cd1ff1ca",
"md5": "2a978bd3783bb9093e57fd836db550df",
"sha256": "7076cfa9ca7e4dddc099c12d8f1897082573e5cfd687f2e3946cab356b51cd9a"
},
"downloads": -1,
"filename": "better_takproto-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "2a978bd3783bb9093e57fd836db550df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2189,
"upload_time": "2025-02-16T22:21:47",
"upload_time_iso_8601": "2025-02-16T22:21:47.931794Z",
"url": "https://files.pythonhosted.org/packages/be/51/9eb2f9d9f71bdc1d1ab2d360c98a989e21ee1525a6d92e8d9ad4cd1ff1ca/better_takproto-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-16 22:21:47",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "better-takproto"
}