@hackage blip0.2.1
Python to bytecode compiler.
Categories
License
BSD-3-Clause
Maintainer
Bernie Pope <florbitous@gmail.com>
Links
Versions
Installation
Dependencies (0)
- base >=4 && <5
- bliplib >=0.2 && <0.3
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- filepath >=1.3 && <1.4
- language-python >=0.4 && <0.5 Show all…
Dependents (1)
@hackage/acme-everything
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).