Skip to main content

A wrapper to interact with containers and blobs

Project description

botorift

Install

pip install botorift

How to use

import os
from botorift.azure_client import AzureClient
client = AzureClient(env_path='../.env')

container_name = os.environ['CONTAINER_NAME']
base_path = 'datascience-dev/ultragaz/smb/data/gold/'
df = client.read_parquet(container_name=container_name, file_path="datascience-dev/ultragaz/smb/data/gold/df_abt.parquet")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

botorift-0.0.1.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

botorift-0.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page