canvas-duplicates


Namecanvas-duplicates JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://github.com/satishlokkoju/deepview/
SummaryA Canvas component for inspecting potential duplicates in a dataset
upload_time2025-01-15 19:32:49
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.
            # CanvasDuplicates

A component that displays data duplicates based on a column prefixed `duplicates_`.
This column must contain lists of numbers that signal which duplicate group an item belongs to.

## Installation

```bash
pip install canvas_duplicates
```

## 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-duplicates",
    "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/26/00/eb8193a6d35644d9bff6514e196e6e28d2513ea62f0f3486060d4d5d2990/canvas_duplicates-3.6.0.tar.gz",
    "platform": "Linux",
    "description": "# CanvasDuplicates\n\nA component that displays data duplicates based on a column prefixed `duplicates_`.\nThis column must contain lists of numbers that signal which duplicate group an item belongs to.\n\n## Installation\n\n```bash\npip install canvas_duplicates\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 for inspecting potential duplicates in 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": "f443d02a5faa647dcf53c93c0e27ab98f30b4b1b962747a76c32c9d029b09685",
                "md5": "5056021bdde0303c754721c114402c4d",
                "sha256": "f922c77b7e73fc11d46d1d44e684e814ec02d7e4af0c1cf77cb42243bb574bf7"
            },
            "downloads": -1,
            "filename": "canvas_duplicates-3.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5056021bdde0303c754721c114402c4d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 66041465,
            "upload_time": "2025-01-15T19:32:42",
            "upload_time_iso_8601": "2025-01-15T19:32:42.032048Z",
            "url": "https://files.pythonhosted.org/packages/f4/43/d02a5faa647dcf53c93c0e27ab98f30b4b1b962747a76c32c9d029b09685/canvas_duplicates-3.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2600eb8193a6d35644d9bff6514e196e6e28d2513ea62f0f3486060d4d5d2990",
                "md5": "eb88d96178c5b327dcfd77bd5280396f",
                "sha256": "c7afd7bbd666eabfdf1a493ac32d88a59f31329b82a5e87d0144e72845e4a670"
            },
            "downloads": -1,
            "filename": "canvas_duplicates-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb88d96178c5b327dcfd77bd5280396f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1564752,
            "upload_time": "2025-01-15T19:32:49",
            "upload_time_iso_8601": "2025-01-15T19:32:49.817057Z",
            "url": "https://files.pythonhosted.org/packages/26/00/eb8193a6d35644d9bff6514e196e6e28d2513ea62f0f3486060d4d5d2990/canvas_duplicates-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 19:32:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satishlokkoju",
    "github_project": "deepview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canvas-duplicates"
}
        
Elapsed time: 0.71363s