[ 源代码: python-betterproto ]
软件包:python3-betterproto(2.0.0b7-2)
python3-betterproto 的相关链接
Debian 的资源:
下载源码包 python-betterproto:
- [python-betterproto_2.0.0b7-2.dsc]
- [python-betterproto_2.0.0b7.orig.tar.gz]
- [python-betterproto_2.0.0b7-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Better Protobuf / gRPC Support for Python (Python library)
This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported:
- Protobuf 3 & gRPC code generation - Both binary & JSON serialization is built-in - Python 3.7+ making use of: - Enums - Dataclasses - `async`/`await` - Timezone-aware `datetime` and `timedelta` objects - Relative imports - Mypy type checking - Pydantic Models generation
This package contains the Python library.
其他与 python3-betterproto 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-grpclib
- Pure-Python gRPC implementation for asyncio (Python library)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python