没有项目描述

repoupdater的Python项目详细描述


报告更新程序

GitHub ReleaseProject StageLicense

Build StatusProject MaintenanceGitHub Activity

Buy me a coffee

更新存储库中的依赖项。

此应用程序主要基于 Ludeeus在这个项目中,他大概占了90%以上!

安装

要安装,只需运行:

Requires Python version 3.5.3+

python3 -m pip install --upgrade repoupdater --user

示例

以下示例将不会提交任何内容,因为--test已启用。这个 有助于测试您是否拥有正确的回购协议,并在提交之前进行确认。

repoupdater --token AAAAAAAAAAAAAAAAAAAAA --repo timmo001/home-panel --apk --docker_path docker --test
Starting update sequence for timmo001/home-panel
Checking for apk updates
curl Already have the newest version 7.61.1-r1
git Already have the newest version 2.18.1-r0
yarn Already have the newest version 1.7.0-r0
apk-tools Already have the newest version 2.10.1-r0
bash Already have the newest version 4.4.19-r1
busybox Already have the newest version 1.28.4-r3
ca-certificates Already have the newest version 20171114-r3
nginx Already have the newest version 1.14.2-r0
nodejs-current Already have the newest version 9.11.1-r2
tzdata Already have the newest version 2018f-r0
:arrow_up: Updates tar to version 1.31-r0
Creating new commit in master for timmo001/home-panel
{'commit': Commit(sha="4085943979212b027cf7a8a92ed74501e8614e77"), 'content': ContentFile(path="docker/Dockerfile")}
Test was enabled, skipping commit

cli选项

paramaliasdescription
^{}^{}An GitHub Access token with ^{} permissions.
^{}^{}Name of the repo for the repository. eg. ^{}
^{}^{}Check for apk updates.
^{}^{}Check for pip updates.
^{}^{}If this flag is used commits will be omitted.
^{}^{}Print more stuff to the console.
^{}^{}Target version of apk packages, like ^{}.
^{}^{}Path to your ^{}. Leave this blank for the root directory.
^{}^{}Path to your python ^{}. Leave this blank for the root directory.
^{}^{}Creates a new release this argument require release version eg. ^{}.
^{}^{}Create a fork before creating a pull request, useful if you don't have access to the repo.
^{}^{}Create a PR instead of pushing directly to master.

链接

Contribution Guidelines

Code of Conduct

许可证

麻省理工学院许可证

版权所有(c)2019 timmo

兹免费准许任何人取得副本 本软件和相关文档文件(“软件”)的 在软件中不受限制,包括但不限于 使用、复制、修改、合并、发布、分发、再授权和/或出售 软件的副本,并允许软件的用户 在满足以下条件的情况下,可以这样做:

上述版权公告及本许可公告须包括在 软件的拷贝或大部分。

本软件按“原样”提供,无任何形式的保证,明示或 默示的,包括但不限于适销性保证, 为某一特定目的而健身。在任何情况下 作者或版权所有者应对任何索赔、损害或其他 责任,无论是在合同诉讼、侵权诉讼或其他诉讼中, 不属于或与本软件有关,或使用或与本软件的其他交易有关。 软件。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何将异步类的结果放入mainActivity EditText   java LDAP目录管理器服务提供,OutOfMemory   java Cassandra NoHostAvailableException,但仍存在活动节点   springboot应用程序的java启动线程   如果poll不一定返回第一项,那么java是ConcurrentLinkedQueue的好选择吗?   解析XML时JSON中出现java意外字符串   当'key'是两个整数时,如何输出Java HashMap键?   java为什么不显示在jsp页面中   java使用流式API转换映射列表中的值   JavaJPA+Spring:基于在持久化实体之前接收到的值,将外键列映射到ID   java如何使用selenium读取pdf文件   Canny之后的java对象提取   DSpace没有列出集合,java。lang.NumberFormatException:null   java我可以为数据库表主键设置一个最大值吗?   java如何定义Javadoc链接,可以通过单击   @java/spring中的SessionAttribute是否丢失数据?