gituser/docker_multiarch/: grpc-google-iam-v1-0.14.0 metadata and description

Homepage Simple index

IAM API client library

author Google LLC
author_email googleapis-packages@google.com
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Operating System :: OS Independent
  • Topic :: Internet
license Apache 2.0
requires_dist
  • grpcio<2.0.0dev,>=1.44.0
  • googleapis-common-protos[grpc]<2.0.0dev,>=1.56.0
  • protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2
requires_python >=3.7
File Tox results History
grpc_google_iam_v1-0.14.0-py2.py3-none-any.whl
Size
27 KB
Type
Python Wheel
Python
2.7

preview pypi versions

IAM API:

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.7

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install grpc-google-iam-v1

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install grpc-google-iam-v1

Next Steps