用于更新最终主机黑名单项目的中央存储库的工具。

list-fetcher的Python项目详细描述


这是包含用于更新central repository的工具的分支。

安装

$ pip3 install --user ultimate-hosts-blacklist-central-repo-updater

用法

sript可以称为uhb-central-repo-updateruhb_central_repo_updaterultimate-hosts-blacklist-central-repo-updater

usage: uhb_central_repo_updater [-h] [-m] [-p PROCESSES]

The tool to update the central repository of the Ultimate-Hosts-Blacklist
project.

optional arguments:
    -h, --help            show this help message and exit
    -m, --multiprocessing
                            Activate the usage of the multiprocessing.
    -p PROCESSES, --processes PROCESSES
                            The number of simulatenous processes to create and
                            use.

Crafted with ♥ by Nissar Chababy (Funilrys)

许可证

MIT License

Copyright (c) 2019 Ultimate-Hosts-Blacklist
Copyright (c) 2019 Nissar Chababy
Copyright (c) 2019 Mitchell Krog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

推荐PyPI第三方库


热门话题
Gson类中的java验证错误   If和elseif之间的java差异?   字典Java8地图。输入比较器   java连接到远程计算机以获得WMI支持   java如何使用改型处理JSON对象中的空值   在Java中使用Comparator时不可编译的源代码   java将Jar添加到JSP的运行时路径   带有随机对象的while循环的java大O时间复杂性   java可以在不考虑参数的情况下模拟方法吗?   java我有一个简单的代码,它不工作。无法修复错误“println”   向eclipse添加Xively java库   java是否可以启用本机代码的缓存?   全局变量如何在Java中的所有类之间共享要使用的语言环境?   Java内存游戏如何翻转单个卡?