simple fuzz functionality for python
Project description
sfuzzie
sfuzzie is a simple fuzz tree algorithem, provide fuzzing for words
example
from sfuzzie import fuzz
fuzzer = fuzz([
"hello world",
"fuzzing",
"fuling"
])
print(fuzzer.suggest("hel fu w"))
output:
[['hello'], ['fuzzing', 'fuling'], ['world']]
install
python3 -m pip3 install sfuzzie
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
sfuzzie-1.0.0.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file sfuzzie-1.0.0.tar.gz
.
File metadata
- Download URL: sfuzzie-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4dcb83916f45bd8447de31b3aeb682e5bb04fae03f4fc84447cd9cf030adec0d
|
|
MD5 |
e669e124382e018b53456dd4aa867f72
|
|
BLAKE2b-256 |
78b533fe6482aa2e78d29c1ddf0a928cba59ec090e7a51fcb19d760eb732a8c4
|
File details
Details for the file sfuzzie-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: sfuzzie-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9dc058193233aa0af8ce15308ccfc2da181ed9d4b125f16a59b7a52b3cdb6596
|
|
MD5 |
92fda87161a3dede2b28bfd558e7f86a
|
|
BLAKE2b-256 |
46644da04426a180becb96c70d0068adf2c81fec80fadbd860c560fdcf13095a
|