Metadata-Version: 2.1
Name: ewoksorange
Version: 0.0.3a1
Summary: Orange binding for Ewoks
Home-page: https://gitlab.esrf.fr/workflow/ewoks/ewoksorange
Author: ESRF
Author-email: wout.de_nolf@esrf.fr
License: MIT
Project-URL: Source, https://gitlab.esrf.fr/workflow/ewoks/ewoksorange
Project-URL: Documentation, https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksorange
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksorange/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE.md

# EwoksOrange: Orange binding for Ewoks

## Install

```bash
python -m pip install ewoksorange[test]
```

## Test

```bash
pytest --pyargs ewoksorange.tests
```

## Getting started

Launch the Orange canvas with the examples Addon

```bash
python -m ewoksorange.canvas --with_example
```

or alternatively install the example Addon and launch the Orange canvas normally

```bash
python -m pip install ewoksorange/tests/examples/ewoks_example_1_addon
python -m pip install ewoksorange/tests/examples/ewoks_example_2_addon

python -m Orange.canvas
```

When removing an editable install, you may need to delete one file manually:

```bash
python -m pip install -e ewoksorange/tests/examples/ewoks_example_1_addon
python -m pip uninstall ewoks-example-1-addon
python -c "import site,os;os.unlink(os.path.join(site.getsitepackages()[0],'ewoks-example-1-addon-nspkg.pth'))"
```

## Documentation

https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksorange/


