This project serves a pretty unique use case, where you have output of the dis.dis() module in the form of disassembled bytecode: 0 LOAD_GLOBAL 0 (print) 2 LOAD_CONST 1 ('Hello,') 4 LOAD_CONST 2 ...
Project directory structure Project configuration using pyproject.toml GitHub actions workflows for testing, linting, type checking and publishing on pypi Many other project templates exist, check for ...