| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| __init__.pyi | |||||
| more.py | |||||
| more.pyi | |||||
| py.typed | |||||
| recipes.py | |||||
| recipes.pyi |
"""More routines for operating on iterables, beyond itertools""" from .more import * # noqa from .recipes import * # noqa __version__ = '10.3.0'
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| __init__.pyi | |||||
| more.py | |||||
| more.pyi | |||||
| py.typed | |||||
| recipes.py | |||||
| recipes.pyi |