A simple CLI to run ASP Chef recipes
Project description
ASP Chef CLI
A simple CLI to run ASP Chef, in headed or headless mode.
Install
The suggested way is via pip:
$ pip install asp-chef-cli
$ playwright install
Docker is another option (headed mode needs extra parameters):
$ docker run malvi/asp-chef-cli
$ docker run --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" malvi/asp-chef-cli
Usage
Run with one of the following commands:
$ python -m asp_chef_cli --help
$ docker run malvi/asp-chef-cli --help
Add the recipe (an ASP Chef sharable URL) with the option --url
(quote the URL as it contains characters like # that breaks bash and other terminals).
The headless mode can be activated with the flag --headless
(always active in the docker image).
Possibly change the default browser used by playwright with the option --browser
.
Finally, give a command to execute:
run
simply runs the recipe as it is;run-with
runs the recipe with the input replaced by the one specified either with the option--input
or via the prompt.
The flag --help
can be specified after a command to get a list of arguments for that command.
Examples
Let us consider this simple recipe with no input and guessing the atom world
.
The recipe can be run headless by giving the following command:
$ python -m asp_chef_cli --headless --browser=chromium --url="https://asp-chef.alviano.net/#eJxtkNuOgjAQhl+plNUsl4srUKIQEXu6s+Ch2CIJIpan33bdRC/2ajKnf/75DibtRBt69QLNiUGSbkfJyawRsFAUqqFKMEBNpxl5TNz1YvzXC7w6ee5xHfUV3PWoTRWDauRbq+X3ck82MpfpJf/ePXhZGS6Bn+mltyo3MGvYLS8Z5AsAGVzOuN5AppGtr+Vqkd6rGBtGi07AD6dRchIZBk+nkgQXbr0gOUrhh2BPgqEyaH4w6VTHwfjuldFwFMlF5m1hauL8ZVfhV69cn9We1Ff3w7r5Gu1dW38op4famy/8tOcJGH5vtfjGNDaouRo3x4iaOF2/aT1ZURhNFGZ30Wag0pFlW0z/8vNDw0nRMRgBxwup4Mh0NPGSAep9OgaW5flOIR4YdD8XRxuHOsbDizkOjtgLfgC4qpvc%21" run
EMPTY MODEL
§
world.
It is possible to specify a different input as follows:
$ python -m asp_chef_headless --headless --browser=chromium --url="https://asp-chef.alviano.net/#eJxtkNuOgjAQhl+plNUsl4srUKIQEXu6s+Ch2CIJIpan33bdRC/2ajKnf/75DibtRBt69QLNiUGSbkfJyawRsFAUqqFKMEBNpxl5TNz1YvzXC7w6ee5xHfUV3PWoTRWDauRbq+X3ck82MpfpJf/ePXhZGS6Bn+mltyo3MGvYLS8Z5AsAGVzOuN5AppGtr+Vqkd6rGBtGi07AD6dRchIZBk+nkgQXbr0gOUrhh2BPgqEyaH4w6VTHwfjuldFwFMlF5m1hauL8ZVfhV69cn9We1Ff3w7r5Gu1dW38op4famy/8tOcJGH5vtfjGNDaouRo3x4iaOF2/aT1ZURhNFGZ30Wag0pFlW0z/8vNDw0nRMRgBxwup4Mh0NPGSAep9OgaW5flOIR4YdD8XRxuHOsbDizkOjtgLfgC4qpvc%21" run-with --input "hello."
hello.
§
hello.
world.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file asp_chef_cli-0.1.10.tar.gz
.
File metadata
- Download URL: asp_chef_cli-0.1.10.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.6.8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8c42f723bf66b42eb093dc771aa34206e4560c3e4d50aad041056f7e85a20ef |
|
MD5 | 8ddf99f3ec5f7a13c4adde7938ee6906 |
|
BLAKE2b-256 | 2c37a46243161707e02c4631d0de196d021279d299c1119361bd12e7eda64be7 |
File details
Details for the file asp_chef_cli-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: asp_chef_cli-0.1.10-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.6.8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ac99b610dc04517619cea06b16472eab47cc1a8a3f4a56c4003f5c59650e9c |
|
MD5 | 620e8adafe06b6ba6ea6d5a05096a3bd |
|
BLAKE2b-256 | f0c5193a9ea821c4afc0dc6b4795809edf63a874435732525dfe5f7f1087254b |