Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Orange Canvas core workflow editor
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
docs | ||
|
|
orangecanvas | ||
|
|
.appveyor.yml | ||
|
|
.gitignore | ||
|
|
.readthedocs.yml | ||
|
|
.travis.yml | ||
|
|
LICENSE.txt | ||
|
|
MANIFEST.in | ||
|
|
README.txt | ||
|
|
appveyor.yml | ||
|
|
setup.cfg | ||
|
|
setup.py | ||
README.txt
Orange Canvas Core ================== Orange Canvas Core is is a framework for building graphical user interfaces for editing workflows. It is a component used to build the Orange Canvas (http://orange.biolab.si) data-mining application (for which it was developed in the first place). Installation ------------ Orange Canvas Core is pip installable (https://pip.pypa.io/), simply run:: pip install orange-canvas-core Or use the standard python distutils/setuptools commands:: python setup.py install to install from the source tarball.