Skip to main content

Python port of mudderjs

Project description

mudder-py

This library is a port of fasiha/mudderjs to Python.

From the original readme:

Generate lexicographically-spaced strings between two strings from pre-defined alphabets.

Example

Usage is nearly identical to the original:

from mudder import SymbolTable


hex_ = SymbolTable('0123456789abcdef')
hexstrings = hex_.mudder('ffff', 'fe0f', num_strings=3)
print(hexstrings)
# ['ff8', 'ff', 'fe8']

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

mudder-0.2.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

mudder-0.2.0-py3-none-any.whl (5.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