orange-canvas-core


Nameorange-canvas-core JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttp://orange.biolab.si/
SummaryCore component of Orange Canvas
upload_time2023-12-15 09:43:07
maintainer
docs_urlhttps://pythonhosted.org/orange-canvas-core/
authorBioinformatics Laboratory, FRI UL
requires_python>=3.6
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": "",
    "docs_url": "https://pythonhosted.org/orange-canvas-core/",
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bioinformatics Laboratory, FRI UL",
    "author_email": "contact@orange.biolab.si",
    "download_url": "https://files.pythonhosted.org/packages/e7/9a/db75d0554e11d208ea9ac7d845efa683ddd569ceb430d083da423f467de7/orange-canvas-core-0.2.0.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.0",
    "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": "560b07e40612d6863b48bea3a5c392f717d0685c010868d7e746c22ec2aeb774",
                "md5": "40d83716d80d174b723f1cb0bdbeb859",
                "sha256": "a1357d7b73bd55b680c3ebb10ec554c6fcc8ca081103e2ff7ed8be59c326e34d"
            },
            "downloads": -1,
            "filename": "orange_canvas_core-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40d83716d80d174b723f1cb0bdbeb859",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 515187,
            "upload_time": "2023-12-15T09:43:05",
            "upload_time_iso_8601": "2023-12-15T09:43:05.030828Z",
            "url": "https://files.pythonhosted.org/packages/56/0b/07e40612d6863b48bea3a5c392f717d0685c010868d7e746c22ec2aeb774/orange_canvas_core-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e79adb75d0554e11d208ea9ac7d845efa683ddd569ceb430d083da423f467de7",
                "md5": "3946550ca65717d3d7ae2ab418eecab2",
                "sha256": "28c10566401990386e0cfa40b6cfaef36e69e6914965bcabb0c5bf4b5000ae9e"
            },
            "downloads": -1,
            "filename": "orange-canvas-core-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3946550ca65717d3d7ae2ab418eecab2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 451388,
            "upload_time": "2023-12-15T09:43:07",
            "upload_time_iso_8601": "2023-12-15T09:43:07.522246Z",
            "url": "https://files.pythonhosted.org/packages/e7/9a/db75d0554e11d208ea9ac7d845efa683ddd569ceb430d083da423f467de7/orange-canvas-core-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 09:43:07",
    "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: 0.15922s