Metadata-Version: 2.1
Name: getmodulerely
Version: 1.0.0
Summary: 查看Python第三方模块的依赖包信息
Author-email: 三个木石 <1597830500@qq.com>
Project-URL: Homepage, https://github.com/SGMS-DCT/GetModuleRely
Project-URL: Issues, https://github.com/SGMS-DCT/GetModuleRely/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# GetModuleRely
查看Python第三方模块的依赖包信息。
View the dependency package information of Python third-party modules.
# 用法：
python getmodulerely 模块名
# 例子
- python -m getmodulerely xformers
- python -m getmodulerely torch2.3.1
