Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ksn38/OOPgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script shows Python/PHP/Java/TypeScript OOP-classes/interfaces from any framework in html file and builds inheritance graph for them.

USAGE:

python OOPgraph.py <path to library>

Node color is related to the size of file. Node size is related to the number of subclasses. The number in parentheses is the minimal number of subclasses:

pandas core(> 1): pandas https://www.youtube.com/watch?v=9mvCWagbnlk

airflow (> 1): airflow https://www.youtube.com/watch?v=d3ZvfsNEc9M

pydantic (> 1): pydantic https://www.youtube.com/shorts/Md0ELp2BNeI

urllib3: urllib3 https://www.youtube.com/shorts/7T8cFFL2-Ss

About

Inheritance graph for Python/PHP/Java/TypeScript OOP-classes/interfaces from any framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages