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.1.2.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file mudder-0.1.2.tar.gz
.
File metadata
- Download URL: mudder-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ff62a456278996ec10f74f1199095a94450ade37ffdf1ac99f8434b7015547a |
|
MD5 | ae6ffe88f8ee62535c47e8013ea67bfb |
|
BLAKE2b-256 | 28b0983a930342ddf9f7fa7d5ed82da5036440a39c2cbd6acad9b12e7b40b776 |
File details
Details for the file mudder-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mudder-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2e39be47d1f0a626b4e4af6ec0e487387c13d4bd95402edb11c2b7417b4f7bb |
|
MD5 | 0f37be6b35b2ddddcc08a97ea76cad36 |
|
BLAKE2b-256 | 91ad2dcb84af9ac97f36d6e7723c9c3a81203bf53baaa89b4db105b5ad828d40 |