Orange binding for Ewoks
Project description
ewoksorange
ewoksorange provides s desktop graphical interface for ewoks.
Install
python3 -m pip install ewoksorange[test]
When using Oasys instead of Orange3
python3 -m pip install --no-deps ewoksorange
python3 -m pip install ewokscore
python3 -m pip install AnyQt
python3 -m pip install oasys1
For the tests in an Oasys environment
python3 -m pip install ewokscore[test]
python3 -m pip install importlib_resources # python_version < "3.7"
Test
python3 -m pytest --pyargs ewoksorange.tests
Getting started
Launch the Orange canvas
ewoks-canvas /path/to/orange_wf.ows
or for an installation with the system python
python3 -m ewoksorange.canvas
or when Orange3 is installed
orange-canvas /path/to/orange_wf.ows --config orangewidget.workflow.config.Config
or for an installation with the system python
python3 -m orangecanvas /path/to/orange_wf.ows --config orangewidget.workflow.config.Config
Launch the Orange canvas using the Ewoks CLI
ewoks execute /path/to/ewoks_wf.json --engine orange
ewoks execute /path/to/orange_wf.ows --engine orange
or for an installation with the system python
python3 -m ewoks execute /path/to/ewoks_wf.json --engine orange
python3 -m ewoks execute /path/to/orange_wf.ows --engine orange
Launch the Orange canvas with the examples add-on
ewoks-canvas --with-examples
or alternatively install the example add-ons
python3 -m pip install src/ewoksorange/tests/examples/ewoks_example_1_addon
python3 -m pip install src/ewoksorange/tests/examples/ewoks_example_2_addon
and launch the Orange canvas with
ewoks-canvas /path/to/orange_wf.ows
or when Orange3 is installed
orange-canvas /path/to/orange_wf.ows
When removing an editable install, you may need to delete one file manually:
python3 -m pip install -e src/ewoksorange/tests/examples/ewoks_example_1_addon
python3 -m pip uninstall ewoks-example-1-addon
python3 -c "import site,os;os.unlink(os.path.join(site.getsitepackages()[0],'ewoks-example-1-addon-nspkg.pth'))"
Documentation
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
File details
Details for the file ewoksorange-0.1.4.tar.gz
.
File metadata
- Download URL: ewoksorange-0.1.4.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba7200f29c8753ceb03a521ee49d7d307279c1e6998a110e715117866ed88bca |
|
MD5 | bc3f5f4d222aafb4c8f8b1ccd23ef8f3 |
|
BLAKE2b-256 | bd71de9e74a4aa5f594165f9014a933a4619fffffe7e783f6188fe902ba71cbe |