{ "info": { "author": "Odile B\u00e9nassy", "author_email": "odile.benassy@u-psud.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "=============\nFrancy Widget\n=============\n\nFrancy Python adapter for representing graphs in Jupyter\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/zerline/francy-widget/master?filepath=demo_FrancyWidget.ipynb\n\nBased on Francy http://github.com/gap-packages/francy\n\n\nInstallation\n------------\n\nLocal install from source\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nDownload the source from the git repository::\n\n $ git clone https://github.com/zerline/francy-widget.git\n\nChange to the root directory and run::\n\n $ pip install --upgrade --no-index -v .\n\nFor convenience this package contains a [makefile](makefile) with this\nand other often used commands. Should you wish too, you can use the\nshorthand::\n\n $ make install\n\n# For JupyterLab\njupyter lab build\n\n# For Notebook\njupyter nbextension enable --py --sys-prefix jupyter_francy\n\n\nUsage\n-----\n\nOnce the package is installed, you can use it in Jupyter Notebook.\n\n from francy_widget import FrancyWidget\n import networkx\n g = network.PathGraph(3)\n w = FrancyWidget(g)\n w\n\nSee the `demo notebook `_.\n\nSage Usage\n----------\n\nThis package is usable also within the Sagemath environment:\n\nSee the `Sage example notebook `_.\n\n\nTests\n-----\n\nOnce the package is installed, you can use the Python test system\nconfigured in ``setup.py`` to run the tests::\n\n $ python -m doctest\n\nDocumentation\n-------------\n\nThe documentation of the package can be generated using\n``Sphinx`` installation::\n\n $ cd docs\n $ make html\n\nThanks\n------\nAll my thanks to Manuel Machado Martins for his excellent Francy package,\nto Sebastian Gutsche, Sylvain Corlay, Claus Fieker and Nicolas Thi\u00e9ry\nfor various help at different stages.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zerline/francy-widget", "keywords": "jupyter,widget,graph,francy", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "francy-widget", "package_url": "https://pypi.org/project/francy-widget/", "platform": "", "project_url": "https://pypi.org/project/francy-widget/", "project_urls": { "Homepage": "https://github.com/zerline/francy-widget" }, "release_url": "https://pypi.org/project/francy-widget/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Francy Widget for representing graphs", "version": "0.3.0" }, "last_serial": 5440902, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "31bba6891ac8d3dae45a3c2a784c9771", "sha256": "c71212cd96a6c76638022eb7de039e09a22815ec0a3dd607e3d760a05b048b87" }, "downloads": -1, "filename": "francy-widget-0.3.0.tar.gz", "has_sig": true, "md5_digest": "31bba6891ac8d3dae45a3c2a784c9771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82455, "upload_time": "2019-06-24T14:35:18", "url": "https://files.pythonhosted.org/packages/7c/90/1b64190824f85f1c7309d40da058885bef3454258f734ac986cea56f59e4/francy-widget-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31bba6891ac8d3dae45a3c2a784c9771", "sha256": "c71212cd96a6c76638022eb7de039e09a22815ec0a3dd607e3d760a05b048b87" }, "downloads": -1, "filename": "francy-widget-0.3.0.tar.gz", "has_sig": true, "md5_digest": "31bba6891ac8d3dae45a3c2a784c9771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82455, "upload_time": "2019-06-24T14:35:18", "url": "https://files.pythonhosted.org/packages/7c/90/1b64190824f85f1c7309d40da058885bef3454258f734ac986cea56f59e4/francy-widget-0.3.0.tar.gz" } ] }