2225f873e5
pycnite is 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.
4 lines
241 B
Text
4 lines
241 B
Text
pycnite is 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.
|