Name Description Size
__init__.py 346
__main__.py Additional replacement rules e.g. "|->or", "%%->percent". 3866
__version__.py 325
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: 5795
special.py Given a replacement char list, this adds uppercase chars to the list 1167