{ "info": { "author": "ETS Developers", "author_email": "enthought-dev@enthought.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "======================================================\ngraphcanvas: interactive graph (network) visualization\n======================================================\n\ngraphcanvas is an library for interacting with visualizations of complex\ngraphs. The aim is to allow the developer to declare the graph by the\nsimplest means and be able to visualize the graph immediately.\n\nFor example::\n\n from graphcanvas.api import GraphView, graph_from_dict\n g = {'a':['b'], 'b':['c', 'd'], 'c':[], 'd':[]}\n GraphView(graph=graph_from_dict(g)).configure_traits()\n\n\nPrerequisites\n-------------\n\n* `NetworkX `_\n* `distribute `_\n* enable", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/enthought/graphcanvas/archive/4.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/enthought/graphcanvas", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "graphcanvas", "package_url": "https://pypi.org/project/graphcanvas/", "platform": "Windows", "project_url": "https://pypi.org/project/graphcanvas/", "project_urls": { "Download": "https://github.com/enthought/graphcanvas/archive/4.1.0.tar.gz", "Homepage": "https://github.com/enthought/graphcanvas" }, "release_url": "https://pypi.org/project/graphcanvas/4.1.0/", "requires_dist": null, "requires_python": "", "summary": "interactive graph visualization", "version": "4.1.0" }, "last_serial": 4086294, "releases": { "4.0.0": [], "4.0.2": [ { "comment_text": "", "digests": { "md5": "a40196ff035e49d8792857657f73cf11", "sha256": "40361da1f8c353c202a75d4e6a8de7ebd6655709af5734d073c3db6fefa91940" }, "downloads": -1, "filename": "graphcanvas-4.0.2.tar.gz", "has_sig": false, "md5_digest": "a40196ff035e49d8792857657f73cf11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6635, "upload_time": "2014-09-02T15:46:00", "url": "https://files.pythonhosted.org/packages/c2/45/8b3689d7c7f36e6d802c02da6b45d3f2ce59ffbccc6bc94963c92d5471a8/graphcanvas-4.0.2.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "39d7c07eabe6040fd9a78dfde61b9209", "sha256": "a0c8ab98f4232f7ff2b4b086f1692616a137cb6aa60814f946785a549d0c0549" }, "downloads": -1, "filename": "graphcanvas-4.1.0.tar.gz", "has_sig": false, "md5_digest": "39d7c07eabe6040fd9a78dfde61b9209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11734, "upload_time": "2018-07-20T16:19:21", "url": "https://files.pythonhosted.org/packages/af/fb/1757dc54896f1df4e6d22011db45e9bb952ce2b778e75e6d3ca1c74e7ded/graphcanvas-4.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39d7c07eabe6040fd9a78dfde61b9209", "sha256": "a0c8ab98f4232f7ff2b4b086f1692616a137cb6aa60814f946785a549d0c0549" }, "downloads": -1, "filename": "graphcanvas-4.1.0.tar.gz", "has_sig": false, "md5_digest": "39d7c07eabe6040fd9a78dfde61b9209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11734, "upload_time": "2018-07-20T16:19:21", "url": "https://files.pythonhosted.org/packages/af/fb/1757dc54896f1df4e6d22011db45e9bb952ce2b778e75e6d3ca1c74e7ded/graphcanvas-4.1.0.tar.gz" } ] }