plotly-presentation


Nameplotly-presentation JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryPython library to make it easier to plot using plotly
upload_time2024-10-20 17:45:12
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.

## To come
Making it possible to install the library using `pip install`.

## 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/d9/4d/8c852f1b941731870069e570f27a751a940eb87d6542a353a5f54262783a/plotly_presentation-0.5.0.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.\n\n## To come\nMaking it possible to install the library using `pip install`.\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.5.0",
    "project_urls": {
        "Homepage": "https://github.dev/mathiasDK/plotly_presentation"
    },
    "split_keywords": [
        "plotly_presentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4abe06356702ed3396c7d1e65befce6d9f772d94fab52aa3fb29beffad8054b6",
                "md5": "566bc796943947f7fc32b6469c36cc94",
                "sha256": "7fce752760c1d88333513ae790dd27ed774c209916a2c8633aed918f7e1305d6"
            },
            "downloads": -1,
            "filename": "plotly_presentation-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "566bc796943947f7fc32b6469c36cc94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 13672,
            "upload_time": "2024-10-20T17:45:10",
            "upload_time_iso_8601": "2024-10-20T17:45:10.867950Z",
            "url": "https://files.pythonhosted.org/packages/4a/be/06356702ed3396c7d1e65befce6d9f772d94fab52aa3fb29beffad8054b6/plotly_presentation-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d94d8c852f1b941731870069e570f27a751a940eb87d6542a353a5f54262783a",
                "md5": "e0a304446a252a46602f1def9f8b38c2",
                "sha256": "53541e21dc72e3af1a32b7b044ff1a05cdcb87f6f34070540f05f35ea1284106"
            },
            "downloads": -1,
            "filename": "plotly_presentation-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0a304446a252a46602f1def9f8b38c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 25179,
            "upload_time": "2024-10-20T17:45:12",
            "upload_time_iso_8601": "2024-10-20T17:45:12.681119Z",
            "url": "https://files.pythonhosted.org/packages/d9/4d/8c852f1b941731870069e570f27a751a940eb87d6542a353a5f54262783a/plotly_presentation-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 17:45:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plotly-presentation"
}
        
Elapsed time: 0.35498s