-
python3-google-crc32c-1.1.2-3.fc36.x86_64
This package wraps the google/crc32c hardware-based implementation of the
CRC32C hashing algorithm. Multiple wheels are distributed as well as source.
If a wheel is not published for the python version and platform you are using,
you will need to compile crc32c using a C toolchain.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-google-genai-1.14.0-1.lbn36.noarch
Google Gen AI SDK
Documentation: https:/googleapis.github.io/python-genai/
Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. It supports the Gemini Developer API and Vertex AI APIs.
Installation
pip install google-genai
Imports
from google import genai
from google.genai import types
Create a client
Please run one of the following code blocks to create a client for
different services (Gemini Developer API or Vertex AI).
client = genai.Client(api_key='GEMINI_API_KEY')
client = genai.Client(
vertexai=True, project='your-project-id', location='us-central1'
)
(Optional) Using environment variables:
You can create a client by configuring the necessary environment variables.
Configuration setup instructions depends on whether you're using the Gemini
Developer API or the Gemini API in Vertex AI.
Gemini Developer A
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-google-re2-20240702-21.lbn36.x86_64
A drop-in replacement for the re module.
It uses RE2 under the hood, of course, so various PCRE features (e.g.
backreferences, look-around assertions) are not supported. See
https://github.com/google/re2/wiki/Syntax for the canonical reference, but
known syntactic ”gotchas” relative to Python are:
• PCRE supports \Z and \z; RE2 supports \z; Python supports \z,
but calls it \Z. You must rewrite \Z to \z in pattern strings.
Known differences between this module’s API and the re module’s API:
• The error class does not provide any error information as attributes.
• The Options class replaces the re module’s flags with RE2’s options as
gettable/settable properties. Please see re2.h for their documentation.
• The pattern string and the input string do not have to be the same type.
Any str will be encoded to UTF-8.
• The pattern string cannot be str if the options specify Latin-1 encoding.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-google-resumable-media-2.7.0-1.lbn36.noarch
google-resumable-media Utilities for Google Media Downloads and Resumable
Uploads See the docs_ for examples and usage... _docs: asyncio Support While
still in development and subject to change, this library has asyncio support at
google._async_resumable_media. Supported Python Versions - Python >
3.7Unsupported Python Versions Python 2.7, Python 3.5, Python 3.6.The last
version of this...
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-google-resumable-media-2.7.2-1.lbn36.noarch
google-resumable-media Utilities for Google Media Downloads and Resumable
Uploads See the docs_ for examples and usage... _docs: asyncio Support While
still in development and subject to change, this library has asyncio support at
google._async_resumable_media. Supported Python Versions - Python >
3.7Unsupported Python Versions Python 2.7, Python 3.5, Python 3.6.The last
version of this...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-googleapis-common-protos-1.66.0-1.lbn36.noarch
Common protobufs used in Google APIs.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-googleapis-common-protos+grpc-1.66.0-1.lbn36.noarch
This is a metapackage bringing in grpc extras requires for
python3-googleapis-common-protos.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-googleapis-common-protos-1.66.0-1.lbn36.noarch
Common protobufs used in Google APIs.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-googleapis-common-protos+grpc-1.66.0-1.lbn36.noarch
This is a metapackage bringing in grpc extras requires for
python3-googleapis-common-protos.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-gpg-1.13.1-3.lbn25.x86_64
gpgme bindings for Python 3.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25