python-plantuml
python-plantuml copied to clipboard
python interface to a plantuml web service instead of having to run java locally. http://plantuml.sourceforge.net/index.html
Installing the package with `pip install plantuml` and afterwards running it with `python -m plantuml` fails due to the missing `six` package which needs to be installed manually: ```bash python...
Because `setup.py` imports from `plantuml.py` and `plantuml.py` imports `httplib2`, executing setup script fails if `httplib2` is not already installed: ``` $ python3 -m venv tempenv $ ./tempenv/bin/pip install git+https://github.com/SamuelMarks/python-plantuml#egg=plantuml Collecting...
[.editorconfig] Init; [*.py] Docstring improvements; typo fix; Autoformat; [setup.py] Added Python 3
Documentation is now broken with the switch to a markdown README.md instead of a README.rst. This breaks the PyPi.org website as well. Pythonhosted should no longer be used for the...
Add 1 parameter for PlantUML.processes_file() encoding="utf8" for default file ecoding. And some little code refomat (auto by PyCharm)