
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
dash-grid-normalizer
Advanced tools
Small helpers for responsive dashboard widget grids: column spans, gutter normalization, and breakpoint scaling.
pip install dash-grid-normalizer
from dash_grid_normalizer import LayoutGrid, normalize_gutter, apply_breakpoint_scale
grid = LayoutGrid(columns=12, gutter=8)
print(grid.column_width_pct()) # 8.3333
print(normalize_gutter(48)) # 32 (clamped to max)
print(apply_breakpoint_scale(16, 1.25)) # 20
| Symbol | Description |
|---|---|
LayoutGrid | Column grid with configurable gutter |
normalize_gutter(value, *, min_px=4, max_px=32) | Clamp gutter to a sane pixel range |
apply_breakpoint_scale(base, scale=1.0) | Scale a base size for a breakpoint |
layout_version() | Package version string |
MIT
FAQs
Responsive grid and gutter helpers for dashboard widget layouts
We found that dash-grid-normalizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.