python-plantuml icon indicating copy to clipboard operation
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

Results 16 python-plantuml issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/dougn/python-plantuml/issues/11

Hi, I'm trying to get plantuml to create an SVG from a Plant UML file that has a file include in it Example Plant UML File: `my_yaml_file.puml`: ``` @startyaml my_yaml_file.yml...

Also, pass 'message' to super, so that it's displayed. (I suspect this has to do with Python 3 changes?)

Issues and pull requests are not accepted for long time - may be some of contributers should take over and create new release?

![cut6cda325b-d36d-4899-a106-c417083dfed5](https://user-images.githubusercontent.com/640846/118362077-a3a2a800-b596-11eb-81c5-c538e4377282.png) I checked the documents. There is a request for padding in the forum but padding options don't appear to be implemented. here's the video https://youtu.be/jPyV-7k4Bf4 running plantuml 0.3.0 on...

![image](https://user-images.githubusercontent.com/640846/118363428-f8492180-b59c-11eb-988f-108e3801b8f2.png) Here's the code: [Prototype design] lasts 15 days [Test prototype] lasts 10 days -- A poor as it lacks the ability to set a different -- -- start day...

Adding support for `console_scripts` to the setup.py will make this more easily accessible to non-python developers, as may happen in CI, for QA teams, etc. https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point It will also make...

PlantUML server returns errors as images. Trying to write `bytes` into a file that is opened in text mode breaks in Python 3.

I'm trying to use the plantuml-server that I puled and run locally on 8080. I guess the httplib2 doesn't support relative urls.

Creating a diagram on a custom server fails if you are missing the exact URL (see below). I suggest appending a trailing slash (and maybe the trailing `/uml`) if it...