SCUDO — Shared Core Utilities for DataHub Operations
SCUDO (Shared Core Utilities for DataHub Operations) is a reusable Python package that provides common utilities and core components used across DataHub-related workflows.
It is designed to standardize how applications interact with external systems, handle logging, and implement reusable operational patterns.
Key Capabilities
- Modular architecture for reusable components
- Apache Doris integration via multiple client implementations
- Centralized and structured logging utilities
- Lightweight and easy to integrate into ETL/ELT pipelines
Package Structure
- scudo.doris - Clients for interacting with Apache Doris
- scudo.utils - Shared utilities (e.g., logging)
Installation
SCUDO is available on the Python Package Index PyPI.
Therefore, you can install SCUDO easily using the pip command:
pip install scudo
For a specific version, use:
pip install scudo==<lastest release>
Once installed, you can verify the installation by running:
import scudo
print(scudo.__version__)
Release files for SCUDO 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scudo-0.1.6.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scudo-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.1 kB
Release files / scudo-0.1.6.tar.gz
| Download URL | scudo-0.1.6.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8cc7e4c7d93f6cf8eb915525c98df87891c434a44294c8094fed6c2d6b7b6e78
|
|
BLAKE2b-256 checksum How to use checksums |
ac6a7829e3b7258caa8ebc4ad624edb33350babcaf34d2c53b466d899050883c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|
Release files / scudo-0.1.6-py3-none-any.whl
| Download URL | scudo-0.1.6-py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a17de98f60b2056aff8b536f80677892f603e7f68b8b011ee4de33cf5bcf669
|
|
BLAKE2b-256 checksum How to use checksums |
2730f79a955aaabae65e5ce23ed64159759ec63876972c8f137e88f8457ff00b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|