Skip to main content

A code execution engine

Project description

It's Monolith, a code execution environment. You can run code in a variety of languages (Python / Golang / Cpp / Java / Javascript), and see the output.

Should you have any questions, please don't hesitate to ask mingzhe@nus.edu.sg.

Quickstart

Installation

pip install monolith-lib

Function Calls

from monolith import monolith

monolith = monolith.Monolith(backend_url='https://monolith.cool')

# 1) Submit code to Monolith (POST)
post_response = monolith.post_code_submit(
    lang = 'python3',
    libs = [],
    code = 'print("Hello, World!")',
    timeout = 10,
    profiling = False
)

# 2) Get async task_id from POST response
task_id = post_response['task_id']

# 3) Get code result from Monolith (GET)
get_response = monolith.get_code_result(task_id)
print(get_response)

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

monolith_lib-0.0.3.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file monolith_lib-0.0.3.tar.gz.

File metadata

  • Download URL: monolith_lib-0.0.3.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for monolith_lib-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4501fd15505ae7a4a808ecdc4718895147e06926de1ebef1eb79c62bde50f77b
MD5 b5e9cebbb01e9d23259970727505218c
BLAKE2b-256 3c5045430fac0abcf62d1de4651844c9ccc8df413b7279e4eab1fba59f96e666

See more details on using hashes here.

Supported by

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