Python interpreter for executable documents
Project description
🐍 Pyla
Python interpreter for executable documents
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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stencila-pyla-0.3.1.tar.gz.
File metadata
- Download URL: stencila-pyla-0.3.1.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0005f668b5ca0d1ebf9e34c37725101835f43292be34c363c4cea1931eed0cfc
|
|
| MD5 |
7852554f756ee9809586ef06c426b95f
|
|
| BLAKE2b-256 |
f1251e7059da2a2fc257af7daec36df67a9ac2f7329d1b5d9afcbef7f13b6255
|
File details
Details for the file stencila_pyla-0.3.1-py3-none-any.whl.
File metadata
- Download URL: stencila_pyla-0.3.1-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0f8bba3c83e1a8e0a83edc7563da6f90d3b7193b7678a1e363341c64267355
|
|
| MD5 |
a6ca66e7d170454b80ed5894bb6f0b77
|
|
| BLAKE2b-256 |
e74e9233e1e8ff12d8671c23048f9ebf19488229d42322554191dc08e9f19f3e
|