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.

Homepage:
https://github.com/google/pycnite
