Orange interface for World Bank Data Indicator and Climate APIs
Project description
[![Build Status](https://travis-ci.org/zidarsk8/orange3-data-sets.svg?branch=master)](https://travis-ci.org/zidarsk8/orange3-data-sets/builds) [![codecov.io](https://codecov.io/github/zidarsk8/orange3-data-sets/coverage.svg?branch=master)](https://codecov.io/github/zidarsk8/orange3-data-sets?branch=master) [![Code Climate](https://codeclimate.com/github/zidarsk8/orange3-data-sets/badges/gpa.svg)](https://codeclimate.com/github/zidarsk8/orange3-data-sets) [![Dependency Status](https://www.versioneye.com/user/projects/5739ad4fa0ca35005084183e/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5739ad4fa0ca35005084183e)
This is an example add-on for [Orange3](http://orange.biolab.si). Add-on can extend Orange either in scripting or GUI part, or in both. We here focus on the GUI part and implement a simple (empty) widget, register it with Orange and add a new workflow with this widget to example tutorials.
Installation
To install the add-on using pip just run
pip install –process-dependency-links -e .
or install with setup.py
python setup.py install
To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python’s site-packages directory), run
python setup.py develop
Documentation / widget help can be built by running
make html htmlhelp
from the doc directory.
Usage
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use
python -m Orange.canvas
The new widget appears in the toolbox bar under the section Example.
![screenshot](https://github.com/biolab/orange3-example-addon/blob/master/screenshot.png)
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
File details
Details for the file Orange3-Datasets-0.1.1.tar.gz
.
File metadata
- Download URL: Orange3-Datasets-0.1.1.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d6616c37838800464654fd5ee82541ffc4637e8d9c2e81c45daf36f68b2c27e |
|
MD5 | a13d04ef6adc76d1f25315e99e1fd5cc |
|
BLAKE2b-256 | 2b2d3286c3ebe8d62e24ca2004e779bb860fcc812a7f4d789a913b5dff70ad14 |