This project is under development, do not use it in production environment. Only for testing purposes.
Supported language: Java, Python, C/C++ More languages are coming soon...
0.0.1
Python 2.7.10
It is recommended to run this in virtualenv.
If you use virtualenv run the following:
$ virtualenv venv
$ . venv/bin/activate
Install Sandbox-Pelican using pip:
$ pip install --editable .
Run Java code in sandbox:
$ sandbox java /path/to/file.java
Run C/C++ code in sandbox:
$ sandbox gcc /path/to/file.c
Run Python code in sandbox:
$ sandbox python /path/to/file.py
Help page:
$ sandbox --help
MIT
Free Software, Hell Yeah!