You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-beniget-0.4.2.post1-2.lbn36.noarch
A static analyzer for Python2 and Python3 code.Beniget provides a static over- approximation of the global and local definitions inside Python Module/Class/Function. It can also compute def-use chains from each definition.
RPMPackage python3-asyncer-0.0.8-1.lbn36.noarch
Asyncer, async and await, focused on developer experience. Documentation: https:/asyncer.tiangolo.com Source Code: https:/github.com/fastapi/asyncer Asyncer is a small library built on top of AnyIO. Asyncer has a small number of utility functions that allow working with async, await, and concurrent code in a more convenient way under my (@tiangolo - Sebastián Ramírez) very opinionated and subjective point of view. The main goal of Asyncer is to improve developer experience by providing better support for autocompletion and inline errors in the editor, and more certainty that the code is bug-free by providing better support for type checking tools like mypy. Asyncer also tries to improve convenience and simplicity when working with async code mixed with regular blocking code, allowing to use them together in a simpler way... again, under my very subjective point of view. 🚨 Warning This small library only exists to be able to use these utility functions until (and if) they
RPMPackage python3-astrapy-2.0.1-1.lbn36.noarch
AstraPy A pythonic client for DataStax Astra DB. This README targets AstraPy version 1.0.0+, which introduces a whole new API. Click here for the pre-existing API (fully compatible with newer versions). Quickstart Install with pip install astrapy. Get the API Endpoint and the Token to your Astra DB instance at astra.datastax.com. Try the following code after replacing the connection parameters: import astrapy ASTRA_DB_APPLICATION_TOKEN = "AstraCS:..." ASTRA_DB_API_ENDPOINT = "https:/01234567-....apps.astra.datastax.com" my_client = astrapy.DataAPIClient() my_database = my_client.get_database( ASTRA_DB_API_ENDPOINT, token=ASTRA_DB_APPLICATION_TOKEN, ) my_collection = my_database.create_collection( "dreams", dimension=3, metric=astrapy.constants.VectorMetric.COSINE, ) my_collection.insert_one({"summary": "I was flying", "$vector": [-0.4, 0.7, 0]}) my_collection.insert_many( [ { "_id": astrapy.ids.UUID("018e65c9-e33d-749b-9386-e848739582f0"
RPMPackage python3-astra-assistants+tools-2.2.12-1.lbn36.noarch
This is a metapackage bringing in tools extras requires for python3-astra-assistants. It makes sure the dependencies are installed.
RPMPackage python3-astra-assistants-2.2.12-1.lbn36.noarch
astra-assistants Astra Assistants is a drop in replacement for OpenAI's assistant API that supports the full Assistants v2 API (including streaming and vector_stores). This python library wraps the OpenAI SDK with additional capabilities and provides syntactic sugar for passing credentials for third party LLMs. How to use Install astra_assistants using your python package manager of choice: poetry add astra_assistants import and patch your client: from openai import OpenAI from astra_assistants import patch client = patch(OpenAI()) Server The astra-assistants server code is now open source (Apache2)! Check it out here https:/github.com/datastax/astra-assistants-api Authentication Provide api keys for third party LLMs via environment variables. We support LLM completions through litellm and support litellm environmental variables and models. Rename the .env.bkp to .env and fill in the appropriate values for the LLMs you want to use.
RPMPackage python3-assemblyai-0.35.1-1.lbn36.noarch
AssemblyAI's Python SDK Build with AI models that can transcribe and understand audio With a single API call, get access to AI models built on the latest AI breakthroughs to transcribe and understand audio and speech data securely at large scale.
RPMPackage python3-appium-python-client-4.0.0-1.lbn36.noarch
Appium Python Client[![PyPI version]( [![Downloads]( Status]( style: black]( extension library for adding [WebDriver Protocol]( and Appium commands to the Selenium Python language binding for use with the mobile testing framework [Appium]().
RPMPackage python3-apify-shared-1.1.2-1.lbn36.noarch
apify-shared
RPMPackage python3-apify-client-1.8.1-1.lbn36.noarch
apify-client
RPMPackage sqitch-vertica-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Vertica support.
RPMPackage sqitch-sqlite-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch SQLite support.
RPMPackage sqitch-snowflake-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Snowflake support. It requires that the SnowSQL client and ODBC driver also be installed.
RPMPackage sqitch-pg-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch PostgreSQL support.
RPMPackage sqitch-oracle-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Oracle support.
RPMPackage sqitch-mysql-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch MySQL support.
RPMPackage sqitch-firebird-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Firebird support.
RPMPackage sqitch-1.1.0-1.lbn36.noarch
This application, `sqitch`, provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git.
RPMPackage redis-devel-7.2.3-1.lbn36.x86_64
Header file required for building loadable Redis modules. Detailed API documentation is available in the redis-doc package.
RPMPackage redis-7.2.3-1.lbn36.x86_64
Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also.
RPMPackage postgresql-upgrade-devel-16.3-6.lbn36.x86_64
The postgresql-devel package contains the header files and libraries needed to compile C or C++ applications which are necessary in upgrade process.