Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

sfuzzie-1.0.0-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page