{ "info": { "author": "Doug Napoleone, Samuel Marks, Evandro Coan", "author_email": "doug.napoleone+plantuml@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "###Python-PlantUML\n\n[Plantuml](http://plantuml.sourceforge.net/index.html) is a library for\ngenerating UML diagrams from a simple text markup language.\n\nThis is a Python 3 simplified implementation. For Python 2 see:\n\n1. https://github.com/dougn/python-plantuml\n1. https://github.com/SamuelMarks/python-plantuml\n\nThis is a simple python remote client interface to a\n[plantuml](http://plantuml.sourceforge.net/index.html) server using the\nsame custom encoding used by most other plantuml\n[clients](http://plantuml.sourceforge.net/running.html). Python was\nmissing from the list, and while there are other plantuml python\nlibraries, like\n[sphinxcontrib-plantuml](https://pypi.python.org/pypi/sphinxcontrib-plantuml),\nthey require downloading and installing the java executable and spawning\na shell subprocesses.\n\nThis client defaults to the public [plantuml server](http://www.plantuml.com/plantuml/),\nbut can be used against any server.\n\n\n###Install\n\n pip install git+https://github.com/SamuelMarks/python-plantuml#egg=plantuml\n\nPS: At some point this newer version will be uploaded to PyPi, at which point you can do:\n\n pip install plantuml\n\nOr by cloning it locally and running `python setup.py install` or `python setup.py develop` to\ninstall it on development mode.\n\n\n###Command line help:\n\nTo quick test it, you can run `python all/plantuml.py test/test.wsd`\n\nTo see all the command line options run `python all/plantuml.py --help`\n\n\n## Sublime Text Dependency\n\nTo use this as a Package Control Dependency https://packagecontrol.io/docs/dependencies create\nthis `dependencies.json` file on the root of your Package:\n```json\n{\n \"*\": {\n \"*\": [\n \"PlantUmlConnection\"\n ]\n }\n}\n```\n\n\n###Project Links:\n\n- [Documentation](http://pythonhosted.org/plantuml/)\n- [PyPi](https://pypi.python.org/pypi/plantuml)\n- [GitHub](https://github.com/dougn/python-plantuml/)\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/evandroforks/PlantUmlConnection", "keywords": "plantuml_connection", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "plantuml_connection", "package_url": "https://pypi.org/project/plantuml_connection/", "platform": "", "project_url": "https://pypi.org/project/plantuml_connection/", "project_urls": { "Homepage": "https://github.com/evandroforks/PlantUmlConnection" }, "release_url": "https://pypi.org/project/plantuml_connection/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.0.3" }, "last_serial": 3579139, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9f036cb52b5bd3082e5bdad3a7b08e63", "sha256": "0b721efdbda3eef0d01a27375d57f6b88d16ddc1a8e5ed55e8a57def3c5381e5" }, "downloads": -1, "filename": "plantuml_connection-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9f036cb52b5bd3082e5bdad3a7b08e63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11035, "upload_time": "2018-02-13T17:47:10", "url": "https://files.pythonhosted.org/packages/0e/9f/dda743dd5e7d6029b5ae342d92df314b3921b95c63a9ae952e40ee72afda/plantuml_connection-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d21dcf9ba984e63baef2a1dbe8d0cc3f", "sha256": "35dc24dbe6d4ea04d061d95a88b7b77ce00bf249585305a09a25c878701d3a57" }, "downloads": -1, "filename": "plantuml_connection-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d21dcf9ba984e63baef2a1dbe8d0cc3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126, "upload_time": "2018-02-13T18:05:24", "url": "https://files.pythonhosted.org/packages/4c/00/823e9c5b5c3865679c17c72bc25c9a0a5de2f4fadceddc649c958ccf1ef3/plantuml_connection-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d7ce7a4ec6873aaa3c73168041ea9970", "sha256": "86ba1c0686f595941d3b1373cb5b4c8a72a20894caa0efbe5305bb147d0acd8c" }, "downloads": -1, "filename": "plantuml_connection-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d7ce7a4ec6873aaa3c73168041ea9970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11125, "upload_time": "2018-02-13T18:08:15", "url": "https://files.pythonhosted.org/packages/74/a7/18e0c95f52e6dc84a065e8c1a6eeefb1cc490253dbac2139b00940cf79a0/plantuml_connection-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d964e88b61f85aa38b87d395b9d4d17c", "sha256": "737e55902f3716f3a1156632011d911fb38806f0c4c09271e3333a457560eaa8" }, "downloads": -1, "filename": "plantuml_connection-1.0.3.tar.gz", "has_sig": false, "md5_digest": "d964e88b61f85aa38b87d395b9d4d17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11288, "upload_time": "2018-02-13T18:13:07", "url": "https://files.pythonhosted.org/packages/5c/4f/043110dd2d01e8ba593df1f2d0b706e3d4bdad62d6de5e0a4061713e7148/plantuml_connection-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d964e88b61f85aa38b87d395b9d4d17c", "sha256": "737e55902f3716f3a1156632011d911fb38806f0c4c09271e3333a457560eaa8" }, "downloads": -1, "filename": "plantuml_connection-1.0.3.tar.gz", "has_sig": false, "md5_digest": "d964e88b61f85aa38b87d395b9d4d17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11288, "upload_time": "2018-02-13T18:13:07", "url": "https://files.pythonhosted.org/packages/5c/4f/043110dd2d01e8ba593df1f2d0b706e3d4bdad62d6de5e0a4061713e7148/plantuml_connection-1.0.3.tar.gz" } ] }