A tool for generating chart documentation websites
Project description
ChartBook
A developer platform for data science teams.
Discover, document, and share data science work across your organization. ChartBook provides a centralized catalog for data pipelines, charts, and documentation—making it easy to find, understand, and reuse analytics work.
Terminology
ChartBook supports two project types:
- Pipeline — A single analytics pipeline with its own charts, dataframes, and documentation
- Catalog — A collection of multiple pipelines aggregated into a unified documentation site
See the Concepts page for the full terminology including ChartBooks and ChartHub.
Features
- Pipeline Catalog — Organize and discover data pipelines across your team
- Documentation Generation — Build searchable documentation websites from your analytics work
- Data Governance — Track data sources, licenses, and access permissions
- Programmatic Data Access — Load pipeline outputs directly into pandas or polars
- Multi-Pipeline Catalogs — Aggregate multiple pipelines into a single documentation site
Installation
Recommended:
pip install "chartbook[all]"
This gives you everything: data loading, plotting utilities, and the CLI for building documentation.
Minimal install (data loading only):
pip install "chartbook[data]"
Development:
pip install -e ".[dev]"
Quick Start
Load data from a pipeline
from chartbook import data
df = data.load(pipeline="fred_charts", dataframe="interest_rates")
Build documentation
chartbook build
See the documentation for configuration options and detailed guides.
Documentation
Full documentation is available at backofficedev.github.io/chartbook.
Contributing
Contributions are welcome. See CONTRIBUTING for guidelines.
License
Modified BSD License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chartbook-0.0.5.tar.gz.
File metadata
- Download URL: chartbook-0.0.5.tar.gz
- Upload date:
- Size: 11.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
223eea7822d8840a64d48f217faa08bf6757c7868d55bad1ca1222ffbba2d669
|
|
| MD5 |
46e197d84ff34b1072636e24e45fddcf
|
|
| BLAKE2b-256 |
f7cebcc2daa94146f96358eabab1d49d4687747eeccff492022939569281eac0
|
File details
Details for the file chartbook-0.0.5-py3-none-any.whl.
File metadata
- Download URL: chartbook-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f5d52afd188f7a7ee6a4762e2acb660010d009d32b5236174d6104cb0d35809
|
|
| MD5 |
6add654f299f90cfa8e7d367ad5f23e5
|
|
| BLAKE2b-256 |
76876eeb4fd8e4f27ade6468c3778e1f5d58855e13c1f69bbfdf497cd01c5fea
|