Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 08:55
· 19 commits to main since this release
v0.5.0
0559fae

pycdc v0.5.0 — Python bytecode (pyc) disassembler & decompiler in Rust

Supports Python 2.0 – 3.15 pyc (CPython, PyPy and other implementations).

Highlights

  • CLI help redesign: name+version header, description, repository URL, Examples section; missing input defaults to help
  • 520/520 semantic pass on the 13-interpreter stdlib corpus; behavior matrix 516/516
  • Tag-triggered release CI with UPX-compressed Linux/Windows binaries (this release)

Install

  • cargo install pycdc
  • or download the binary for your platform below (Linux/Windows are UPX-compressed)

Verification: 520-module corpus (semantic 520/520, PASS=398 strict) + behavior matrix + cargo tests, on 13 interpreters (2.6–3.14).