pycnite

Python bytecode utilities

Apache 2.0 10 个版本 Python >=3.8
安装
pip install pycnite
poetry add pycnite
pipenv install pycnite
conda install pycnite
描述

CI PyPI - Wheel

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