{ "info": { "author": "Philip Adzanoukpe", "author_email": "epigos@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Data Exploration with Matplotlib and D3.js\n\n[![Build Status](https://travis-ci.org/epigos/data-explorer.png)](https://travis-ci.org/epigos/data-explorer)\n[![PyPI version](https://badge.fury.io/py/dexplorer.svg)](https://badge.fury.io/py/dexplorer)\n\nThis is a small library built with Tornado, Matplotlib and Pandas to summarize and visualize any datasource in the browser.\n\nCurrently supports `Python 3.x`\n\nDemo\n------------\n\n![Demo](dexplorer/static/img/demo.png)\n\n\nInstallation\n------------\n\nTo install, simply:\n\n $ pip install dexplorer\n\nUsage\n-----\n\nStarting Data Explorer:\n\n from dexplorer import DataExplorer\n\n dte = DataExplorer()\n dte.read_csv('example.csv') # connect csv data source\n dte.start() # starts a new server on port 9011 by default;\n\nBasically this is how it works;\n\n1. Data is loaded using the `Pandas` library\n2. The server start with websocket support to the browser\n3. Descriptive summary (Descriptive Statistics) of columns is generated and sent through the socket and rendered in the browser.\n4. Distribution of values (`Boxplot` and `Barplot`) in each columns is then generated using `Matplotlib` and sent to the browser as `json`.\n5. `D3.js` is then used to render the `json` plot in the browser\n\n\nDocumentation\n-----------------\n\nDocumentation can be found [here]()\n\n\nRunning the Tests\n-----------------\n\nTo run tests\n\n python -m tornado.testing tests.functests", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/epigos/data-explorer", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "dexplorer", "package_url": "https://pypi.org/project/dexplorer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dexplorer/", "project_urls": { "Homepage": "https://github.com/epigos/data-explorer" }, "release_url": "https://pypi.org/project/dexplorer/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "View, summarize and visualize data in the browser", "version": "0.1.1" }, "last_serial": 2584822, "releases": { "0.1.1": [], "0.1.1rc0": [ { "comment_text": "", "digests": { "md5": "df1bd75ce22e13fc5332a2eeb3ac2d21", "sha256": "6ea03c7dd62fcd7a0339bd126f48a28c92cd75599180cafe8e8b9bcdab17978f" }, "downloads": -1, "filename": "dexplorer-0.1.1rc0.tar.gz", "has_sig": false, "md5_digest": "df1bd75ce22e13fc5332a2eeb3ac2d21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475602, "upload_time": "2017-01-19T12:49:26", "url": "https://files.pythonhosted.org/packages/a9/e6/70878b8ecec66282797321f8e077899efe88b415f6335496a9afc982e90c/dexplorer-0.1.1rc0.tar.gz" } ] }, "urls": [] }