An open API service indexing awesome lists of open source software.

https://github.com/uduse/maratus

A toolkit for developing and evaluating program synthesis algorithms.
https://github.com/uduse/maratus

Last synced: 27 days ago
JSON representation

A toolkit for developing and evaluating program synthesis algorithms.

Awesome Lists containing this project

README

        

# maratus
A toolkit for developing and evaluating program synthesis algorithms.

## Installation
`maratus` uses `pipenv` to manage dependencies. Make sure you have `pipenv` installed already.

To install dependencies:
```
git clone https://github.com/uduse/maratus
cd maratus
pipenv install --dev
```

Then do a sanity check:
```
pipenv run python sandbox.py
```