Skip to main content

Static site generator for Colight visualizations

Project description

Colight Site

Static site generator for Colight visualizations.

Converts .py files into markdown/HTML documents where:

  • Comments become narrative markdown
  • Code blocks are executed to generate Colight visualizations
  • Output is embedded as interactive .colight files

Usage

# Build a single file
colight-prose build src/post.py --output build/post.md

# Watch for changes
colight-prose watch src/ --output build/

# Initialize new project
colight-prose init my-blog/

File Format

.py files mix comments (markdown) with executable Python code:

# My Data Visualization
# This creates an interactive plot...

import numpy as np
x = np.linspace(0, 10, 100)

# The sine wave
np.sin(x)  # This expression generates a colight visualization

Pragma Directives

Control the output format and visibility of content using pragma comments:

File-level pragmas

Begin with hide-all-, at the beginning of the file:

# | hide-all-code

# Your content here...

Form-level pragmas

Place directly before a code block:

# | show-code
x = np.array([1, 2, 3])

Available pragmas

  • hide-code / show-code - Hide or show code blocks
  • hide-statements / show-statements - Hide or show Python statements (imports, assignments)
  • hide-visuals / show-visuals - Hide or show results/visuals
  • hide-prose / show-prose - Hide or show markdown prose (comments)
  • format-html - Output in HTML format
  • format-markdown - Output in Markdown format

Pragma formats

# %% hide-code          # Double percent format
# | show-visuals        # Pipe format
#| colight: hide-prose  # Legacy format (still supported)

Precedence

  1. Form-level pragmas (highest priority)
  2. CLI options
  3. File-level pragmas
  4. Defaults (lowest priority)

show-* pragmas always override corresponding hide-* pragmas.

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

colight_prose-2025.7.5.dev202507251901.tar.gz (150.8 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file colight_prose-2025.7.5.dev202507251901.tar.gz.

File metadata

File hashes

Hashes for colight_prose-2025.7.5.dev202507251901.tar.gz
Algorithm Hash digest
SHA256 406f0e03e8f10faefa29258fa42d8f596eb9b3099db819ea25f4c8d8530bbeab
MD5 b0e9ee3369b1206ba5aa3547f5ea2840
BLAKE2b-256 0917de37f1599fb9832331aa440bf009011cefba2df5b492eb7cc640e5a02ec9

See more details on using hashes here.

File details

Details for the file colight_prose-2025.7.5.dev202507251901-py3-none-any.whl.

File metadata

File hashes

Hashes for colight_prose-2025.7.5.dev202507251901-py3-none-any.whl
Algorithm Hash digest
SHA256 449658e93e5e1db13ae6643ff98cf6f5b337f79ea0fac0cf0e812faf5c7bac1f
MD5 721446ba4bfb6ae28d15c4f439227f75
BLAKE2b-256 bcaa9a17ab3fe497cddead37abeb0b2bd38471b843cf4989adde928531981e2e

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