{"library":"bytecode","type":"library","category":null,"description":"The `bytecode` library is a Python module designed to generate, analyze, and modify Python bytecode. It provides an abstract representation of bytecode that can be manipulated and then converted back into executable code objects. Currently at version 0.17.0, it is actively maintained with a regular release cadence, often introducing support for new Python versions and associated bytecode changes.","language":"python","status":"active","version":"0.17.0","tags":["bytecode","compiler","AST","low-level","code-generation"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install bytecode","imports":["from bytecode import Bytecode","from bytecode import Instr","from bytecode import ConcreteBytecode","from bytecode import ControlFlowGraph"]}],"homepage":null,"github":"https://github.com/MatthieuDartiailh/bytecode","docs":"https://bytecode.readthedocs.io/en/latest/","changelog":"https://github.com/MatthieuDartiailh/bytecode/blob/main/doc/changelog.rst","pypi":"https://pypi.org/project/bytecode/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.06,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/bytecode/compatibility"}}