Skip to main content

Package to create JRAGBEER Common Functions

Project description

jragbeer_common

License Python 3.10 pre-commit

Overview

A Python utility library containing common functions and tools used across various projects. This library provides reusable components for:

  • Data processing and engineering
  • Azure blob storage operations
  • Dask distributed computing
  • Ubuntu system operations

Features

  • Data Engineering Utilities

    • DataFrame manipulation and cleaning
    • SQL database operations
    • Email notifications
    • Date/time processing
    • Logging configuration
  • Azure Integration

    • Blob storage upload/download
    • Parquet file handling
    • Container management
    • Batch operations
  • Dask Distributed Computing

    • Cluster deployment and management
    • Worker allocation
    • Task scheduling
    • Remote execution
  • Ubuntu System Operations

    • Remote command execution
    • Process management
    • System monitoring
    • File operations

Installation

  1. Install uv (recommended):
pip install uv
  1. Create and activate a virtual environment:
uv venv
source .venv/bin/activate  # Linux/Mac
# or
.venv\Scripts\activate  # Windows
  1. Install the package:
uv pip install jragbeer-common

Development Setup

  1. Clone the repository:
git clone https://github.com/jragbeer/jragbeer_common.git
cd jragbeer_common
  1. Create a virtual environment and install dependencies:
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
  1. Install development dependencies:
uv pip install -e ".[dev]"
  1. Install pre-commit hooks:
pre-commit install

Usage

from jragbeer_common import (
    jragbeer_common_data_eng,
    jragbeer_common_azure,
    jragbeer_common_dask,
    jragbeer_common_ubuntu
)

# Data Engineering
jragbeer_common_data_eng.parse_date_features(df)

# Azure Operations
jragbeer_common_azure.adls_upload_file("path/to/file", "blob_name")

# Dask Operations
jragbeer_common_dask.deploy_dask_home_setup()

# Ubuntu Operations
jragbeer_common_ubuntu.execute_cmd_ubuntu_sudo("command")

Environment Variables

The following environment variables are required:

# Azure Storage
adls_connection_string="your_connection_string"
adls_container_name="your_container"

# Database
local_db_username="username"
local_db_password="password"
local_db_address="address"
local_db_port="port"

# Cluster Configuration
cluster_server_1_address="address"
cluster_server_1_username="username"
cluster_server_1_password="password"

Building and Distribution

  1. Build the package:
uv build
  1. Install locally for testing:
uv pip install dist/jragbeer_common-0.2.0-py3-none-any.whl

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests and linting:
uv sync --extra dev
pre-commit run --all-files
uv run pytest

CI runs the same full suite on each push and pull request (see .github/workflows/test.yml), including tests marked integration (Docker Postgres, etc.). You need a working Docker daemon for a green run locally and in GitHub Actions (the runner provides Docker). Markers (unit, integration, contract) still classify tests in pyproject.toml; nothing is excluded by default.

Integration tests (Docker Postgres)

Database tests that open PostgreSQL live in test/db/test_jragbeer_common_db.py and are marked @pytest.mark.integration. They use the session-scoped container from test/fixtures/postgresql.py plus the docker Python client and psycopg2-binary. They run as part of the default uv run pytest (and in CI).

Optional environment variables (defaults in parentheses):

  • TEST_POSTGRESQL_PORT — host port mapped to the container (54329)
  • TEST_POSTGRESQL_USER, TEST_POSTGRESQL_PASSWORD, TEST_POSTGRESQL_DATABASE — bootstrap credentials (devuser / devpassword / postgres)
  • TEST_POSTGRESQL_VERSION — image tag after postgres: (17.4)

Readiness is checked with TCP connections via psycopg2 from the host (same as SQLAlchemy), not docker exec psql, so you do not need the docker CLI or host postgresql-client for the wait loop.

Future work: tests that hit real services should live under the appropriate test/<subpackage>/ package, be marked @pytest.mark.integration, and document required environment variables in the test module docstring.

License

Copyright 2026 Julien Ragbeer

Licensed under the Apache License, Version 2.0

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

jragbeer_common-0.2.65.tar.gz (40.3 kB view details)

Uploaded Source

Built Distribution

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

jragbeer_common-0.2.65-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file jragbeer_common-0.2.65.tar.gz.

File metadata

  • Download URL: jragbeer_common-0.2.65.tar.gz
  • Upload date:
  • Size: 40.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for jragbeer_common-0.2.65.tar.gz
Algorithm Hash digest
SHA256 8b1db69c712c51af9d859e9f4097ae0ccdaee94707f427ec666cb5cf7612dc8e
MD5 c23d9836d1151664feea6bc2b346f82c
BLAKE2b-256 2d86f313192be1f73450719ad7772a331ce67d5bdf888ae307194f706c83e333

See more details on using hashes here.

File details

Details for the file jragbeer_common-0.2.65-py3-none-any.whl.

File metadata

File hashes

Hashes for jragbeer_common-0.2.65-py3-none-any.whl
Algorithm Hash digest
SHA256 d8361b9b66374aa72e19ad81e347128933d9b60d933428b85b31c4e204444d75
MD5 917a7470332a760ac42af56f2187367c
BLAKE2b-256 0ec62b3f742a9bdd3c3b177a6ab07f59f66dcebb6c5104dcf154d803e2352a76

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