symphony-vega


Namesymphony-vega JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/apple/ml-symphony
SummaryA Symphony component that can be passed vega specs to be rendered
upload_time2023-08-08 22:05:29
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.
            # SymphonyVega

A Vega component that displays a list of Vega-Lite specs.
Specs can be provided via the prop `vega_elements`.
If you want to access data from the table, simply provide `"values": "arrow_table"` to the data property of the Vega spec.

## Installation

```bash
pip install symphony_vega
```

## 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-vega",
    "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/9e/c1/de2637ec74828d8de9797b820a58c7e5fc18af405750ad03fbf7c72554e2/symphony_vega-1.0.2.tar.gz",
    "platform": "Linux",
    "description": "# SymphonyVega\n\nA Vega component that displays a list of Vega-Lite specs.\nSpecs can be provided via the prop `vega_elements`.\nIf you want to access data from the table, simply provide `\"values\": \"arrow_table\"` to the data property of the Vega spec.\n\n## Installation\n\n```bash\npip install symphony_vega\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 that can be passed vega specs to be rendered",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/apple/ml-symphony"
    },
    "split_keywords": [
        "jupyter",
        "widgets",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b58c1a14c2f3a6bf48971b7fa25ab11c54cc37e68ee418697c5f61f15f57b8c",
                "md5": "f8c392471411ae6fdbf31d67df0ec7f0",
                "sha256": "ac444d09b47c53b7427559a300dbf35d5c5f3606701ebc6b908697cfe9ccb860"
            },
            "downloads": -1,
            "filename": "symphony_vega-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8c392471411ae6fdbf31d67df0ec7f0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 10772251,
            "upload_time": "2023-08-08T22:05:25",
            "upload_time_iso_8601": "2023-08-08T22:05:25.421638Z",
            "url": "https://files.pythonhosted.org/packages/4b/58/c1a14c2f3a6bf48971b7fa25ab11c54cc37e68ee418697c5f61f15f57b8c/symphony_vega-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec1de2637ec74828d8de9797b820a58c7e5fc18af405750ad03fbf7c72554e2",
                "md5": "866bedcb1235b13d8476fc5bf47c4b85",
                "sha256": "e7cf49cb81134ec484083043c094f4129e7df3eca5d29c7601b352df0859c9b0"
            },
            "downloads": -1,
            "filename": "symphony_vega-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "866bedcb1235b13d8476fc5bf47c4b85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5943865,
            "upload_time": "2023-08-08T22:05:29",
            "upload_time_iso_8601": "2023-08-08T22:05:29.424768Z",
            "url": "https://files.pythonhosted.org/packages/9e/c1/de2637ec74828d8de9797b820a58c7e5fc18af405750ad03fbf7c72554e2/symphony_vega-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 22:05:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apple",
    "github_project": "ml-symphony",
    "github_not_found": true,
    "lcname": "symphony-vega"
}
        
Elapsed time: 0.09553s