Format
@pasar6987/ruddr
ruddr API schema: 13 streams, 208 fields.
Native (downloadable) · No published version yet · Updated Mar 11, 2026
Snapshot
Registry facts before deep inspection
Format, origin, ownership, and release context surface first so the package can be qualified quickly.
Latest release
Origin
Installability
Domain
Source
Upstream
Owner
@pasar6987Organization
Repository
License
Visibility
Tags
Schema preview
Model preview
Structure before documentation
Preview the package footprint first, then open the dedicated explorer if you need field-level inspection.
Preview summary is not available for this version.
Python handoff
Use this package directly in code
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/ruddr
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/ruddr")
prompt = rawctx.to_prompt(
"@pasar6987/ruddr",
max_tokens=2000,
)
print(model.datasets) # ["dataset_a", "dataset_b", ...]
print(model.measures) # [Measure(name="measure_a", ...)]
print(model.dimensions) # [Dimension(name="dimension_a", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package qualifies on source, preview, and installability.
@pasar6987/ruddr
ruddr API schema — 13 streams, 208 fields.
Overview
| Count | |
|---|---|
| Streams (Datasets) | 13 |
| Dimensions | 185 |
| Measures | 23 |
| Relationships | 0 |
Streams
- clients — clients data from ruddr
- projects — projects data from ruddr
- project_members — project_members data from ruddr
- project_tasks — project_tasks data from ruddr
- expense_reports — expense_reports data from ruddr
- expense_items — expense_items data from ruddr
- expense_categories — expense_categories data from ruddr
- project_expense — project_expense data from ruddr
- project_budget_expenses — project_budget_expenses data from ruddr
- workspace members — workspace members data from ruddr
- opportunity_stages — opportunity_stages data from ruddr
- invoices — invoices data from ruddr
- holidays — holidays data from ruddr
Install
rawctx snapshot-download @pasar6987/ruddr
Topology
Semantic graph
Use the graph last, once the package has already qualified on release state, preview, and documentation.
Semantic Graph
Datasets 0 / Measures 0 / Dimensions 0 / Relationships 0
Loading semantic graph...
