Skip to main content

Python interpreter for executable documents

Project description

🐍 Pyla

Python interpreter for executable documents

Build Status Code coverage Code style PyPI Docs

This is the Python implementation of an interpreter capable of interpreting executable documents defined in JSON using Stencila Schema.

Install

Pyla is available as a Python package,

pip3 install stencila-pyla

Use

Register Pyla so that it can be discovered by other executors on your machine,

python3 -m stencila.pyla register

Then, if you have executa installed then you can run it using the repl command and specifying python as the starting language,

executa repl python

Develop

setup

To install the packages needed for development, run make setup or,

pip3 install --user --upgrade -r requirements-dev.txt

Code formatting

We use Black to maintain a consistent code formatting style. To run it use black . or make format.

Running

There are two options to run the interpreter without installing this package (which can be useful when developing).

Use setup.py develop

Run python3 setup.py develop which will link this library into your site packages directory. You can then execute documents with the above command.

Change into stencila folder

You can run the interpreter as a module by changing into the stencila directory first, and then omitting the stencila namespace:

$ cd stencila
$ python3 -m pyla execute <inputfile> <outputfile> [parameters]

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

stencila-pyla-0.3.1.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

stencila_pyla-0.3.1-py3-none-any.whl (20.5 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