blip

Python to bytecode compiler.

https://github.com/bjpop/blip

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bernie Pope
Maintained by Bernie Pope

Compiles Python 3 source code to bytecode. The resulting bytecode is written to a '.pyc' file, compatible with the CPython implementation (the default Python interpreter).