Version 0.7 released
Version 0.7 is released, and it contains some exiting updates. Among them:
- Bython is now a Python package! That means you can install it with setuptools, instead of the clunky Makefile used earlier. It is now also available on PyPI, so you should be able to install it via
pip
. - Support for importing bython modules in python via a new
bython_import
function. - Improvements in the Bython code generated by
py2by
, specifically the placement of closing braces - Several smaller improvements and bugfixes.