plotly-presentation


Nameplotly-presentation JSON
Version 0.8.1 PyPI version JSON
download
home_pageNone
SummaryPython library to make it easier to plot using plotly
upload_time2024-10-31 20:10:28
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.8
licenseMIT
keywords plotly_presentation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Plotly Presentation

![Coverage Badge](docs/coverage.svg)

This repository is targeted data analysts building most of their analyses in python and exporting the graphs to a slide deck. 

## Inspiration
Most of the inspiration for the library is taken from the [Spotify Chartify](https://github.com/spotify/chartify) library.
Much of the callout inspiration is taken from think-cell.

## Adjusting the default to your preferences
Make a copy of the `_defaults` folder to your home folder and name it `.plotly_presentation` so the path name will be `~/.plotly_presentation/`.
Alternatively you can paste the folder to a destination of your choice and do the following command: `export PLOTLY_CONFIG_DIR=your_folder`.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plotly-presentation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "plotly_presentation",
    "author": null,
    "author_email": "Mathias N\u00f8rskov <mathiasnoerskov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/84/119d0453f1692b084e0b224817e7f57da99e441422bc0ca611de5cc20b7d/plotly_presentation-0.8.1.tar.gz",
    "platform": null,
    "description": "# Plotly Presentation\n\n![Coverage Badge](docs/coverage.svg)\n\nThis repository is targeted data analysts building most of their analyses in python and exporting the graphs to a slide deck. \n\n## Inspiration\nMost of the inspiration for the library is taken from the [Spotify Chartify](https://github.com/spotify/chartify) library.\nMuch of the callout inspiration is taken from think-cell.\n\n## Adjusting the default to your preferences\nMake a copy of the `_defaults` folder to your home folder and name it `.plotly_presentation` so the path name will be `~/.plotly_presentation/`.\nAlternatively you can paste the folder to a destination of your choice and do the following command: `export PLOTLY_CONFIG_DIR=your_folder`.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library to make it easier to plot using plotly",
    "version": "0.8.1",
    "project_urls": {
        "Homepage": "https://github.dev/mathiasDK/plotly_presentation"
    },
    "split_keywords": [
        "plotly_presentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27ad34d2207571f378b9ad461148e599d259e29fcf1daecc84a0002d30f427f5",
                "md5": "8b7aa07025a0bcf22742f4fe0031d9ba",
                "sha256": "1c338902a60247747fa02bc683fe75b9cddfb08aefc30ad1cc8cc16506442bf0"
            },
            "downloads": -1,
            "filename": "plotly_presentation-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b7aa07025a0bcf22742f4fe0031d9ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 18305,
            "upload_time": "2024-10-31T20:10:25",
            "upload_time_iso_8601": "2024-10-31T20:10:25.559911Z",
            "url": "https://files.pythonhosted.org/packages/27/ad/34d2207571f378b9ad461148e599d259e29fcf1daecc84a0002d30f427f5/plotly_presentation-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a84119d0453f1692b084e0b224817e7f57da99e441422bc0ca611de5cc20b7d",
                "md5": "95f7c5d63783e0bd98134db03a3323c1",
                "sha256": "1d8295e9c45764e31e4702d61de6da0a5fdf212fa3697ae3465ce5fbc7ba5d3e"
            },
            "downloads": -1,
            "filename": "plotly_presentation-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95f7c5d63783e0bd98134db03a3323c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 325167,
            "upload_time": "2024-10-31T20:10:28",
            "upload_time_iso_8601": "2024-10-31T20:10:28.274080Z",
            "url": "https://files.pythonhosted.org/packages/4a/84/119d0453f1692b084e0b224817e7f57da99e441422bc0ca611de5cc20b7d/plotly_presentation-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 20:10:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plotly-presentation"
}
        
Elapsed time: 1.64716s