Skip to main content

A library to execute code

Project description

EXecutioner

Codacy Badge Build Build Docs codecov

A python library to execute untrusted code and evaluate the output.

Requirements

  • Python Libraries denoted by requirements.txt

  • FireJail (for FireJail Sandbox)

    sudo apt install firejail
    
  • The compilers/interpreters for the language of choice (default support: python3, C)

    sudo apt install gcc
    

INSTALLATION FOR DEV

  • Clone the repository.

  • make a virtual environment named 'venv' inside the repository. (Learn about venv)

    python -m venv venv
    
  • access the virtualenv

    source venv/bin/activate
    
  • install python dev dependencies

    pip install -r requirements.txt
    

Documentation

Documentation can be found at https://iCodeDevs.github.io/EXecutioner/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyExecutioner-0.0.14.tar.gz (25.2 kB view hashes)

Uploaded Source

Built Distribution

pyExecutioner-0.0.14-py3-none-any.whl (30.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page