symphony-duplicates


Namesymphony-duplicates JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/apple/ml-symphony
SummaryA Symphony component for inspecting potential duplicates in a dataset
upload_time2023-08-08 22:02:28
maintainer
docs_urlNone
authorApple
requires_python>=3.6
licenseApple Sample Code License
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SymphonyDuplicates

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 symphony_duplicates
```

## Usage

To learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).

## Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apple/ml-symphony",
    "name": "symphony-duplicates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,Widgets,IPython",
    "author": "Apple",
    "author_email": "dnikit-symphony-oss@group.apple.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/2a/b62a2651a173d671be393c854c30c1f813145fe1f5fcbae82beed1761b45/symphony_duplicates-1.0.2.tar.gz",
    "platform": "Linux",
    "description": "# SymphonyDuplicates\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 symphony_duplicates\n```\n\n## Usage\n\nTo learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).\n\n## Development\n\nTo learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).\n",
    "bugtrack_url": null,
    "license": "Apple Sample Code License",
    "summary": "A Symphony component for inspecting potential duplicates in a dataset",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/apple/ml-symphony"
    },
    "split_keywords": [
        "jupyter",
        "widgets",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fb0ea730c3393f21b2f806b6e57ffb798f6cb925ed93b92d702f0f636ab2912",
                "md5": "6c11584063ad1fbc5d1609e61bf24ec8",
                "sha256": "bf49ccb24106ddf1492ddd2407675c45fd9a3ac73e3e587d746e52d4604726de"
            },
            "downloads": -1,
            "filename": "symphony_duplicates-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c11584063ad1fbc5d1609e61bf24ec8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 9709433,
            "upload_time": "2023-08-08T22:02:23",
            "upload_time_iso_8601": "2023-08-08T22:02:23.866650Z",
            "url": "https://files.pythonhosted.org/packages/7f/b0/ea730c3393f21b2f806b6e57ffb798f6cb925ed93b92d702f0f636ab2912/symphony_duplicates-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb2ab62a2651a173d671be393c854c30c1f813145fe1f5fcbae82beed1761b45",
                "md5": "fbe27cabfac53c3a9c9013410ca3e039",
                "sha256": "bf9bd313aa392f76813d1512a2cc36eff0e13c7bfd897242d2d148163c9871b9"
            },
            "downloads": -1,
            "filename": "symphony_duplicates-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fbe27cabfac53c3a9c9013410ca3e039",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4873395,
            "upload_time": "2023-08-08T22:02:28",
            "upload_time_iso_8601": "2023-08-08T22:02:28.025123Z",
            "url": "https://files.pythonhosted.org/packages/eb/2a/b62a2651a173d671be393c854c30c1f813145fe1f5fcbae82beed1761b45/symphony_duplicates-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 22:02:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apple",
    "github_project": "ml-symphony",
    "github_not_found": true,
    "lcname": "symphony-duplicates"
}
        
Elapsed time: 0.10339s