0% found this document useful (0 votes)
5 views1 page

Pyplantuml

PyPlantUML is a Python package designed to generate UML diagrams for existing Python test cases and their libraries, aiding in understanding the test cases. The document outlines installation steps, dependencies, and common issues encountered while using the package, specifically related to the pylint package. It also provides a link to the official GitHub repository for further reference.

Uploaded by

ravic499
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Pyplantuml

PyPlantUML is a Python package designed to generate UML diagrams for existing Python test cases and their libraries, aiding in understanding the test cases. The document outlines installation steps, dependencies, and common issues encountered while using the package, specifically related to the pylint package. It also provides a link to the official GitHub repository for further reference.

Uploaded by

ravic499
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

PyPlantUML:

PyPlantUML python package helps to get UML diagram for existing python test case
and its respective libraries, thus it helps to understand the actual test case.
Please refer the "Sample UML Diagram" below for better understanding,

Sample UML Diagram


Without any further delay let us jump straight into it and get our hands dirty,
When I was using the package for the first time I have faced many issues and
overcome the same but when searching for solutions it was very limited. Hence I'm
sharing the problems faced and solutions for the same, so that it will help others
as well,

Please find below the steps to make it work,

Official git repository:


https://github.com/cb109/pyplantuml

Dependencies:
1. pylint (can be installed via pip)
2. plantuml (can be downloaded from the link http://plantuml.com/ under download
section)

Installation:
pip install pyplantuml
Issues faced:
Due to pylint package

You might also like