gada

Python bridge to run code written in any language


License
MIT
Install
pip install gada==0.7a0

Documentation

gada

PyPI - Python Version Python package Documentation Status Codecov Code style: black contributions welcome

gada is a python package and command line tool that let you run code written in any language through a common interface.

Install

Using pip:

$ pip3 install gada

Documentation

Build the doc with:

$ make html

You can find the latest documentation on gada.readthedocs.io.

Testing

The test directory contains many tests that you can run with:

$ tox .

License

Licensed under the MIT License.