Skip to main content

Add your description here

Project description

google-cloud-helper

This repository contains common functions for easy access to Google Cloud Infrastructure, such as Big Query or Google buckets.

Example Usage

from google_cloud_helper.BigQueryHelper import BigQueryHelper
from google_cloud_helper.GoogleBucketHelper import GoogleBucketHelper
from google_cloud_helper.SecretManagerHelper import SecretManagerHelper

# BigQuery
bq_helper = BigQueryHelper("your-gcp-project-id")
exists = bq_helper.table_exists("your-gcp-project-id.dataset.table")
print(f"Table exists: {exists}")

# Google Cloud Storage
bucket_helper = GoogleBucketHelper("your-gcp-project-id")
bucket_exists = bucket_helper.bucket_exists("your-bucket-name")
print(f"Bucket exists: {bucket_exists}")

# Secret Manager
secret_helper = SecretManagerHelper()
my_secret = secret_helper.get_secret("your-gcp-project-id", "your-secret-id")
print("Successfully retrieved secret!")

Available Functions

BigQueryHelper

Function Description
table_exists(table_id) Checks if a specific BigQuery table exists.
create_dataset(dataset_id) Creates a new BigQuery dataset if it doesn't already exist.
create_table_from_df(...) Creates and populates a table from a pandas DataFrame, with options for partitioning and clustering.
upload_df_to_table(table_id, df) Appends a pandas DataFrame to an existing BigQuery table.
incremental_insert_with_deduplication(...) Inserts new rows from a DataFrame, avoiding duplicates based on a unique key.
generate_bigquery_schema(df) Infers a BigQuery schema from a pandas DataFrame.

GoogleBucketHelper

Function Description
download_as_text(bucket, path) Downloads a file from a Google Cloud Storage bucket as text.
bucket_exists(bucket_name) Checks if a specific Google Cloud Storage bucket exists.

SecretManagerHelper

Function Description
get_secret(project_id, secret_id) Retrieves the latest version of a secret from Secret Manager.

Testing

To run the tests, execute the following command:

uv run pytest

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

google_cloud_helper-0.1.1.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_cloud_helper-0.1.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file google_cloud_helper-0.1.1.tar.gz.

File metadata

  • Download URL: google_cloud_helper-0.1.1.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for google_cloud_helper-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2dbbe06c3854d99fef01facf3984f8d2cbc1b54eacb51bf5684f6c4ebf1e61af
MD5 31fa1c99f6a4a744120218ccf47fb50f
BLAKE2b-256 83dcf2a24161ca2e3e98d0a539e0b5dcbe84e58006de86d94e167e810eec700d

See more details on using hashes here.

File details

Details for the file google_cloud_helper-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for google_cloud_helper-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5e99ee428ff841058fbd891e01426af70fb85259ebf76b6dd4f5ea8812c5f303
MD5 0b6daf032f5fdebddd96df5020e43d20
BLAKE2b-256 d9d0aa6f5b8ec581932d354635e9e6d30a25e482566f93bfcf9eefb70e85d061

See more details on using hashes here.

Supported by

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