Pycnite
A collection of utilities for working with compiled Python bytecode.
Install / Use
/learn @google/PycniteREADME
pycnite
A collection of utilities for working with compiled Python bytecode.
This library adds pure Python, versioned parsers for the .pyc format, allowing tools that work with bytecode to have different host and target Python versions.
Currently supported target versions: 3.8, 3.9, 3.10, 3.11 and 3.12
