You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-apache-airflow+alibaba-2.10.5-1.lbn36.noarch
This is a metapackage bringing in alibaba extras requires for python3-apache-airflow. It makes sure the dependencies are installed.
RPMPackage python3-apache-airflow+airbyte-2.10.5-1.lbn36.noarch
This is a metapackage bringing in airbyte extras requires for python3-apache-airflow. It makes sure the dependencies are installed.
RPMPackage python3-apache-airflow+aiobotocore-2.10.5-1.lbn36.noarch
This is a metapackage bringing in aiobotocore extras requires for python3-apache-airflow. It makes sure the dependencies are installed.
RPMPackage python3-apache-airflow-providers-common-compat-1.5.0-1.lbn36.noarch
apache-airflow-providers-common-compat
RPMPackage python3-alembic-1.13.2-5.lbn36.noarch
Alembic is a database migrations tool written by the author of SQLAlchemy. A migrations tool offers the following functionality: • Can emit ALTER statements to a database in order to change the structure of tables and other constructs • Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. • Allows the scripts to execute in some sequential manner. Documentation and status of Alembic is at https://alembic.sqlalchemy.org/
RPMPackage python3-aiobotocore-2.9.0-1.lbn36.noarch
Async client for amazon services using botocore and aiohttp/asyncio. This library is a mostly full featured asynchronous version of botocore. Basic Example import asyncio from aiobotocore.session import get_session AWS_ACCESS_KEY_ID = "xxx" AWS_SECRET_ACCESS_KEY = "xxx" async def go(): bucket = 'dataintake' filename = 'dummy.bin' folder = 'aiobotocore' key = '{}/{}'.format(folder, filename) session = get_session() async with session.create_client('s3', region_name='us-west-2', aws_secret_access_key=AWS_SECRET_ACCESS_KEY, aws_access_key_id=AWS_ACCESS_KEY_ID) as client: data = b'x01'*1024 resp = await client.put_object(Bucket=bucket, Key=key, Body=data) print(resp)
RPMPackage python3-alicloud-exporter-0.3.1.7.1-2.lbn36.noarch
Prometheus Exporter for Alibaba Cloud
RPMPackage python3-alibabacloud-tea-xml-0.0.2-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Tea Xml for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the tea-xml pip install alibabacloud-tea- xml Issues [Opening an Issue]( Issues not conforming to the guidelines may be closed...
RPMPackage python3-alibabacloud-tea-util-0.3.13-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Tea Util for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the tea-util pip install alibabacloud_tea_util Issues [Opening an Issue]( Issues not conforming to the guidelines may be closed...
RPMPackage python3-alibabacloud-tea-openapi-0.3.13-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud OpenApi SDK for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the alibabacloud_tea_openapi pip install alibabacloud_tea_openapi Issues[Opening an Issue]( Issues not conforming to the guidelines...
RPMPackage python3-alibabacloud-tea-0.4.2-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Tea for Python[![PyPI version]( [![Python Test]( Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash
RPMPackage python3-alibabacloud-openapi-util-0.2.2-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud OpenApi Util Client for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the alibabacloud_openapi_util pip install alibabacloud_openapi_util Issues [Opening an Issue]( Issues not conforming to the...
RPMPackage python3-alibabacloud-gateway-spi-0.0.3-1.lbn36.noarch
 
RPMPackage python3-alibabacloud-endpoint-util-0.0.3-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Endpoint for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the endpoint-util pip install alibabacloud_endpoint_util Issues [Opening an Issue]( Issues not conforming to the guidelines may be...
RPMPackage python3-alibabacloud-ecs20140526-5.0.0-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Ecs SDK for Python Requirements- Python > 3.6 Installation- **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the alibabacloud_ecs20140526 pip install alibabacloud_ecs20140526 Issues[Opening an Issue]( Issues not...
RPMPackage python3-alibabacloud-credentials-0.3.6-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud Credentials for Python Installation - **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the alibabacloud_credentials pip install alibabacloud_credentials Before you begin, you need to sign up for an Alibaba Cloud...
RPMPackage python3-alibabacloud-adb20211201-2.1.0-1.lbn36.noarch
English | [简体中文](README-CN.md) ![]( Alibaba Cloud adb SDK for Python Requirements- Python > 3.6 Installation- **Install with pip**Python SDK uses a common package management tool named pip. If pip is not installed, see the [pip user guide]( "pip User Guide") to install pip.bash Install the alibabacloud_adb20211201 pip install alibabacloud_adb20211201 Issues[Opening an Issue]( Issues not...
RPMPackage python3-adlfs-2023.12.0-1.lbn36.noarch
Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage Quickstart This package can be installed using: pip install adlfs or conda install -c conda-forge adlfs The adl:/ and abfs:/ protocols are included in fsspec's known_implementations registry in fsspec > 0.6.1, otherwise users must explicitly inform fsspec about the supported adlfs protocols. To use the Gen1 filesystem: import dask.dataframe as dd storage_options={'tenant_id': TENANT_ID, 'client_id': CLIENT_ID, 'client_secret': CLIENT_SECRET} dd.read_csv('adl:/{STORE_NAME}/{FOLDER}/*.csv', storage_options=storage_options) To use the Gen2 filesystem you can use the protocol abfs or az: import dask.dataframe as dd storage_options={'account_name': ACCOUNT_NAME, 'account_key': ACCOUNT_KEY} ddf = dd.read_csv('abfs:/{CONTAINER}/{FOLDER}/*.csv', storage_options=storage_options) ddf = dd.read_parquet('az:/{CONTAINER}/folder.parquet', storage_options=storage_options) Accepted protocol / uri formats include: 'PROTOCOL:/container
RPMPackage google-crc32c-1.1.2-11.lbn36.x86_64
This project collects a few CRC32C implementations under an umbrella that dispatches to a suitable implementation based on the host computer's hardware capabilities. CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720. The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann. CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.
RPMPackage leveldb-1.23-4.fc36.x86_64
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.