NightMachinery / BrishGarden

BrishGarden uses Brish to serve an HTTP API that can execute interpreted code (that would otherwise need expensive startup costs) fast. It's also useful as a remote code executor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

A REST HTTP API for running zsh code, built on top of Brish.

Install

pip install -U brishgarden

Or install the latest version directly from git:

pip install git+https://github.com/NightMachinery/BrishGarden.git

To reinstall the latest version:

pip install git+https://github.com/NightMachinery/BrishGarden.git
pip install --no-deps --force-reinstall git+https://github.com/NightMachinery/BrishGarden.git

environment variables

BRISHGARDEN_N sets the number of Brishes started by default

About

BrishGarden uses Brish to serve an HTTP API that can execute interpreted code (that would otherwise need expensive startup costs) fast. It's also useful as a remote code executor.


Languages

Language:Python 100.0%