-
python3-fsspec+smb-2025.3.2-1.lbn36.noarch
This is a metapackage bringing in smb extras requires for python3-fsspec.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-fsspec+ssh-2025.3.2-1.lbn36.noarch
This is a metapackage bringing in ssh extras requires for python3-fsspec.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-fsspec+tqdm-2025.3.2-1.lbn36.noarch
This is a metapackage bringing in tqdm extras requires for python3-fsspec.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-griffe-1.7.3-1.lbn36.noarch
Griffe
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
Griffe, pronounced "grif" (/ɡʁif/), is a french word that means "claw",
but also "signature" in a familiar way. "On reconnaît bien là sa griffe."
Installation
With pip:
pip install griffe
With pipx:
python3.8 -m pip install --user pipx
pipx install griffe
Usage
On the command line, pass the names of packages to the griffe dump command:
$ griffe dump httpx fastapi
{
"httpx": {
"name": "httpx",
...
},
"fastapi": {
"name": "fastapi",
...
}
}
See the Dumping data section for more examples.
Or pass a relative path to the griffe check command:
$ griffe check mypackage --verbose
mypackage/mymodule.py:10: MyClass.mymethod(myparam):
Parameter kind was changed:
Old: positional or keyword
New: keyword-only
For src layouts:
$ griffe check --search src mypackage --verbose
src/mypackage/
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-groq-0.24.0-1.lbn36.noarch
Groq Python API library
The Groq Python library provides convenient access to the Groq REST API from any Python 3.8+
application. The library includes type definitions for all request params and response fields,
and offers both synchronous and asynchronous clients powered by httpx.
It is generated with Stainless.
Documentation
The REST API documentation can be found on console.groq.com. The full API of this library can be found in api.md.
Usage
The full API of this library can be found in api.md.
import os
from groq import Groq
client = Groq(
api_key=os.environ.get("GROQ_API_KEY"), # This is the default and can be omitted
)
chat_completion = client.chat.completions.create(
messages=[
{
"role": "user",
"content": "Explain the importance of low latency LLMs",
}
],
model="llama3-8b-8192",
)
print(chat_completion.choices[0].message.content)
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-huggingface-hub-0.30.2-1.lbn36.noarch
The huggingface_hub library allows you to interact with the Hugging Face Hub, a
machine learning platform for creators and collaborators. Discover pre-trained
models and datasets for your projects or play with the hundreds of machine
learning apps hosted on the Hub. You can also create and share your own models
and datasets with the community. The huggingface_hub library provides a simple
way to do all these things with Python.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-ibm-cos-sdk-2.14.0-1.lbn36.noarch
IBM Cloud Object Storage - Python SDKThis package allows Python developers to
write software that interacts with [IBM Cloud Object Storage]( It is a fork of
the [boto3 library]( and can stand as a drop-in replacement if the application
needs to connect to object storage using an S3-like API and does not make use
of other AWS services. NoticeIBM has added a [Language Support
Policy](language-...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-ibm-cos-sdk-core-2.14.0-1.lbn36.noarch
ibm-cos-sdk-python-coreA low-level interface to IBM Cloud Object Storage based
on the ibm_botocore package. This core package is the foundation for the [ibm-
cos-sdk-python]( package. DocumentationDocumentation for ibm-cos-sdk-python-
core can be found [here]( Getting HelpFeel free to use GitHub issues for
tracking bugs and feature requests, but for help please use one of the
following...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-ibm-cos-sdk-s3transfer-2.14.0-1.lbn36.noarch
s3transfer - An IBM COS Transfer Manager for Pythons3transfer is a Python
library for managing IBM COS transfers.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-ibm-watsonx-ai-1.3.1-1.lbn36.noarch
Welcome to ibm-watsonx-ai
ibm-watsonx-ai is a library that allows to work with watsonx.ai service on IBM Cloud and
IBM Cloud for Data. Train, test and deploy your models as APIs for application development, share with colleagues using this python library.
Package documentation
==========================================
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36