Utility functions for interacting with GCP tools
Project description
gcp_utils
Utilities for working with Google Cloud Platform (GCP). Written in an effort to keep re-useable functions to a singular package.
Installation
pip install gcp_utils
Features
- Upload and read CSVs from Google Cloud Storage
- Access secrets from Google Secret Manager
- Combine current and previous year GCS data
Example Usage
from gcp_utils import send_to_gcs, read_gcs_csv_to_df, access_secret_version, load_and_append_previous_year
# Upload a DataFrame to GCS
send_to_gcs('my-bucket', 'data/', my_dataframe, 'file.csv')
# Read a CSV from GCS
df = read_gcs_csv_to_df('gs://my-bucket/data/file.csv')
# Access a secret
creds = access_secret_version('my-project', 'my-secret')
# Combine current and previous year data
df = load_and_append_previous_year('my-bucket', 'etl/incoming/2024_file.csv')
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gcp_utils_sds-0.2.6.tar.gz
(14.8 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 gcp_utils_sds-0.2.6.tar.gz.
File metadata
- Download URL: gcp_utils_sds-0.2.6.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6f942bd6b86388575f8f9711c5dc7011130f3edd55be2c84dfee58e06f9155b
|
|
| MD5 |
07fd7344a795e37caa964e304e4ba6c9
|
|
| BLAKE2b-256 |
41bf19a8f53d55335ad0ddcb30b07cda48f2c1cdbb1f5e1dc2de658476ba0ca2
|
File details
Details for the file gcp_utils_sds-0.2.6-py3-none-any.whl.
File metadata
- Download URL: gcp_utils_sds-0.2.6-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8857c67447ff87a3de51b6b6053935a2fd2d4e70c47387d45300cdcc4f2a8e9a
|
|
| MD5 |
7b60856488d7899683789ff9e29c08bf
|
|
| BLAKE2b-256 |
591bb767acf7e601a08b0a0fc8bcc2b3d2c38167d422a69ca4f66f871c7581ff
|