recheck的Python封装层
Python wrapper for recheck
需要去recheck官方页面安装recheck二进制可执行文件然后把二进制路径放到环境变量RECHECK_EXECUTABLE里
You need to go to the recheck official page to install the recheck binary executable and then add the binary path to the environment variable RECHECK_EXECUTABLE.
唯一API:
Only API:
import recheck
c = recheck.Rechecker() # 这会拉起一个recheck agent
c.check("\\w+_\\w+_\\w+$") # 或者(regex, flags)
(<Complexity.POLYNOMIAL: 4>, 4)
返回Complexity枚举值(良序的)与多项式次数,可以直接tuple比较(比如check_result < (recheck.Complexity.POLYNOMIAL,2)
Returns a well-ordered Complexity enumeration value and its polynomial degree, which can be directly compared using a tuple (e.g., check_result < (recheck.Complexity.POLYNOMIAL, 2)).
与recheck官方无任何关联
Not related to the original/official recheck project.
不保证检验的准确性,本库对此不负责
The accuracy of the inspection is not guaranteed, and this program is not responsible for it.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recheck_python-0.0.1.tar.gz.
File metadata
- Download URL: recheck_python-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9d039e3f648cf2f5302c0591bab7ba1ea4b714c4863de9586fec4a67271dedf
|
|
| MD5 |
1d222217895e4cd2e103b886fcce2053
|
|
| BLAKE2b-256 |
69a04ba362a8c56baa92779912b7731593e37c9336c2e5cc6bc256de6274dccd
|
File details
Details for the file recheck_python-0.0.1-py3-none-any.whl.
File metadata
- Download URL: recheck_python-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ad9d65d1b2b8fe83b8714ad713aab57d031b79b882f95addc58d00b5db69a8c
|
|
| MD5 |
f401f3485154686bafca4cea74b28a4a
|
|
| BLAKE2b-256 |
452829f8f95b64bfccb5348301a04d1371a8e7c62e20f95983d1ca71bc655a04
|