shinywidgets


Nameshinywidgets JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/rstudio/py-shinywidgets
SummaryRender ipywidgets in Shiny applications
upload_time2024-04-16 15:18:48
maintainerNone
docs_urlNone
authorCarson Sievert
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            shinywidgets
================

Render [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) inside a
[Shiny](https://shiny.rstudio.com/py) (for Python) app.

See the [Jupyter Widgets](https://shiny.rstudio.com/py/docs/ipywidgets.html) article on the Shiny for Python website for more details.

## Installation

```sh
pip install shinywidgets
```

## Development

If you want to do development on `{shinywidgets}`, run:

```sh
pip install -e ".[dev,test]"
cd js && yarn watch
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rstudio/py-shinywidgets",
    "name": "shinywidgets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Carson Sievert",
    "author_email": "carson@rstudio.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/33/d2880cfeca982ac10a976871dbb41f4644dacd1e5dee63cd04ab8a9bff8e/shinywidgets-0.3.2.tar.gz",
    "platform": "any",
    "description": "shinywidgets\n================\n\nRender [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) inside a\n[Shiny](https://shiny.rstudio.com/py) (for Python) app.\n\nSee the [Jupyter Widgets](https://shiny.rstudio.com/py/docs/ipywidgets.html) article on the Shiny for Python website for more details.\n\n## Installation\n\n```sh\npip install shinywidgets\n```\n\n## Development\n\nIf you want to do development on `{shinywidgets}`, run:\n\n```sh\npip install -e \".[dev,test]\"\ncd js && yarn watch\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Render ipywidgets in Shiny applications",
    "version": "0.3.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/rstudio/py-shinywidgets/issues",
        "Documentation": "https://github.com/rstudio/py-shinywidgets/",
        "Homepage": "https://github.com/rstudio/py-shinywidgets",
        "Source Code": "https://github.com/rstudio/py-shinywidgets/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69cad63be2e6d16304c7429d71c83b7f760f94b672da55e6b30b91bc0a9444d4",
                "md5": "b2259750a3e4d42a98dba7f60f6caac3",
                "sha256": "c3d1f1caa0e3daa9b66c6ab1bfae40aeda2fd45d697c4dedccd4a3c5f9cff613"
            },
            "downloads": -1,
            "filename": "shinywidgets-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2259750a3e4d42a98dba7f60f6caac3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1813143,
            "upload_time": "2024-04-16T15:18:46",
            "upload_time_iso_8601": "2024-04-16T15:18:46.694056Z",
            "url": "https://files.pythonhosted.org/packages/69/ca/d63be2e6d16304c7429d71c83b7f760f94b672da55e6b30b91bc0a9444d4/shinywidgets-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e33d2880cfeca982ac10a976871dbb41f4644dacd1e5dee63cd04ab8a9bff8e",
                "md5": "5f55729cd45bdd7d952770181e82fb7a",
                "sha256": "c5c767f6d4176f90bbcf756657d307d47b96e6efdd9535a33c8b0d7821068a89"
            },
            "downloads": -1,
            "filename": "shinywidgets-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5f55729cd45bdd7d952770181e82fb7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1803536,
            "upload_time": "2024-04-16T15:18:48",
            "upload_time_iso_8601": "2024-04-16T15:18:48.470353Z",
            "url": "https://files.pythonhosted.org/packages/8e/33/d2880cfeca982ac10a976871dbb41f4644dacd1e5dee63cd04ab8a9bff8e/shinywidgets-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 15:18:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rstudio",
    "github_project": "py-shinywidgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "shinywidgets"
}
        
Elapsed time: 0.22610s