Merge Bash script projects into a single output file
Project description
modash
modash merges Bash script projects into one file.
It resolves source dependencies without executing shell code during normal
compile. When a source path is genuinely runtime-dependent, modash also
provides an explicit observe -> review -> supplement workflow.
Install
python -m pip install modash
For source-tree development:
git clone https://github.com/nmehran/modash.git
cd modash
python -m pip install -e .
No external runtime dependencies are required.
Quick Start
Readable review output:
modash scripts/main.sh merged-context.sh
Runnable output for the supported Bash subset:
modash scripts/main.sh merged.sh --mode executable
If executable mode cannot prove a source site is safe to lower, it fails
before writing or overwriting the output file.
Output Modes
Context Mode
Context mode is the default. It writes dependency-first sections for the files
modash can resolve, preserves original source lines, and annotates resolved
relationships:
# modash: source ./dep.sh -> dep.sh
source ./dep.sh
Use context mode for review, debugging, and collecting complete shell-project context for another tool. It is not a runtime parity mode.
Executable Mode
Executable mode inlines sourced files at their source sites so supported parent
shell state remains Bash-equivalent: variables, functions, set state, current
directory, source arguments, repeated sources, and function-scoped sources.
The supported static subset includes exact paths, exact variables, safe path
commands and file producers, arrays, finite loops, modeled read loops,
branch-aware if and case source sites, child-shell source contexts, and
bounded source-bearing function calls.
See Supported Source Resolution for the current support matrix and fail-closed boundaries.
Runtime Observations
Runtime tracing is explicit because it runs the target script.
modash trace scripts/main.sh --output observation.json -- --flag
modash graph scripts/main.sh --from-observation observation.json --output runtime-graph.json
modash supplement scripts/main.sh --from-graph runtime-graph.json --output source-supplement.json
modash scripts/main.sh merged.sh --mode executable --source-supplement source-supplement.json
After reviewing a trusted graph, the compile step can self-supplement without writing the intermediate supplement file:
modash compile-observed scripts/main.sh merged.sh --from-graph runtime-graph.json
modash trace writes an observation JSON artifact. Current observations include
process provenance, resolved source events, linked source identities, sanitized
xtrace source provenance, schema 6 run metadata, recorded environment overlay
key names, and file fingerprints for stale-observation detection.
modash graph validates a trace observation and writes a trusted runtime source
graph. Graph edges link wrapper-observed source events to sanitized xtrace
provenance and fail closed if that trust link is missing, stale, or inconsistent
with the graph's process, file, edge, source identity, and fingerprint
invariants. Stale diagnostics name the file role and expected/current
fingerprint fields. It also writes a compact text review report beside the graph
by default.
modash supplement writes:
- a schema
1JSON source supplement candidate - an observation review report, defaulting to
OUTPUT.report.json
Generated supplements are exact data, not shell code. Review the graph,
supplement, and report before compiling with --source-supplement.
Generation covers finite observed helper shapes, including quoted $@ sources
and helper-local first-argument aliases such as:
local path=$1; shift; source "$path" "$@".
Observation reports can warn about unobserved source-capable sites, but one
traced run is not proof of every branch.
Runtime discovery still feeds deterministic compilation through an explicit
trusted graph artifact. For automation, observe-compile is an explicit
one-shot command that runs the target, writes the observation, trusted graph,
and review report artifacts, then compiles from that newly observed graph.
Normal compile never traces.
Commands
modash <entrypoint> <output> [--mode context|executable] [--source-supplement FILE]
modash trace <entrypoint> [--cwd DIR] [--env KEY=VALUE] [--output FILE] [--timeout SECONDS] [--] [args...]
modash graph <entrypoint> --from-observation observation.json --output runtime-graph.json [--report graph-review.txt]
modash supplement <entrypoint> (--from-observation observation.json [--report report.json] | --from-graph runtime-graph.json) --output source-supplement.json
modash compile-observed <entrypoint> <output> --from-graph runtime-graph.json
modash observe-compile <entrypoint> <output> --reviewed-graph-out runtime-graph.json [--observation-out observation.json] [--report graph-review.txt] [--cwd DIR] [--env KEY=VALUE] [--timeout SECONDS] [--] [args...]
Useful options:
--mode executable: write runnable output for the supported subset.--source-supplement FILE: provide exact values for runtime-dynamic source sites.trace --cwd DIR: run the target script from a specific directory.trace --env KEY=VALUE: add an environment overlay for the traced run.trace --timeout SECONDS: bound target execution. Default:30.graph --from-observation FILE: build a trusted source graph from a trace observation.graph --report FILE: choose the human-readable graph review report path.compile-observed --from-graph FILE: compile executable output using a trusted graph and an in-memory generated supplement.observe-compile --reviewed-graph-out FILE: explicitly run tracing, write review artifacts, and compile executable output from the newly observed graph.supplement --report FILE: choose the review report path.
Development
Run the local verification suite:
python -m unittest
python -m py_compile modash.py methods/*.py methods/regex/*.py test/*.py
git diff --check
Optional packaging checks:
python -m build --sdist --wheel --outdir dist
python -m twine check dist/*
Design notes live in docs.
License
This project is licensed under the Apache 2.0 License. See LICENSE.
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
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 modash-0.5.0.tar.gz.
File metadata
- Download URL: modash-0.5.0.tar.gz
- Upload date:
- Size: 120.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2121e71c32020cb05500e0718e1f1752c5444dd484a87b5138fd9b6d125da19
|
|
| MD5 |
ac9a4573eb64c5fbfbf2ec2ce1a4edb5
|
|
| BLAKE2b-256 |
fe95a5b0630c974d25920ff81289d26625afcae6c3a469632f67aa5b0b0df6d1
|
Provenance
The following attestation bundles were made for modash-0.5.0.tar.gz:
Publisher:
publish-pypi.yml on nmehran/modash
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
modash-0.5.0.tar.gz -
Subject digest:
f2121e71c32020cb05500e0718e1f1752c5444dd484a87b5138fd9b6d125da19 - Sigstore transparency entry: 1704746005
- Sigstore integration time:
-
Permalink:
nmehran/modash@1197cf30843bc6e728abceefb4a22f19ef19ba7f -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/nmehran
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@1197cf30843bc6e728abceefb4a22f19ef19ba7f -
Trigger Event:
release
-
Statement type:
File details
Details for the file modash-0.5.0-py3-none-any.whl.
File metadata
- Download URL: modash-0.5.0-py3-none-any.whl
- Upload date:
- Size: 127.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 |
2d410809819806cca398bd2023300d463721f89e75db12adf1c3999a367705c8
|
|
| MD5 |
e53efa75cb2c0b5d4433a38e6e1a7553
|
|
| BLAKE2b-256 |
932742b7738cde1efe0616cfcba88a9d46b44df49a409f9974ed4266454a04af
|
Provenance
The following attestation bundles were made for modash-0.5.0-py3-none-any.whl:
Publisher:
publish-pypi.yml on nmehran/modash
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
modash-0.5.0-py3-none-any.whl -
Subject digest:
2d410809819806cca398bd2023300d463721f89e75db12adf1c3999a367705c8 - Sigstore transparency entry: 1704746032
- Sigstore integration time:
-
Permalink:
nmehran/modash@1197cf30843bc6e728abceefb4a22f19ef19ba7f -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/nmehran
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@1197cf30843bc6e728abceefb4a22f19ef19ba7f -
Trigger Event:
release
-
Statement type: