canvas-summary


Namecanvas-summary JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://github.com/satishlokkoju/deepview
SummaryA Canvas component that visualizes an overview of a dataset
upload_time2025-01-15 19:37:23
maintainerNone
docs_urlNone
authorSatish Lokkoju
requires_python>=3.8
licenseApache 2.0
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Canvas Summary Widget

A component that displays an overview of the provided dataset table.
To configure it, pass a list of `SummaryElement`.
One `SummaryElement` is defined as:

```
export interface SummaryElement {
    name: string;
    data: number | ChartData;
}
```

`ChartData` is defined as:

```
export interface ChartData {
    spec: VegaLiteSpec;
    data: Record<string, unknown>;
}
```

## Installation

```bash
pip install canvas_summary
```


## Usage

To learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/satishlokkoju/deepview",
    "name": "canvas-summary",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Jupyter, Widgets, IPython",
    "author": "Satish Lokkoju",
    "author_email": "satish.lokkoju@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/08/9b/8800f3ce2f45aedcd59d4f922db5f0cf6ec34985e3ede3ac6d146999610c/canvas_summary-3.6.0.tar.gz",
    "platform": "Linux",
    "description": "# Canvas Summary Widget\n\nA component that displays an overview of the provided dataset table.\nTo configure it, pass a list of `SummaryElement`.\nOne `SummaryElement` is defined as:\n\n```\nexport interface SummaryElement {\n    name: string;\n    data: number | ChartData;\n}\n```\n\n`ChartData` is defined as:\n\n```\nexport interface ChartData {\n    spec: VegaLiteSpec;\n    data: Record<string, unknown>;\n}\n```\n\n## Installation\n\n```bash\npip install canvas_summary\n```\n\n\n## Usage\n\nTo learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A Canvas component that visualizes an overview of a dataset",
    "version": "3.6.0",
    "project_urls": {
        "Homepage": "https://github.com/satishlokkoju/deepview"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fde57b6ba70e83dd941b8b53742a702a9325d74348fcfb437a167a5d900c1880",
                "md5": "95c9ed461dee91eaba07dc1f67649c2b",
                "sha256": "0e5ae38f0e130e776d95cd9e9b665850ec1d3a33f9578b4da5a7c3e71e242e09"
            },
            "downloads": -1,
            "filename": "canvas_summary-3.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95c9ed461dee91eaba07dc1f67649c2b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 74966428,
            "upload_time": "2025-01-15T19:37:16",
            "upload_time_iso_8601": "2025-01-15T19:37:16.950426Z",
            "url": "https://files.pythonhosted.org/packages/fd/e5/7b6ba70e83dd941b8b53742a702a9325d74348fcfb437a167a5d900c1880/canvas_summary-3.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "089b8800f3ce2f45aedcd59d4f922db5f0cf6ec34985e3ede3ac6d146999610c",
                "md5": "5d45f7cc887a7c36bc61a12819fb82f0",
                "sha256": "233915b0f6c0a05303d831d249404972a96bb60b2aeae527658634fedd1207db"
            },
            "downloads": -1,
            "filename": "canvas_summary-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5d45f7cc887a7c36bc61a12819fb82f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4027155,
            "upload_time": "2025-01-15T19:37:23",
            "upload_time_iso_8601": "2025-01-15T19:37:23.512973Z",
            "url": "https://files.pythonhosted.org/packages/08/9b/8800f3ce2f45aedcd59d4f922db5f0cf6ec34985e3ede3ac6d146999610c/canvas_summary-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 19:37:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satishlokkoju",
    "github_project": "deepview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canvas-summary"
}
        
Elapsed time: 2.13870s