You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask2-2.3.3-1.lbn36.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.
RPMPackage 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(
RPMPackage python3-bitarray-2.7.5-3.lbn36.x86_64
Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in contiguous block of memory. The user can select between two representations; little-endian and big-endian. Most of the functionality is implemented in C.Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files (.pbm). Also, when dealing with compressed data which uses variable bit length encoding you may find this module useful. This is Python 3 version.
RPMPackage python3-apache-airflow-providers-ydb-2.1.1-1.lbn36.noarch
Package apache-airflow-providers-ydb Release: 2.1.1 YDB
RPMPackage python3-calamine-0.1.7-1.lbn36.x86_64
python-calamine Python binding for beautiful Rust's library for reading excel and odf file - calamine.
RPMPackage python3-google-auth-oauthlib-1.2.1-2.lbn36.noarch
This library provides oauthlib integration with google-auth.
RPMPackage python3-google-auth-httplib2-0.2.0-1.lbn36.noarch
httplib2 Transport for Google Auth |pypi|This library provides an httplib2_ transport for google-auth_... note:: httplib has lots of problems such as lack of threadsafety and insecure usage of TLS. Using it is highly discouraged. This library is intended to help existing users of oauth2client migrate to google- auth... |pyp .. _httplib2: .. _google-auth:
RPMPackage python3-azure-mgmt-resource-24.0.0-1.lbn36.noarch
Microsoft Azure Resource Management Client Library for Python
RPMPackage python3-azure-mgmt-datalake-store-0.5.0-10.fc36.noarch
Microsoft Azure Datalake Store Management Client Library for Python
RPMPackage python3-azure-mgmt-datafactory-9.2.0-1.lbn36.noarch
Microsoft Azure SDK for PythonThis is the Microsoft Azure Data Factory Management Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the [azure sdk python release]( _Disclaimer__Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to Usage To learn how to use...
RPMPackage python3-azure-mgmt-cosmosdb-9.8.0-1.lbn36.noarch
Microsoft Azure Cosmos DB Management Client Library for Python
RPMPackage python3-azure-mgmt-containerservice-39.1.0-1.lbn36.noarch
Microsoft Azure Container Service Management Client Library for Python
RPMPackage python3-azure-mgmt-containerregistry-14.0.0-1.lbn36.noarch
Microsoft Azure Container Registry Client Library for Python
RPMPackage python3-azure-mgmt-containerinstance-10.2.0~b1-1.lbn36.noarch
Microsoft Azure Container Instance Client Library for Python
RPMPackage python3-azure-batch-15.0.0~b1-1.lbn36.noarch
Microsoft Azure Batch Client Library for Python
RPMPackage python3-apache-airflow-providers-zendesk-4.9.0-1.lbn36.noarch
Package apache-airflow-providers-zendesk Zendesk
RPMPackage python3-apache-airflow-providers-yandex-3.11.2-1.lbn36.noarch
Package apache-airflow-providers-yandex Release: 3.11.2 This package is for Yandex, including: Yandex.Cloud
RPMPackage python3-apache-airflow-providers-weaviate-1.4.2-1.lbn36.noarch
Package apache-airflow-providers-weaviate Release: 1.4.2 Weaviate
RPMPackage python3-apache-airflow-providers-vertica-4.0.0-1.lbn36.noarch
Package apache-airflow-providers-vertica Vertica
RPMPackage python3-apache-airflow-providers-trino-6.0.1-1.lbn36.noarch
Package apache-airflow-providers-trino Trino