gituser/docker_multiarch/: google-cloud-dataproc-5.16.0 metadata and description

Homepage Simple index

Google Cloud Dataproc API client library

author Google LLC
author_email googleapis-packages@google.com
classifiers
  • Development Status :: 5 - Production/Stable
  • 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
  • google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1
  • google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1
  • proto-plus<2.0.0dev,>=1.22.3
  • protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2
  • grpc-google-iam-v1<1.0.0dev,>=0.12.4
  • proto-plus<2.0.0dev,>=1.25.0; python_version >= "3.13"
requires_python >=3.7
File Tox results History
google_cloud_dataproc-5.16.0-py2.py3-none-any.whl
Size
459 KB
Type
Python Wheel
Python
2.7

stable pypi versions

Google Cloud Dataproc: is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable billing for your project.

  3. Enable the Google Cloud Dataproc.

  4. Setup Authentication.

Installation

Install this library in a virtual environment using venv. venv is a tool that creates isolated Python environments. These isolated environments can have separate versions of Python packages, which allows you to isolate one project’s dependencies from the dependencies of other projects.

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

Code samples and snippets

Code samples and snippets live in the samples/ folder.

Supported Python Versions

Our client libraries are compatible with all current active and maintenance versions of Python.

Python >= 3.7

Unsupported Python Versions

Python <= 3.6

If you are using an end-of-life version of Python, we recommend that you update as soon as possible to an actively supported version.

Mac/Linux

python3 -m venv <your-env>
source <your-env>/bin/activate
pip install google-cloud-dataproc

Windows

py -m venv <your-env>
.\<your-env>\Scripts\activate
pip install google-cloud-dataproc

Next Steps