Metadata-Version: 2.4
Name: pythonic-fp-iterables
Version: 5.1.4
Summary: .. admonition:: Composing and iterating iterables
Keywords: iterables,iterators
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-fptools>=5.2.0
Requires-Dist: pythonic-fp-gadgets>=4.0.2
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-iterables/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp/projects/iterables.html
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-iterables
Provides-Extra: test

Pythonic FP - Tools for iterables
=================================

PyPI project
`pythonic-fp-iterators
<https://pypi.org/project/pythonic-fp-iterables>`_.

Library of functions for iterating iterables.

- Concatenating and merging iterables
- Dropping and taking values from iterables
- Reducing and accumulating iterables
- Assumptions

  - iterables are not necessarily iterators
  - at all times iterator protocol is assumed to be followed

    - all iterators are assumed to be iterable
    - for all iterators ``foo`` we assume ``iter(foo) is foo``

Part of the
`pythonic-fp
<https://grscheller.github.io/pythonic-fp/>`_
PyPI projects.

Documentation
-------------

Documentation and other links for this project are hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/projects/iterables.html>`_.

Copyright and License
---------------------

Copyright (c) 2023-2026 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

