文件名称:req-update:自动pip文件更新程序
文件大小:13KB
文件格式:ZIP
更新时间:2024-04-24 04:10:30
python cli pypi hacktoberfest Python
要求更新 req-update是一个CLI工具,用于自动更新requirements.txt列出的依赖项。 用法 req-update不需要命令行参数。 运行req-update将使其创建一个分支dep-update ,检查过期的软件包(与您当前安装的软件包相比),并提交一系列的单软件包更新提交。 $ req_update usage: req_update.py [-h] [-d] [-v] [--version] Update python dependencies for your project with git integration https://github.com/albertyw/req-update optional arguments: -h, --help show this help message and exit -d, --dryrun
【文件预览】:
req-update-master
----MANIFEST.in(76B)
----req_update()
--------__init__.py(0B)
--------py.typed(0B)
--------req_update.py(11KB)
--------tests()
----LICENSE(1KB)
----requirements-test.txt(158B)
----setup.py(2KB)
----README.md(2KB)
----.drone.yml(1016B)
----.gitignore(2KB)
----CHANGELOG.md(2KB)
----.coveragerc(121B)