Demo¶
Highlights¶
Plural(singular:str, plural:str)
Represents a word as its singular and plural.
See more in domdf_python_tools.words.
PathPlus(*args, **kwargs)
Subclass of pathlib.Path with additional methods and a default encoding of UTF-8.
See more in domdf_python_tools.paths.
StringList( iterable:Iterable[String] =(), convert_indents:bool=False, )
A list of strings that represent lines in a multiline string.
See more in domdf_python_tools.stringlist.
See another example in the documentation for domdf_python_tools, which uses the ReadTheDocs Sphinx Theme.