__init__.py |
|
346 |
__main__.py |
Additional replacement rules e.g. "|->or", "%%->percent". |
3961 |
__version__.py |
|
325 |
py.typed |
|
0 |
slugify.py |
Truncate a string.
:param string (str): string for modification
:param max_length (int): output string length
:param word_boundary (bool):
:param save_order (bool): if True then word order of output string is like input string
:param separator (str): separator between words
:return:
|
6180 |
special.py |
Given a replacement char list, this adds uppercase chars to the list |
1222 |