Metadata-Version: 2.1
Name: bluewhale-canvas-core
Version: 0.1.26
Summary: 蓝鲸核心
Home-page: https://bo.dashenglab.com/
Author: 大圣实验楼
Author-email: dashenglab@163.com
License: GPLv3
Project-URL: Bug Reports, https://github.com/biolab/orange-canvas-core/issues
Project-URL: Source, https://github.com/biolab/orange-canvas-core/
Project-URL: Documentation, https://orange-canvas-core.readthedocs.io/en/latest/
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: setuptools
Requires-Dist: AnyQt (>=0.0.13)
Requires-Dist: docutils
Requires-Dist: commonmark (>=0.8.1)
Requires-Dist: requests
Requires-Dist: cachecontrol[filecache]
Requires-Dist: pip (>=18.0)
Requires-Dist: dictdiffer
Requires-Dist: qasync
Requires-Dist: python-i18n
Requires-Dist: BlueWhale3-BlueWhale (>=0.0.52)
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: docbuild
Requires-Dist: sphinx ; extra == 'docbuild'
Requires-Dist: sphinx-rtd-theme ; extra == 'docbuild'

Orange Canvas Core
==================

.. image:: https://github.com/biolab/orange-canvas-core/workflows/Run%20tests/badge.svg
   :target: https://github.com/biolab/orange-canvas-core/actions?query=workflow%3A%22Run+tests%22
   :alt: Github Actions CI Build Status

.. image:: https://readthedocs.org/projects/orange-canvas-core/badge/?version=latest
   :target: https://orange-canvas-core.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Orange Canvas Core 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::

    pip install ./

to install from the sources.

Documentation
-------------

Some incomplete documentation is available at https://orange-canvas-core.readthedocs.io


