Skip to main content

golden-suite

One-line, perf-optimized install and single front door for the whole Golden Suite.

pip install golden-suite      # whole suite + native acceleration, defaulted to the fast config
golden-suite doctor           # verify native is actually active

This is a thin meta-package. It pulls in every suite tool plus the native (Rust) acceleration kernels, on by default, and gives you (and your agents) one canonical entry point. It ships no data-processing logic of its own — just a doctor/optimize CLI and introspection helpers.

What you get

Tool Does Import
GoldenPipe Orchestrator — chains the tools as pluggable stages. Start here. import goldenpipe as gp
GoldenMatch Entity resolution: dedupe, match, golden records import goldenmatch as gm
GoldenCheck Data validation (rules discovered from your data) import goldencheck
GoldenFlow Transform / standardize / normalize import goldenflow
GoldenSchema Inference-driven schema mapping (import name: infermap) import infermap
GoldenAnalysis Read-only metrics + reporting import goldenanalysis

goldenpipe is the front door: it adapts every other tool as a stage, so most integrations only ever touch goldenpipe. goldenmatch is a leaf (entity resolution only), not the root.

Install options

Native acceleration is included by default (a hard dependency, not an extra).

You want Install
The whole suite + native pip install golden-suite
Suite + one MCP server pip install "golden-suite[mcp]"
Everything (suite + mcp + serving) pip install "golden-suite[all]"

Native wheels cover Linux x86_64/aarch64, macOS x86_64/arm64, Windows amd64. On an unsupported platform the install fails loudly rather than silently degrading — install the individual pure-Python packages directly there.

Quick start

import goldenpipe as gp

result = gp.run("customers.csv")   # validate -> transform -> match, one call
print(result.status, result.match, result.reasoning)

Verify + repair the perf setup:

golden-suite doctor      # every component + whether native is ACTIVE (non-zero exit if silently slow)
golden-suite optimize    # install any missing native kernels, then re-verify
from golden_suite import installed, native_status
print(installed())       # {"goldenpipe": "1.2.1", "goldenmatch": "1.30.0", ...}
print(native_status())   # per-package native_active / silently_slow / env_mode

For agents

See AGENTS.md and llms.txt — the canonical integration guide, including the anti-patterns that cause most of the "wrong setup" back-and-forth.

License

MIT. Part of the Golden Suite monorepo.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

golden_suite-0.1.3.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

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

golden_suite-0.1.3-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file golden_suite-0.1.3.tar.gz.

File metadata

  • Download URL: golden_suite-0.1.3.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for golden_suite-0.1.3.tar.gz
Algorithm Hash digest
SHA256 08c8e110353a0bdeddfad5a91cb042d86c415809fdac89dea80ec60a66b3b5c3
MD5 f1e2e2c2a08b81428d873970f1393e52
BLAKE2b-256 92118cc9e8ba95d10a5147ff07a7f4f8bb5a2f4fa8dd380b89b05d5e305ee736

See more details on using hashes here.

File details

Details for the file golden_suite-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: golden_suite-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for golden_suite-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 54b97752986ca7bfede026cfb2665a85a8db1b3ceb3fe021baf3c1cf21597b6d
MD5 dcf569f280445c5c9f0517fac9ce5908
BLAKE2b-256 d25be4c54446a36d4c299bda9b6399fb97a31059c9920272a62c4ada78bd0cfc

See more details on using hashes here.

Release history Release notifications | RSS feed

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.6

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

This release

0.1.3 This release

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page