orange-canvas-core


Nameorange-canvas-core JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttp://orange.biolab.si/
SummaryCore component of Orange Canvas
upload_time2024-10-16 19:40:01
maintainerNone
docs_urlhttps://pythonhosted.org/orange-canvas-core/
authorBioinformatics Laboratory, FRI UL
requires_python>=3.9
licenseGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "http://orange.biolab.si/",
    "name": "orange-canvas-core",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/orange-canvas-core/",
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bioinformatics Laboratory, FRI UL",
    "author_email": "contact@orange.biolab.si",
    "download_url": "https://files.pythonhosted.org/packages/a9/71/92002e212d0911bf664b56bc1728c5fe23c7ab1fab7f0a197f276abeabe0/orange_canvas_core-0.2.4.tar.gz",
    "platform": null,
    "description": "Orange Canvas Core\n==================\n\n.. image:: https://github.com/biolab/orange-canvas-core/workflows/Run%20tests/badge.svg\n   :target: https://github.com/biolab/orange-canvas-core/actions?query=workflow%3A%22Run+tests%22\n   :alt: Github Actions CI Build Status\n\n.. image:: https://readthedocs.org/projects/orange-canvas-core/badge/?version=latest\n   :target: https://orange-canvas-core.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\nOrange Canvas Core is a framework for building graphical user\ninterfaces for editing workflows. It is a component used to build\nthe Orange Canvas (http://orange.biolab.si) data-mining application\n(for which it was developed in the first place).\n\n\nInstallation\n------------\n\nOrange Canvas Core is pip installable (https://pip.pypa.io/), simply run::\n\n    pip install orange-canvas-core\n\nOr use the::\n\n    pip install ./\n\nto install from the sources.\n\nDocumentation\n-------------\n\nSome incomplete documentation is available at https://orange-canvas-core.readthedocs.io\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Core component of Orange Canvas",
    "version": "0.2.4",
    "project_urls": {
        "Bug Reports": "https://github.com/biolab/orange-canvas-core/issues",
        "Documentation": "https://orange-canvas-core.readthedocs.io/en/latest/",
        "Homepage": "http://orange.biolab.si/",
        "Source": "https://github.com/biolab/orange-canvas-core/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97de67dc94f6ecdab61bd53b008380ed0521cc877fbf07eefe6ddf0738dabfba",
                "md5": "2388346ca97837ea659256c9e793a319",
                "sha256": "1375537867000c00b2b58c30b2a4b54d7e7f0a0f9dcd1de0006ec4c359f89df3"
            },
            "downloads": -1,
            "filename": "orange_canvas_core-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2388346ca97837ea659256c9e793a319",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 533421,
            "upload_time": "2024-10-16T19:39:57",
            "upload_time_iso_8601": "2024-10-16T19:39:57.685555Z",
            "url": "https://files.pythonhosted.org/packages/97/de/67dc94f6ecdab61bd53b008380ed0521cc877fbf07eefe6ddf0738dabfba/orange_canvas_core-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a97192002e212d0911bf664b56bc1728c5fe23c7ab1fab7f0a197f276abeabe0",
                "md5": "0a3d71cef6388efa58e76b8476978f72",
                "sha256": "837ea1eb11b644685dd75fb7acba962022ef7cd7ebc5998c3921565c9612c8ec"
            },
            "downloads": -1,
            "filename": "orange_canvas_core-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0a3d71cef6388efa58e76b8476978f72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 484311,
            "upload_time": "2024-10-16T19:40:01",
            "upload_time_iso_8601": "2024-10-16T19:40:01.144569Z",
            "url": "https://files.pythonhosted.org/packages/a9/71/92002e212d0911bf664b56bc1728c5fe23c7ab1fab7f0a197f276abeabe0/orange_canvas_core-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 19:40:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "biolab",
    "github_project": "orange-canvas-core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "orange-canvas-core"
}
        
Elapsed time: 1.36562s