Package Details: python-proto-plus 1.24.0-2

Git Clone URL: https://aur.archlinux.org/python-proto-plus.git (read-only, click to copy)
Package Base: python-proto-plus
Description: A wrapper around protocol buffers.
Upstream URL: https://github.com/googleapis/proto-plus-python
Licenses: Apache
Submitter: PumpkinCheshire
Maintainer: supermario
Last Packager: Rubo
Votes: 3
Popularity: 0.000005
First Submitted: 2020-10-05 12:39 (UTC)
Last Updated: 2024-08-22 19:26 (UTC)

Latest Comments

micwoj92 commented on 2024-08-01 21:41 (UTC)

I don't think that python-google-api-core is needed in depends. In setup.py it says:

    extras_require={
        "testing": [
            "google-api-core >= 1.31.5",
        ],

and this package doesnt do any testing/checks. Unless I understand that wrong.