canvas-list


Namecanvas-list JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://github.com/satishlokkoju/deepview
SummaryA Canvas component that displays a view of data instances
upload_time2025-01-15 19:35:10
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.
            # CanvasList

A list view that displays all data instances, which is useful for exploring data with Canvas's built in filters and grouping interactions.

## Installation

```bash
pip install canvas_list
```


## 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-list",
    "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/ce/86/2cec731bae8b6f975edc4bda85472ce816f745ec44ca63ac4aee6fd1dfec/canvas_list-3.6.0.tar.gz",
    "platform": "Linux",
    "description": "# CanvasList\n\nA list view that displays all data instances, which is useful for exploring data with Canvas's built in filters and grouping interactions.\n\n## Installation\n\n```bash\npip install canvas_list\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 displays a view of data instances",
    "version": "3.6.0",
    "project_urls": {
        "Homepage": "https://github.com/satishlokkoju/deepview"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "656edbc2d55ddea8527af8640ecff4ee6a6cffda0bdf1d1543e626b85390935c",
                "md5": "a777e894584730335e0667cf8569588e",
                "sha256": "a5410e6a49817fff69b7dfd834630a7e31fae46de447b8d37badb0a419164087"
            },
            "downloads": -1,
            "filename": "canvas_list-3.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a777e894584730335e0667cf8569588e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 102808767,
            "upload_time": "2025-01-15T19:35:01",
            "upload_time_iso_8601": "2025-01-15T19:35:01.739596Z",
            "url": "https://files.pythonhosted.org/packages/65/6e/dbc2d55ddea8527af8640ecff4ee6a6cffda0bdf1d1543e626b85390935c/canvas_list-3.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce862cec731bae8b6f975edc4bda85472ce816f745ec44ca63ac4aee6fd1dfec",
                "md5": "dffb0fa713234bd21facaa9d4b308c41",
                "sha256": "5c67c8a85ab7311d32eb73903270a468d45395243783c6c304328cea13d3f2de"
            },
            "downloads": -1,
            "filename": "canvas_list-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dffb0fa713234bd21facaa9d4b308c41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1505283,
            "upload_time": "2025-01-15T19:35:10",
            "upload_time_iso_8601": "2025-01-15T19:35:10.294056Z",
            "url": "https://files.pythonhosted.org/packages/ce/86/2cec731bae8b6f975edc4bda85472ce816f745ec44ca63ac4aee6fd1dfec/canvas_list-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 19:35:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satishlokkoju",
    "github_project": "deepview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canvas-list"
}
        
Elapsed time: 1.29860s