Metadata-Version: 2.4
Name: requirementsGet
Version: 1.0.6
Summary: 读取指定路径下项目所用所有库，生成一个requirements.txt
Home-page: https://gitee.com/YSASM
Author: Ysasm
Author-email: 1613921123@qq.com
License: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

# requirementsGet

## 使用方法

```
import requirementsGet
requirementsGet.get("路径")
```
