{ "info": { "author": "John Bjorn Nelson", "author_email": "jbn@abreka.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: IPython", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.org/jbn/IPlantUML.svg?branch=master\n :target: https://travis-ci.org/jbn/IPlantUML\n\nWhat is it?\n===========\n\nThis Python package defines a `PlantUML `__ cell\nmagic for IPython. It lets you generate UML diagrams as inline SVG in\nyour notebook. I'll add embellishments as needed. But, for now, I just\nneeded something that worked and existed as a package (in pypi).\n\nI based my code on `Steven Burke `__'s\n`plantuml\ngist `__.\n\nInstallation\n------------\n\nFirst, install IPlantuml with pip.\n\n.. code:: sh\n\n pip install iplantuml\n\nThen, install plantuml. On Debian based system you can install plantuml\npackage. Otherwise you can download ``plantuml.jar`` and copy it to\n``/usr/local/bin/plantuml.jar``.\n\n.. code:: sh\n\n sudo apt install plantuml\n\nAlternatively you can set a custom path for plantuml.jar during\ninstallation\n\n.. code:: sh\n\n git clone https://github.com/jbn/IPlantUML.git\n cd IPlantUML\n python setup.py install iplantuml --jarpath /my/custom/path/plantuml.jar\n\nUsage\n-----\n\nIn Ipython, first,\n\n.. code:: python\n\n import iplantuml\n\nthen, create a cell like,\n\n::\n\n %%plantuml\n\n @startuml\n Alice -> Bob: Authentication Request\n Bob --> Alice: Authentication Response\n @enduml\n\nThe output will be the generated SVG UML diagram.\n\nBy default, the magic removes the intermediate (``tmp.uml``) and target\n(``tmp.svg``) files. However, if you enter a name in the ``%%plantuml``\nline, it retains both files of ``$name.uml`` and ``$name.svg``. For\nexample,\n\n::\n\n %%plantuml auth\n\n @startuml\n Alice -> Bob: Authentication Request\n Bob --> Alice: Authentication Response\n @enduml\n\ngenerates and retains ``auth.uml`` and ``auth.svg``.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jbn/iplantuml", "keywords": "jupyter", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "IPlantUML", "package_url": "https://pypi.org/project/IPlantUML/", "platform": "", "project_url": "https://pypi.org/project/IPlantUML/", "project_urls": { "Homepage": "https://github.com/jbn/iplantuml" }, "release_url": "https://pypi.org/project/IPlantUML/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Package which adds a PlantUML cell magic to IPython.", "version": "0.1.1" }, "last_serial": 3399027, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2a705da13da2a8fc84c7d9c0a529d3cc", "sha256": "6890d73d2569bf08f5abfb9bcdd5769896f60c81d64c21712e80cad6b4b37ec0" }, "downloads": -1, "filename": "IPlantUML-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2a705da13da2a8fc84c7d9c0a529d3cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1989, "upload_time": "2016-04-19T19:32:05", "url": "https://files.pythonhosted.org/packages/d1/9f/6aa93b46321510c41ee46f95d158457de2c62f61684b07b2ddf2f0b3e95d/IPlantUML-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c591c6ec25ab1973502a5d7e11622477", "sha256": "9d064d11df375169a1dd3bd9ef31dc69de8cd460ad988074f0b36d81ef1642ba" }, "downloads": -1, "filename": "IPlantUML-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c591c6ec25ab1973502a5d7e11622477", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2556, "upload_time": "2016-09-18T14:57:02", "url": "https://files.pythonhosted.org/packages/5d/e5/450f494a8ff01ac7c3bd1d2fe9034c9cea84017908699ab65f4985c279cc/IPlantUML-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "21441d0528aefcae06213183e22d132a", "sha256": "414948c0ac724c65fff97ed427b96ebe9089f895ea9f1a4800e25f03297a1110" }, "downloads": -1, "filename": "IPlantUML-0.0.4.tar.gz", "has_sig": false, "md5_digest": "21441d0528aefcae06213183e22d132a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2581, "upload_time": "2017-01-24T22:56:53", "url": "https://files.pythonhosted.org/packages/f2/6e/ef4365a626e65824ccdfa59b7ed8c07181400b90f5edfe1d0eefe7bbf412/IPlantUML-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "53aceae704919acaf9a2808230ec39e7", "sha256": "07962b8262a26f8f4517fc99789190fb34441bb79619ff368d950d9f621e5db3" }, "downloads": -1, "filename": "IPlantUML-0.0.5.tar.gz", "has_sig": false, "md5_digest": "53aceae704919acaf9a2808230ec39e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4910, "upload_time": "2017-05-11T12:03:46", "url": "https://files.pythonhosted.org/packages/b1/b0/49f4963087da8953d07dabb775e3fb4c754b716b5ed20b7fe5bff0924073/IPlantUML-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "1c3be49cbd978a2066a6b4969c5cb6c9", "sha256": "c8dacec41ae45dc5f76ac539074ed298c432b025d32bb0d9e1564dbcd11708f5" }, "downloads": -1, "filename": "IPlantUML-0.0.6.tar.gz", "has_sig": false, "md5_digest": "1c3be49cbd978a2066a6b4969c5cb6c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4958, "upload_time": "2017-09-16T00:37:09", "url": "https://files.pythonhosted.org/packages/34/da/b27e6c1899bd7f170390ba56b484720697760e934c6125ef2389dd1a4484/IPlantUML-0.0.6.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7b97d1d803c44bb345f709a1d0e202a4", "sha256": "8c82d8d1b3ea4d500a7fd46e3795ec75777cb5eb10d0f936504b7636fd0305d5" }, "downloads": -1, "filename": "IPlantUML-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7b97d1d803c44bb345f709a1d0e202a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5454, "upload_time": "2017-11-03T23:44:20", "url": "https://files.pythonhosted.org/packages/73/a9/6e6f5594dcd2cb7d91954e85bb0e3027978bf51e0c7048d385c42c98fc38/IPlantUML-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "198b30c84d65388a60787664c43df52a", "sha256": "0f86df712b6697f6d7499976af5c5a8572517a79c377b2ce0894951923223c5c" }, "downloads": -1, "filename": "IPlantUML-0.1.1.tar.gz", "has_sig": false, "md5_digest": "198b30c84d65388a60787664c43df52a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5479, "upload_time": "2017-12-07T22:00:15", "url": "https://files.pythonhosted.org/packages/10/b9/4db9b9ce81184d1d67f82284ca6131258b32f3f69376ee88aab5f7ff60a4/IPlantUML-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "198b30c84d65388a60787664c43df52a", "sha256": "0f86df712b6697f6d7499976af5c5a8572517a79c377b2ce0894951923223c5c" }, "downloads": -1, "filename": "IPlantUML-0.1.1.tar.gz", "has_sig": false, "md5_digest": "198b30c84d65388a60787664c43df52a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5479, "upload_time": "2017-12-07T22:00:15", "url": "https://files.pythonhosted.org/packages/10/b9/4db9b9ce81184d1d67f82284ca6131258b32f3f69376ee88aab5f7ff60a4/IPlantUML-0.1.1.tar.gz" } ] }