You are here: Home

Modified items

All recently modified items, latest first.
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-scramp-1.4.5-1.lbn36.noarch
Scramp is a pure-Python implementation of the SCRAM authentication protocol.
RPMPackage python3-redshift-connector-2.1.3-1.lbn36.noarch
redshift_connector is the Amazon Redshift connector for Python. Easy integration with pandas and numpy, as well as support for numerous Amazon Redshift specific features help you get the most out of your data Supported Amazon Redshift features include: IAM authentication Identity provider (IdP) authentication Redshift specific data types This pure Python connector implements Python Database API Specification 2.0.
RPMPackage python3-pyathena+sqlalchemy-3.12.2-1.lbn36.noarch
This is a metapackage bringing in sqlalchemy extras requires for python3-pyathena. It makes sure the dependencies are installed.
RPMPackage python3-pyathena+pandas-3.12.2-1.lbn36.noarch
This is a metapackage bringing in pandas extras requires for python3-pyathena. It makes sure the dependencies are installed.
RPMPackage python3-pyathena+fastparquet-3.12.2-1.lbn36.noarch
This is a metapackage bringing in fastparquet extras requires for python3-pyathena. It makes sure the dependencies are installed.
RPMPackage python3-pyathena+arrow-3.12.2-1.lbn36.noarch
This is a metapackage bringing in arrow extras requires for python3-pyathena. It makes sure the dependencies are installed.
RPMPackage python3-pyathena-3.12.2-1.lbn36.noarch
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
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-ibmcloudant-0.9.1-1.lbn36.noarch
IBM Cloudant Python SDK Version 0.10.0 IBM Cloudant Python SDK is a client library that interacts with the IBM Cloudant APIs. Disclaimer: This library is still a 0.x release. We do consider this library production-ready and capable, but there are still some limitations we’re working to resolve, and refinements we want to deliver. We are working really hard to minimise the disruption from now until the 1.0 release, but there may still be some changes that impact applications using this SDK. For now, be sure to pin versions to avoid surprises. Table of Contents Overview Features Prerequisites Installation Using the SDK Authentication Authentication with environment variables IAM API key authentication IAM Trusted profile (container) authentication IAM Trusted profile (VPC) authentication Session cookie authentication Authentication with external configuration Programmatic authentication Automatic retries Request timeout configuration Code examples 1. Create a database and add a
RPMPackage python3-ibmcclient-0.2.5.1-1.lbn36.noarch
python-ibmcclient is a Python library to communicate with HUAWEI `iBMC` based systems. The goal of the library is to be extremely simple, small, have as few dependencies as possible and be very conservative when dealing with BMCs by access HTTP REST API provided by HUAWEI `iBMC` based systems. Currently, the scope of the library has been limited to supporting OpenStack Ironic ibmc driver.
RPMPackage python3-ibm-cloud-security-advisor-test-1.1.1-1.lbn36.noarch
This repository contains the released python client SDK for IBM Cloud Security Advisor Findings and Notifications APIs .
RPMPackage python3-ibm-cloud-security-advisor-findingsapi-sdk-2.0.7-1.lbn36.noarch
NOTE : This repo is planned to be sunset by May 31st 2020, new SDK is available at ibm_security_advisor_findings_api_sdkThis repository contains the released Python client SDK for IBM Cloud Security Advisor Findings API . Check out our [API documentation]( for more details. NoticeSupport for Python versions 2.x and versions < 3.4 is deprecated and will be officially dropped in the next major...
RPMPackage python3-ibm-cloud-security-advisor-2.0.0-1.lbn36.noarch
This repository contains the released python client SDK for IBM Cloud Security Advisor Findings and Notifications APIs
RPMPackage python3-ibm-cloud-sdk-core-3.23.0-1.lbn36.noarch
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen).
RPMPackage python3-ibm-cloud-networking-services-0.24.0-1.lbn36.noarch
Python client library to interact with various IBM Cloud Networking Service APIs.
RPMPackage python3-ibm-cloud-databases-0.1.0-1.lbn36.noarch
Python client library to interact with various IBM Cloud Cloud Databases APIs.
RPMPackage python3-ibm-cloud-cis-services-0.0.0-1.lbn36.noarch
IBM Cloud Internet Services Python SDK
RPMPackage python3-orjson-3.8.10-1.fc36.x86_64
orjosn is a fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
RPMPackage python3-kerberos-1.3.0-25.lbn36.x86_64
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.