plotlyshare


Nameplotlyshare JSON
Version 1.0.8 PyPI version JSON
download
home_pageNone
SummaryLink-based sharing of `plotly` plots with a private web app
upload_time2024-04-10 11:13:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords plotly interactive plot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `plotlyshare`
[![Downloads](https://static.pepy.tech/badge/plotlyshare)](https://pepy.tech/project/plotlyshare)

The purpose of this package is to provide a seamless way to share interactive `plotly` plots, providing a similar experience to google docs/etc. 

This requires a free account on deta space: https://deta.space, which is essentially a *personal* cloud computer *at no cost*.

The idea is to preserve the interactivity and responsiveness of `plotly` plots with the ease of **link-based sharing** and without all the hassle of sending an html file, or worse, a static image/document.

To use this, first run `python -m plotlyshare setup` and install [plotlyshare on deta space](https://deta.space/discovery/@pu239/plotlyshare) .
And then whenever making a plot,

```py
...
import plotly.express as px
import plotly.graph_objects as go
import plotlyshare
...
fig = px.line(...)
fig = go.Figure(...)
fig.show(renderer='plotlyshare')
```

and that's it, the package will upload your plot to your instance of plotlyshare running in deta space and assign it a randomly generated name (which can be edited from the app's page) 
It will print the name that was generated and the direct link to the plot, ready to share with anyone.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plotlyshare",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "plotly, interactive, plot",
    "author": null,
    "author_email": "plutonium239 <plutonium.239.811@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7c/39/839cd32f27300714c8ed293508358b7a60a1eb102df6e7fddf7426c37652/plotlyshare-1.0.8.tar.gz",
    "platform": null,
    "description": "# `plotlyshare`\n[![Downloads](https://static.pepy.tech/badge/plotlyshare)](https://pepy.tech/project/plotlyshare)\n\nThe purpose of this package is to provide a seamless way to share interactive `plotly` plots, providing a similar experience to google docs/etc. \n\nThis requires a free account on deta space: https://deta.space, which is essentially a *personal* cloud computer *at no cost*.\n\nThe idea is to preserve the interactivity and responsiveness of `plotly` plots with the ease of **link-based sharing** and without all the hassle of sending an html file, or worse, a static image/document.\n\nTo use this, first run `python -m plotlyshare setup` and install [plotlyshare on deta space](https://deta.space/discovery/@pu239/plotlyshare) .\nAnd then whenever making a plot,\n\n```py\n...\nimport plotly.express as px\nimport plotly.graph_objects as go\nimport plotlyshare\n...\nfig = px.line(...)\nfig = go.Figure(...)\nfig.show(renderer='plotlyshare')\n```\n\nand that's it, the package will upload your plot to your instance of plotlyshare running in deta space and assign it a randomly generated name (which can be edited from the app's page) \nIt will print the name that was generated and the direct link to the plot, ready to share with anyone.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Link-based sharing of `plotly` plots with a private web app",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/plutonium-239/plotlyshare",
        "Issues": "https://github.com/plutonium-239/plotlyshare/issues"
    },
    "split_keywords": [
        "plotly",
        " interactive",
        " plot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d4adaf480f0423f15dafb2bfe0adbc7f504e7f5524e576567c59a415d0e52cd",
                "md5": "e6679e8c3463e0a7e5133cacde8bb6aa",
                "sha256": "e5e916dcd2613d9dfd843ca15710204e44b67c6b6e6afcc0968472e2c2b6cc9e"
            },
            "downloads": -1,
            "filename": "plotlyshare-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6679e8c3463e0a7e5133cacde8bb6aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5811,
            "upload_time": "2024-04-10T11:13:47",
            "upload_time_iso_8601": "2024-04-10T11:13:47.171310Z",
            "url": "https://files.pythonhosted.org/packages/1d/4a/daf480f0423f15dafb2bfe0adbc7f504e7f5524e576567c59a415d0e52cd/plotlyshare-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c39839cd32f27300714c8ed293508358b7a60a1eb102df6e7fddf7426c37652",
                "md5": "1e6709b3d1fb123260118fe76f64f9b7",
                "sha256": "6c137180e665098d88051b09af5eca7ac480b0f52e36e9fca3aedc8c6f7af83d"
            },
            "downloads": -1,
            "filename": "plotlyshare-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "1e6709b3d1fb123260118fe76f64f9b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4695,
            "upload_time": "2024-04-10T11:13:49",
            "upload_time_iso_8601": "2024-04-10T11:13:49.357556Z",
            "url": "https://files.pythonhosted.org/packages/7c/39/839cd32f27300714c8ed293508358b7a60a1eb102df6e7fddf7426c37652/plotlyshare-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 11:13:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "plutonium-239",
    "github_project": "plotlyshare",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "plotlyshare"
}
        
Elapsed time: 0.20880s