-
python3-pyathena-3.12.2-1.lbn36.noarch
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-scramp-1.4.5-1.lbn36.noarch
Scramp is a pure-Python implementation of the SCRAM authentication protocol.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
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)
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-asyncpg-0.30.0-1.lbn36.x86_64
asyncpg is a database interface library designed specifically for PostgreSQL
and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL
server binary protocol for use with Python’s asyncio framework. You can read
more about asyncpg in an introductory blog post
http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-asyncssh-2.14.2-5.lbn36.noarch
Python 3 library for asynchronous client and
server-side SSH communication. It uses the Python asyncio module and
implements many SSH protocol features such as the various channels,
SFTP, SCP, forwarding, session multiplexing over a connection and more.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36