No project description provided
Project description
Speakit
Installation
pip install speakit
Documentation
The module exports two functions:
from speakit import split_symbol, split_symbols
def split_symbol(symbol: str, numbers: bool = True, max_len: int = 0) -> str:
def split_symbols(symbols: List[str], numbers: bool = True, max_len: int = 0) -> List[str]:
Examples
split_symbol("999") == "nine nine nine"
split_symbol("99module_aTestCase") == "nine nine module a Test Case"
split_symbol("0_A1B2C3DEF99") == "zero A one B two C three D E F nine nine"
split_symbol("__init__") == "init"
split_symbol("99module_aTestCase", numbers=False, max_len=3) == "module a Test"
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file speakit-0.1.4-cp39-none-win_amd64.whl
.
File metadata
- Download URL: speakit-0.1.4-cp39-none-win_amd64.whl
- Upload date:
- Size: 110.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 134169a6f38014d29f6428963cbb480c517611fcbfc71b1a013a81b784cd23ce |
|
MD5 | 072ac77e402d0f85449377857bbd56a5 |
|
BLAKE2b-256 | f61148e0515ab4625248e94094b291491734d9f4d2ef696ee1400459676062ee |