{ "info": { "author": "Ethan W. Brown", "author_email": "ethan.w.brown@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Multimedia :: Graphics :: Presentation", "Topic :: Printing" ], "description": "graphscii\n=========\n\nPrint ASCII graphs in the terminal.\n\n.. image:: https://github.com/etano/graphscii/blob/master/examples/risk.png\n :alt: Risk graph\n :width: 100%\n :align: center\n\nInstallation\n------------\n\nThe easiest way to install is with pip::\n\n sudo pip install graphscii\n\nTo manually install, use::\n\n sudo python ./setup.py install\n\nUsage\n-----\n\nTo draw a graph, create a Graph object, add nodes and edges, and invoke the `draw()` method::\n\n from graphscii import Graph\n\n g = Graph()\n g.add_node('n0', pos=[0.1, 0.1])\n g.add_node('n1', pos=[0.9, 0.1])\n g.add_node('n2', pos=[0.5, 0.9])\n g.add_edge('n0', 'n1', label='e0')\n g.add_edge('n1', 'n2', label='e1')\n g.add_edge('n2', 'n0', label='e2')\n g.draw()\n\n.. image:: https://github.com/etano/graphscii/blob/master/examples/simple.png\n :alt: Simple triangle graph\n :width: 50%\n :align: center\n\nFor more examples, see the `examples` directory.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/etano/graphscii", "keywords": "graph ascii terminal print", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "graphscii", "package_url": "https://pypi.org/project/graphscii/", "platform": "", "project_url": "https://pypi.org/project/graphscii/", "project_urls": { "Homepage": "https://github.com/etano/graphscii" }, "release_url": "https://pypi.org/project/graphscii/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "Print ASCII graphs in the terminal", "version": "1.0.4" }, "last_serial": 3192906, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e2e3edbdc6cd3283224e861188c74717", "sha256": "487b1dd3df1f068f2f9d8f614e5c81a73b70f96b755883c50f9d877a5f39a597" }, "downloads": -1, "filename": "graphscii-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e2e3edbdc6cd3283224e861188c74717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3928, "upload_time": "2017-09-21T09:27:03", "url": "https://files.pythonhosted.org/packages/af/21/ff426a1f1b8a3caf1ba4d8b2f8365b362eed16dec124b45fde1ce18863a9/graphscii-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "345fddcb91ef222f22370a77517e0288", "sha256": "9aa1f8581033df16e3eb6c63cb707483ddb88f7ed22a26b8a8315d40db244e54" }, "downloads": -1, "filename": "graphscii-1.0.1.tar.gz", "has_sig": false, "md5_digest": "345fddcb91ef222f22370a77517e0288", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4335, "upload_time": "2017-09-21T10:05:22", "url": "https://files.pythonhosted.org/packages/c6/77/3d8ab60fd7e9f4d239a7840620d58fa22a51b724573f4082da4d06f44857/graphscii-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "bbf04bd8c79e54b2aeedfb8ef847ae45", "sha256": "9866f089ee673f819ffb67bf5a3b83536e9fc825da3733f9e9ddb0ddcb1e76b3" }, "downloads": -1, "filename": "graphscii-1.0.2.tar.gz", "has_sig": false, "md5_digest": "bbf04bd8c79e54b2aeedfb8ef847ae45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4344, "upload_time": "2017-09-21T15:25:54", "url": "https://files.pythonhosted.org/packages/46/df/cffe9dffa059d380f0822d8bdf6dadb205239a126f0093373ffbc4738406/graphscii-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "52cffbd7ca49c64ee93e9095b98ff6cf", "sha256": "1f0fb5cb540cffc3517d6addce8fc6926e9b8d06714d2f32a82f990895afdeb4" }, "downloads": -1, "filename": "graphscii-1.0.4.tar.gz", "has_sig": false, "md5_digest": "52cffbd7ca49c64ee93e9095b98ff6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4362, "upload_time": "2017-09-21T21:05:58", "url": "https://files.pythonhosted.org/packages/1e/2f/98a61d7e003ca0c31b54084e915c77c19c920749249750f9c58e9aa6f423/graphscii-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52cffbd7ca49c64ee93e9095b98ff6cf", "sha256": "1f0fb5cb540cffc3517d6addce8fc6926e9b8d06714d2f32a82f990895afdeb4" }, "downloads": -1, "filename": "graphscii-1.0.4.tar.gz", "has_sig": false, "md5_digest": "52cffbd7ca49c64ee93e9095b98ff6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4362, "upload_time": "2017-09-21T21:05:58", "url": "https://files.pythonhosted.org/packages/1e/2f/98a61d7e003ca0c31b54084e915c77c19c920749249750f9c58e9aa6f423/graphscii-1.0.4.tar.gz" } ] }