A powerful generation tool
Project description
#GM's little generation tool !
##1.Description Generate sentence according to Regex Expression. Now only support signs like "{}()|".
##2.Tutorial Example:
from gmtool.re_generation import ReParse
regex='{你|我}好'
print(ReParse(regex).Parse())
Result:
['好', '你好', '我好']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gmtool-1.0.2.tar.gz
(4.0 kB
view details)
File details
Details for the file gmtool-1.0.2.tar.gz.
File metadata
- Download URL: gmtool-1.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb07bc5cac1f028fd4c6df2a57c1919b51a470c4668644a8151aa9e47c15846a
|
|
| MD5 |
6792a915d9d2468cc616c80f698201ac
|
|
| BLAKE2b-256 |
cad09516752fa79c6709c0ec666ae1cb4703bbedda333971f9b95817dced20f0
|