Releases: objectionary/eo2py
Releases · objectionary/eo2py
version 0.1.7
Changelog
- Array literals
* ... *
are now translated to Python! - Added some tests for arrays
version 0.1.6
version 0.1.5
Changelog
- Most of Python API has been redesigned for the sake of simplicity of auto-generated files. See #28 for more details.
- Added 2 scripts to sandbox:
setup_python_env.sh
which created a Python virtual environment in thesandbox
directory if it doesn't already exist. It also downloads all the necessary dependencies to format and execute the generated Python code.run.sh
which compile the.eo
files ineo
directory and runs theapp.eo.py
file.
version 0.1.4
Changelog
- Updated Github Actions workflow to automatically publish Python package to PyPI.
- Fixed
bumpversion
breakingeo-parser
version
version 0.1.3
Changelog
- Updated Github Actions workflow to automatically publish Python package to PyPI.
version 0.1.2
Changelog
- Updated github workflow to automatically publish Python package to PyPI.
version 0.1.1
Changelog
- Updated workflow for publishing the Python package to PyPI
version 0.1.0
Changelog
- Initial version of the Python API required to run code generated with
eo2py-maven-plugin
- Initial version of the translator that takes XML files produced by
eo-parser
and produces semi-workable python code from them.