Skip to content

SamuelMarks/python-plantuml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits behind dougn:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python-PlantUML

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.

Install

pip install git+https://github.com/SamuelMarks/python-plantuml#egg=plantuml

PS: At some point this newer version will be uploaded to PyPi, at which point you can do:

pip install plantuml

Command line help:

usage: plantuml.py [-h] [-o OUT] [-s SERVER] filename [filename ...]

Generate images from plantuml defined files using plantuml server

positional arguments:
  filename              file(s) to generate images from

optional arguments:
  -h, --help            show this help message and exit
  -o OUT, --out OUT     directory to put the files into
  -s SERVER, --server SERVER
                        server to generate from, defaults to plantuml.com

Project Links:

About

python interface to a plantuml web service instead of having to run java locally. http://plantuml.sourceforge.net/index.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%