-
python3-cloudmetrics-0.0.4-1.lbn25.noarch
A Python library for sending metrics to CloudWatch.
Currently, this library only includes support for CloudWatch, but custom backends can be
easily created and used.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-cloudpickle-0.2.1-1.lbn19.noarch
cloudpickle[](https://travisci.org/cloudpipe/cloudpickle) [](ht
tps://codecov.io/github/cloudpipe/cloudpickle?branchmaster)cloudpickle
makes it
possible to serialize Python constructs not supported by the
default pickle
module ...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-cloudpickle-1.2.1-3.lbn25.noarch
cloudpickle makes it possible to serialize Python constructs
not supported by the default pickle module from the Python standard
library. cloudpickle is especially useful for cluster computing where
Python expressions are shipped over the network to execute on remote
hosts, possibly close to the data. Among other things, cloudpickle
supports pickling for lambda expressions, functions and classes defined
interactively in the __main__ module.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-cloudpickle-3.1.1-2.lbn36.noarch
cloudpickle makes it possible to serialize Python constructs
not supported by the default pickle module from the Python standard
library. cloudpickle is especially useful for cluster computing where
Python expressions are shipped over the network to execute on remote
hosts, possibly close to the data. Among other things, cloudpickle
supports pickling for lambda expressions, functions and classes defined
interactively in the __main__ module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-cloudpickle-3.1.1-2.lbn36.noarch
cloudpickle makes it possible to serialize Python constructs
not supported by the default pickle module from the Python standard
library. cloudpickle is especially useful for cluster computing where
Python expressions are shipped over the network to execute on remote
hosts, possibly close to the data. Among other things, cloudpickle
supports pickling for lambda expressions, functions and classes defined
interactively in the __main__ module.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-cmarkgfm-2024.11.20-9.lbn36.x86_64
Bindings to GitHub's cmark Minimalist bindings to GitHub's fork of cmark.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-coding-0.3-1.lbn36.noarch
Coding is a base class which provides an answer to the issue of how to create enums in p
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-cohere-5.12.0-1.lbn36.noarch
Cohere Python SDK
The Cohere Python SDK allows access to Cohere models across many different platforms: the cohere platform, AWS (Bedrock, Sagemaker), Azure, GCP and Oracle OCI. For a full list of support and snippets, please take a look at the SDK support docs page.
Documentation
Cohere documentation and API reference is available here.
Installation
pip install cohere
Usage
import cohere
co = cohere.Client(
api_key="YOUR_API_KEY",
)
chat = co.chat(
message="hello world!",
model="command"
)
print(chat)
[!TIP]
You can set a system environment variable CO_API_KEY to avoid writing your api key within your code, e.g. add export CO_API_KEY=theapikeyforyouraccount
in your ~/.zshrc or ~/.bashrc, open a new terminal, then code calling cohere.Client() will read this key.
Streaming
The SDK supports streaming endpoints. To take advantage of this feature for chat,
use chat_stream.
import cohere
co = cohere.Client(
api_key="YOUR_API_KEY",
)
stream = co.chat_stream(
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-collada-0.8-3.lbn36.noarch
pycollada is a python 3 module for creating, editing and loading COLLADA, which
is a COLLAborative Design Activity for establishing an interchange file format
for interactive 3D applications.
The library allows you to load a COLLADA file and interact with it as a python
object. In addition, it supports creating a collada python object from scratch,
as well as in-place editing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-collective-address-1.6-1.lbn36.noarch
collective.address This package provides an Dexterity behavior for location
addresses to be used in Dexterity based types. How to provide a default value
for the country field -If you want to provide a default value for the IAddress'
country field, you can provide an ComputedWidgetAttribute adapter like so::
from zope.component import provideAdapter from z3c.form.widget import...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36