Skip to main content

Small Utility Library

Project description

BLK UTILS

A small utility library for my most commonly used functions across projects.

Installation

pip install blk-utils

Example Usage


from blk_utils import get_relative_project_dir, cprint, ...



repo_name = 'my_repo'

project_dir = get_relative_project_dir(repo_name, partial=True)

data_dir = project_dir / 'data'



data_filepath = data_dir / 'my_table_data.csv'

df = pd.read_csv(data_filepath)

cprint(df)

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

blk-utils-0.1.2.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

blk_utils-0.1.2-py3-none-any.whl (3.2 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