File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,30 @@ to verify **bit-identical round-trips** and **cross-OS reproducibility**.
3030All demos are written in ** pure Python 3.12+** and require ** no shell scripts** .
3131They run identically on ** Linux** , ** macOS** , ** Windows (WSL / PowerShell)** ,
3232** Android (Termux)** , and ** iOS (Pyto)** .
33+ ---
34+
35+ Each demo prints its own status, progress, and SHA-256 summary.
36+ Large demos automatically clean up temporary files under the system temp folder.
37+
38+ 🧩 Requirements
39+
40+ Python 3.12 or later
41+
42+ paxect_core module importable
43+
44+ Optional: paxect CLI in PATH (for CLI comparison)
45+
46+ No extra dependencies required
47+
48+ 🌍 Notes
49+
50+ All output is in English for international readability.
51+
52+ Every container is verified via CRC32 + SHA-256.
3353
54+ For automation and real transfers, see PAXECT-Link.
3455
56+ For CI, run demo #09 on a 3-OS matrix to prove cross-platform determinism.
3557
3658
3759
You can’t perform that action at this time.
0 commit comments