Structural-engineering calculation library where Jupyter notebooks are the living, reviewable deliverable.
Project description
civix
A structural-engineering design library for Python where Jupyter notebooks are the primary deliverable — living calculation documents suitable for review and submission.
Status: foundation cycle. The cross-cutting infrastructure (errors, logging, notebook display, and the Quarto export pipeline) is in place; structural-domain modules (codes, elements, materials) arrive in later cycles.
Civix has two rendering paths:
civix.display— the live view inside a running notebook (self-rendering PASS/FAIL cards, headers, input tables).civix.report— the printed deliverable: scaffold a Quarto project and render a notebook to PDF/HTML/docx.
Plus domain tooling:
civix.csi+hosts/csi/— ETABS → SAFE raft pipeline: read per-building ETABS exports (Excel or live OAPI), place them into one SAFE frame with full 6-DOF reaction handling, emit a validated raft JSON + Plotly overlay, and build/run the SAFE mat model. Seedocs/csi/etabs2safe-guide.md.civix.site+hosts/grasshopper/— Rhino/Grasshopper site tools: point-cloud ground-Z extraction (LAS/LAZ) and Revit toposolid break-line creasing. Pure engines are unit-tested here; thin GH components run on the host. Seedocs/gh-tools-cookbook.md.
Quickstart
uv sync # core library only
uv sync --extra notebook # add Jupyter + handcalcs (optional, needed to run notebooks)
make demo # executes the foundation reporting demo notebook
In a notebook:
from civix.display import setup_notebook, CheckResult, CalculationReport
setup_notebook(project_name="Office Building A", engineer="J. Doe")
report = CalculationReport(title="Beam B-101")
report.add(CheckResult("Bending", unity_ratio=0.73, demand=180.0,
capacity=245.6, demand_unit="kNm", capacity_unit="kNm"))
report # renders a styled PASS/FAIL report
Exporting a PDF
Scaffold a Quarto project, then render a notebook. Export needs the external Quarto CLI plus a LaTeX engine (e.g. TinyTeX).
from civix.report import init_calc_project, render_report
init_calc_project("calcs", include_sample=True) # writes Quarto templates
render_report("calcs/sample-calcsheet.ipynb") # -> calcs/sample-calcsheet.pdf
The scaffold also has a CLI:
uv run python -m civix.report calcs --sample
For a complete worked example — an ACI 318M-25 (SI) flexure calc note that pairs
handcalcs equation rendering with
civix CheckResult/CalculationReport cards — see
notebooks/examples/sample-calcsheet.ipynb
and render it with uv run --extra notebook quarto render notebooks/examples/sample-calcsheet.ipynb --to pdf.
Conventions
Notebooks are submission-grade calculation documents. Units are never encoded
in identifier names — use clean engineering symbols (A_s, M_u, f_c) and
annotate the unit on the value (a handcalcs trailing comment, the value string
in calc_input_table, demand_unit/capacity_unit on CheckResult, or a
library docstring). The default system is metric: N/mm/MPa for section and
material values, kN/m/kPa/kN·m for loads and spans. Convert at boundaries; never
mix unit systems silently. Full discipline lives in
docs/calc-note-style-guide.md and CLAUDE.md.
Development
make check # format, lint, type-check, test (340 tests)
make gh39-check # syntax-guard the civix.site engines + GH host scripts on CPython 3.9
Repository layout
src/civix/ # the installable package (ships in the wheel)
├─ exceptions.py # CivixError hierarchy
├─ log_config.py # loguru setup
├─ display/ # live in-notebook PASS/FAIL rendering
├─ report/ # Quarto PDF/HTML/docx export (+ templates/ package data)
├─ utils/ # formatting + validation helpers
├─ csi/ # ETABS → SAFE raft pipeline (optional `csi` extra)
├─ site/ # Grasshopper engines (optional `site` extra)
│ ├─ pointcloud/ # LAS/LAZ ground-Z KD-tree engine + origin-shift
│ └─ topo/ # Revit toposolid break-line helpers
└─ core/ elements/ codes/ loads/ # structural-domain stubs (later cycles)
hosts/ # host-only adapter scripts — NOT in the wheel, ruff/ty-excluded
├─ csi/ # ETABS/SAFE OAPI entry scripts, gates, LISP, A.1–A.15 spike record
└─ grasshopper/ # Rhino/Revit GH components (load engines by file path)
└─ topo_breaklines/
tests/
├─ unit/ # mirrors library modules (test_csi/, test_site/, …)
├─ integration/ # external toolchains — Quarto, plus csi/
└─ notebooks/ # deliverable calc-note benchmark suites
docs/
├─ csi/ # civix.csi invariants guide + OAPI references
├─ gh-tools-cookbook.md # the two-layer Grasshopper tool pattern
├─ standards/ # binding engineering / API / debugging protocols
└─ superpowers/ # implementation plans + design specs
Two deliberately separate layers throughout: engines (src/civix/…, pure,
tested, in the wheel) and hosts (hosts/…, thin vendor-API adapters that run
only inside ETABS/SAFE or Rhino/Revit, excluded from the wheel and static checks).
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 civix-0.3.2.tar.gz.
File metadata
- Download URL: civix-0.3.2.tar.gz
- Upload date:
- Size: 97.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf69a4641b4a19e42b55c66b3a1dca7a1128aa3d9a035567b541ba2dca54d09
|
|
| MD5 |
c74e1c5ddb45081be7e14b7a4a1a4ff8
|
|
| BLAKE2b-256 |
87e92010a6d184ab5413b1e7f3c664fc0b385863517ba586c27a17a337ee0f49
|
Provenance
The following attestation bundles were made for civix-0.3.2.tar.gz:
Publisher:
release.yml on mohamadalitellawi/civix
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
civix-0.3.2.tar.gz -
Subject digest:
bbf69a4641b4a19e42b55c66b3a1dca7a1128aa3d9a035567b541ba2dca54d09 - Sigstore transparency entry: 2063202497
- Sigstore integration time:
-
Permalink:
mohamadalitellawi/civix@84849b190b8aa87ebaa1205fa8b60c9bcbdd2517 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/mohamadalitellawi
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@84849b190b8aa87ebaa1205fa8b60c9bcbdd2517 -
Trigger Event:
push
-
Statement type:
File details
Details for the file civix-0.3.2-py3-none-any.whl.
File metadata
- Download URL: civix-0.3.2-py3-none-any.whl
- Upload date:
- Size: 120.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1d1c2f74607280f4c8ea8e6935b90d6fb5e0d42444baa03d9fa837b752779f7
|
|
| MD5 |
ae55dcfb221603957c4137ac59b6f46b
|
|
| BLAKE2b-256 |
d6e573f31577c2413414163eb2445a87417414b8ea6e5c1a1c25c7b6c39b5da5
|
Provenance
The following attestation bundles were made for civix-0.3.2-py3-none-any.whl:
Publisher:
release.yml on mohamadalitellawi/civix
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
civix-0.3.2-py3-none-any.whl -
Subject digest:
a1d1c2f74607280f4c8ea8e6935b90d6fb5e0d42444baa03d9fa837b752779f7 - Sigstore transparency entry: 2063202552
- Sigstore integration time:
-
Permalink:
mohamadalitellawi/civix@84849b190b8aa87ebaa1205fa8b60c9bcbdd2517 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/mohamadalitellawi
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@84849b190b8aa87ebaa1205fa8b60c9bcbdd2517 -
Trigger Event:
push
-
Statement type: