文件名称:netwell:检查以确定是否一切正常
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-30 17:17:09
Python
欢迎来到Netwell! 安装 需要Python 3: $ pip install netwell 快速开始 给定一个netwell校验文件checks.py: from netwell . checkers import URL , DNS , Port , Repo , Path URL ( 'http://fsf.org' ) \ . redirects_to ( 'https://www.fsf.org/' ) \ . title_matches ( 'Free Software Foundation' ) \ . has_header ( 'Content-Type' , 'text/html;charset=utf-8' ) Port ( 'fsf.org' , 443 ). ssl_valid_for ( days = 3000 ) DNS ( '
【文件预览】:
netwell-master
----README.rst(2KB)
----netwell()
--------__init__.py(523B)
--------checkers.py(9KB)
--------command.py(706B)
----.travis.yml(117B)
----tox.ini(405B)
----example()
--------checks.py(642B)
----setup.py(5KB)
----tests()
--------test_checkers.py(260B)
----.gitignore(238B)