chartpy


Namechartpy JSON
Version 0.1.14 PyPI version JSON
download
home_pagehttps://github.com/cuemacro/chartpy
Summarychartpy creates a simple easy to use API to plot in a number of great Python chart libraries
upload_time2024-04-10 10:36:39
maintainerNone
docs_urlNone
authorSaeed Amen
requires_pythonNone
licenseApache 2.0
keywords pandas chart plot plotly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            chartpy creates a simple easy to use API to plot in a number of great Python chart libraries like plotly (via cufflinks),
bokeh and matplotlib, with a unified interface. You simply need to change a single keyword to change which chart engine
to use (see below), rather than having to learn the low level details of each library. I've also created new stylesheets
and formatting to ensure that the default matplotlib styling looks more modern using Open Sans font. The library
also works well with Dash, plotly's web server library built on top of Flask.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cuemacro/chartpy",
    "name": "chartpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pandas, chart, plot, plotly",
    "author": "Saeed Amen",
    "author_email": "saeed@cuemacro.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/9c/8d63c806fa7529e96fd8a926dc1559e987fd52110de7a7e0d91a6e2e8e0c/chartpy-0.1.14.tar.gz",
    "platform": null,
    "description": "chartpy creates a simple easy to use API to plot in a number of great Python chart libraries like plotly (via cufflinks),\nbokeh and matplotlib, with a unified interface. You simply need to change a single keyword to change which chart engine\nto use (see below), rather than having to learn the low level details of each library. I've also created new stylesheets\nand formatting to ensure that the default matplotlib styling looks more modern using Open Sans font. The library\nalso works well with Dash, plotly's web server library built on top of Flask.\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "chartpy creates a simple easy to use API to plot in a number of great Python chart libraries",
    "version": "0.1.14",
    "project_urls": {
        "Homepage": "https://github.com/cuemacro/chartpy"
    },
    "split_keywords": [
        "pandas",
        " chart",
        " plot",
        " plotly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1068caa8742fa9589b4cb7c8816776d7cda2bfff4d16b452261268f2434b7b26",
                "md5": "2c2441c0b2dd835146c6d833498d261b",
                "sha256": "4607cf3895f2261254441431fbfe2bf97b2cf9d9c9973e84733db8cd934add2b"
            },
            "downloads": -1,
            "filename": "chartpy-0.1.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c2441c0b2dd835146c6d833498d261b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3958996,
            "upload_time": "2024-04-10T10:36:30",
            "upload_time_iso_8601": "2024-04-10T10:36:30.819047Z",
            "url": "https://files.pythonhosted.org/packages/10/68/caa8742fa9589b4cb7c8816776d7cda2bfff4d16b452261268f2434b7b26/chartpy-0.1.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e59c8d63c806fa7529e96fd8a926dc1559e987fd52110de7a7e0d91a6e2e8e0c",
                "md5": "c3bfaa2678d2785447f1fa510acb5b74",
                "sha256": "0b4246d7fca21a469616fac990a4cc3e6150183ad63dfbe56e6a8b81c74948c2"
            },
            "downloads": -1,
            "filename": "chartpy-0.1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "c3bfaa2678d2785447f1fa510acb5b74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3850946,
            "upload_time": "2024-04-10T10:36:39",
            "upload_time_iso_8601": "2024-04-10T10:36:39.509660Z",
            "url": "https://files.pythonhosted.org/packages/e5/9c/8d63c806fa7529e96fd8a926dc1559e987fd52110de7a7e0d91a6e2e8e0c/chartpy-0.1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 10:36:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cuemacro",
    "github_project": "chartpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chartpy"
}
        
Elapsed time: 0.27829s