Split long text
text –
length –
list of parts
typing.List[str]
:param split_separator :return:
Slice data over pages
data (typing.Iterable) – any iterable object
typing.Iterable
page (int) – number of page
int
limit (int) – items per page
sliced object