文件名称:urlfix:检查并修复过时的URL
文件大小:30KB
文件格式:ZIP
更新时间:2024-04-05 08:27:44
markdown development web https regex
urlfix:检查并修复过时的URL urlfix旨在查找给定文件中的所有过时URL并进行修复。 支持的文件格式 urlfix修复给定以下类型文件的URL: MarkDown(.md) 纯文本文件(.txt) 安装 安装最新版本的最简单方法如下: pip install urlfix 要安装开发版本: 打开终端/ CMD / Git bash / shell并输入 pip install git+https://github.com/Nelson-Gon/urlfix.git # or for the less stable dev version pip install git+https://github.com/Nelson-Gon/urlfix.git@dev 否则: # clone the repo git clone git@github.com:Nelson-
【文件预览】:
urlfix-master
----.travis.yml(225B)
----.readthedocs.yml(566B)
----changelog.md(3KB)
----docs()
--------source()
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
--------CONTRIBUTING.md(2KB)
--------CODE_OF_CONDUCT.md(1KB)
----testfiles()
--------replacement.txt(284B)
--------testurls.md(617B)
--------testurls.rst(846B)
--------urls.md(750B)
--------testinplace()
--------testdir()
--------testurls.txt(261B)
----_config.yml(26B)
----make.bat(774B)
----urlfix()
--------__init__.py(401B)
--------dirurlfix.py(2KB)
--------urlfix.py(6KB)
--------version.py(19B)
----LICENSE(1KB)
----setup.cfg(41B)
----codecov.yml(213B)
----requirements.txt(224B)
----setup.py(722B)
----.gitignore(188B)
----Makefile(648B)
----tests.py(5KB)
----README.md(5KB)
----scripts()
--------release.sh(1KB)
--------mkdocs.sh(1KB)