# PyDepGraph
**Repository Path**: vencen/PyDepGraph
## Basic Information
- **Project Name**: PyDepGraph
- **Description**: PyDepGraph is a web application designed to display information about Python installed packages and their dependencies.
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-02-20
- **Last Updated**: 2024-02-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PyDepGraph
    [](https://shangfr-pydepgraph-app-gh2ivs.streamlitapp.com/)
**简体中文**🀄 | [English🌎](./README.en.md)
#### 原理介绍
首先,使用Pipdeptree获取Python项目依赖数据,然后使用Echarts Graph进行可视化,最后用Streamlit开发了一个线上的Web App。其中,包的分类标签使用了NetworkX内置的社区发现算法Girvan-Newman为依赖项之间的图网络划分社区。
PyDepGraph is a web application designed to display information about Python installed packages and their dependencies. 👇
PyDepGraph is a utility for displaying the installed python packages in form of a dependency tree.
|
|
|
|
| Community Detection | Pkgs Tree | Node Colors | Local File |