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.3.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blk_utils-0.1.3.tar.gz.
File metadata
- Download URL: blk_utils-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd19ff6dec90bd7ce8688b19d85c29280c7527fed8bd253d4dd876e9356efee
|
|
| MD5 |
9468ca169b6eb4039cb8be91f2eb7195
|
|
| BLAKE2b-256 |
d6a71da3bee48394fb2bf95c3504bb825cfe1dce58320d295067868008053f70
|
File details
Details for the file blk_utils-0.1.3-py3-none-any.whl.
File metadata
- Download URL: blk_utils-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c30c77ee10c18398758e3bd31649859794601c7b1c76cf03ae8db7f9b00a5482
|
|
| MD5 |
0022733bfb09a4e8cfeb4ea539fa9e41
|
|
| BLAKE2b-256 |
76759dfc1f239c331320c50d3bb7c33821a7871fb400c29d74c3b0b20eabc79f
|