Skip to main content

Static site generator for Colight visualizations

Project description

Colight Site

Static site generator for Colight visualizations.

Converts .colight.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-site build src/post.colight.py --output build/post.md

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

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

File Format

.colight.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

Place at the beginning of the file, followed by a blank line:

# %% hide-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 all code blocks
  • hide-statements / show-statements - Hide or show Python statements (imports, assignments)
  • hide-visuals / show-visuals - Hide or show Colight visualizations
  • 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_site-2025.4.1.dev202506261550.tar.gz (46.2 kB view details)

Uploaded Source

Built Distribution

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

colight_site-2025.4.1.dev202506261550-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

Details for the file colight_site-2025.4.1.dev202506261550.tar.gz.

File metadata

File hashes

Hashes for colight_site-2025.4.1.dev202506261550.tar.gz
Algorithm Hash digest
SHA256 5cf44aaaba14a879516bf64ff5c95b07687aa006ba69f569d3099b35d4e14196
MD5 1cfeebaf44f42f6ec1d4fdad068a22f3
BLAKE2b-256 a61095ad44f92511e8de85577f21052285cee2a787493e75b933e0cd454001c3

See more details on using hashes here.

File details

Details for the file colight_site-2025.4.1.dev202506261550-py3-none-any.whl.

File metadata

File hashes

Hashes for colight_site-2025.4.1.dev202506261550-py3-none-any.whl
Algorithm Hash digest
SHA256 cb1d45fbb1bd0ae8be9f4ac9fbb9ca67f090155bfbd0f828cbc7e84ac6a2b0c0
MD5 0b3d96e9fa60af058102dcb90d210848
BLAKE2b-256 73784855ad41b7291c376f414b75d74ffb51446a43284814d90cb0debdacd59d

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