Metadata-Version: 2.0
Name: plantuml
Version: 0.2.1
Summary: UNKNOWN
Home-page: https://github.com/dougn/python-plantuml/
Author: Doug Napoleone
Author-email: doug.napoleone+plantuml@gmail.com
License: BSD
Keywords: plantuml,uml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: httplib2

`Plantuml`_ is a library for generating UML diagrams from a simple text markup
language. 

This is a simple python remote client interface to a `plantuml`_ server using
the same custom encoding used by most other plantuml `clients`_. Python was
missing from the list, and while there are other plantuml python libraries,
like `sphinxcontrib-plantuml`_, they require downloading and installing the
java executable and spawning a shell subprocesses.

This client defaults to the public `plantuml server`_, but can be used against
any server.

Project Links:

* `Documentation <http://pythonhosted.org/plantuml/>`_
* `PyPi <https://pypi.python.org/pypi/plantuml>`_
* `GitHub <https://github.com/dougn/python-plantuml/>`_


.. _plantuml: http://plantuml.sourceforge.net/index.html
.. _clients: http://plantuml.sourceforge.net/running.html
.. _plantuml server: http://www.plantuml.com/plantuml/
.. _sphinxcontrib-plantuml: https://pypi.python.org/pypi/sphinxcontrib-plantuml


