72-wonderphi-ledger
Valuation
Generous asset valuation: $18,000,000,000. The listed price is the platform maximum; acquisition at valuation is handled by direct enquiry.
WonderPhi Ledger v1.0.0
WonderPhi Ledger v1.0.0
**25 batch recipes for banking, finance, and accounting
operations.** Emit WonderPhi Compute plans; run across every CPU
core.
You have 500 contractors to send 1099-NEC forms to. You don't script
a mail merge. You run:
python wpl-recipe.py pdf-1099-nec .\contractors --tag 2026
...and out comes contractors.plan.wpc.txt — one wkhtmltopdf render
per contractor, dispatched by
WonderPhi Compute.
What this is
Companion library to WonderPhi Compute.
Batch operations for CSV reconciliation, PDF form generation,
sanctions screening, and compliance archival.
- Library writes the plan. WonderPhi Compute runs the plan.
- Nothing here connects to a bank — it only reads a folder and writes
a .txt.
- Zero external Python dependencies. Standard library only.
- No network. No telemetry.
- Never modifies
wpc.exe. The 10 Commandments stay intact.
Recipes drive: Python stdlib (CSV / JSON), wkhtmltopdf (PDF),
tesseract (OCR), LibreOffice soffice (XLSX), certutil (hashes),
7z (archival).
The 25 Recipes
CSV Normalization (6): csv-dedupe, csv-sort-date, csv-total, csv-row-hash, csv-to-xlsx, csv-to-json
Compliance / OFAC (1): ofac-scan-csv (match every row against a local SDN name list)
PDF Generation (6): pdf-invoice-from-json, pdf-statement, pdf-receipt, pdf-payment-reminder, pdf-collection-letter, pdf-wire-instructions
Tax Forms (2): pdf-1099-nec, pdf-w2
OCR (2): ocr-receipt-each, ocr-invoice-each
ACH / NACHA (2): ach-nacha-validate, ach-nacha-summary
Reconciliation (1): csv-reconcile-2way (find unmatched entries against a reference file)
Currency / FX (1): csv-fx-convert (apply rate table to Amount column)
Rules / Categorization (1): csv-categorize-rules (regex-based)
Regulatory Archival (1): regulatory-hash (SHA-256 + timestamped audit trail)
Financial Schedules (2): depreciation-schedule, amortization-schedule
Run python wpl-recipe.py --list for the full table.
Examples
# Reconcile a bank export against the internal ledger python wpl-recipe.py csv-reconcile-2way .\bank_exports --tag .\internal_ledger.csv # Apply FX rates to a folder of foreign-currency transactions python wpl-recipe.py csv-fx-convert .\eu_txns --tag rates.csv # Generate 1099-NEC PDFs for the tax year python wpl-recipe.py pdf-1099-nec .\contractors --tag 2026 # OFAC-screen a customer CSV against a local SDN name list python wpl-recipe.py ofac-scan-csv .\customers --tag ofac_sdn.txt # Compute depreciation schedules for a folder of asset JSONs python wpl-recipe.py depreciation-schedule .\assets # Batch OCR paper receipts to text python wpl-recipe.py ocr-receipt-each .\receipts # Validate a folder of NACHA files (94-char record length, sequence) python wpl-recipe.py ach-nacha-validate .\ach_pending # Regulatory tamper-evident archive of a period's records python wpl-recipe.py regulatory-hash .\q3_2026_records --tag 2026Q3
Options
What's In The Box
72-wonderphi-ledger/ ├── wpl-recipe.py ← the generator (Python, stdlib only) ├── README.md ← this file ├── INDEX.md ← full recipe table └── LICENSE
Requires Python 3.8+ to generate a plan, WonderPhi Compute to run
it, and the tool for each recipe (wkhtmltopdf, tesseract,
soffice) on the operator's box.
Christopher Gabriel Brown · Inventor · Author · Visionary · cri-one.com
WonderPhi Ledger — Recipe Index
WonderPhi Ledger — Recipe Index
25 recipes. Generated from the registry in wpl-recipe.py.
Input model: All files — scan a folder for the matching extension.
Generate any of these with:
python wpl-recipe.py <recipe> <folder> [--tag VALUE] [--outdir DIR]
This archive contains 2 documents. The complete folder ships as the product.