Skip to content

py-cod3r/Python-Developer-Assignment-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Developer-Assignment-

It is a simple python project to generate an UML diagram

In this we have generated UML Class Diagram from a single module.

python classdiagram.py animal > classdiagram.yuml

you can use VS Code and install yUML extension to be able to preview the class diagram.

UML Diagram

See https://yuml.me/ for more information on yUML format.

Testing

python -m pytest