E-Invoice Mandate Lint - EU 2026
Runs the same checker as the npm package
@readystack/einvoice-mandate-linton a Node.js runtime that pip installs for you (nodejs-wheel-binaries) - no system Node.js needed. Your files are checked locally.
Lints UBL and CII invoice XML against EN 16931 and the national e-invoicing mandates that are live in 2026
Install
einvoice-mandate-lint file
Node 18+. The same 35 rules as the VS Code extension, from a terminal or CI.
Free
- Lint the invoice XML you have open - every EN 16931 core field plus the country mandate rules its CustomizationID and seller country select, reported with line numbers.
--ruleslists every rule
With a licence ($29 once)
- Scan every invoice XML in the workspace in one pass and export the findings as JSON, CSV or SARIF you keep and run in CI.
@readystack/einvoice-mandate-lint --dir ./templates --report html --out report.html
An EN 16931 / Peppol integration consultant reviews an invoice mapping at about $170 an hour.
Use from an AI agent (MCP)
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "einvoice-mandate-lint": { "command": "npx", "args": ["-y", "@readystack/einvoice-mandate-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.
Use in CI
- name: E-Invoice Mandate Lint - EU 2026
run: npx -y @readystack/einvoice-mandate-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/einvoice-mandate-lint --dir /work --ci)
The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Install (PyPI)
pip install readystack-einvoice-mandate-lint
einvoice-mandate-lint --help
Release files for readystack-einvoice-mandate-lint 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readystack_einvoice_mandate_lint-1.0.6.tar.gz | 20.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readystack_einvoice_mandate_lint-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 42.3 kB
Release files / readystack_einvoice_mandate_lint-1.0.6.tar.gz
| Download URL | readystack_einvoice_mandate_lint-1.0.6.tar.gz |
|---|---|
| Size | 20.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7311e65eab7b7123a52739d90a508d23f4a3114f17a11487383580fa53f3fcc1
|
|
BLAKE2b-256 checksum How to use checksums |
d3ad89edd6b03c85af8863404d877f9b36af6dc59c4c3576579007193a3e6bd7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / readystack_einvoice_mandate_lint-1.0.6-py3-none-any.whl
| Download URL | readystack_einvoice_mandate_lint-1.0.6-py3-none-any.whl |
|---|---|
| Size | 22.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cd62b1f9c4962aac532edb35a18ff4bc1b6a18d325d564e513072307a6398c1c
|
|
BLAKE2b-256 checksum How to use checksums |
bfd4179dd830cc24d2e8d7575390abc047f85301e7d5ab55cde91d4192e82ef5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|