Name | pythonic-fp.iterables JSON |
Version |
4.0.0
JSON |
| download |
home_page | None |
Summary | Library of functions for iterating iterables. |
upload_time | 2025-07-16 19:07:59 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
iterables
iterators
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Pythonic FP - Tools for iterables
PyPI project
[pythonic-fp.iterators](https://pypi.org/project/pythonic-fp.iterables/)
implementing a Python library of functions for iterables and iterators.
- Concatenating and merging iterables
- Dropping and taking values from iterables
- Reducing and accumulating iterables
#### Info:
This library assumes that at all times iterator protocol
is followed. This means that all iterators are iterable and
that ``iter(some_iterator) is some_iterator``.
#### Note:
Iterables are not necessarily iterators.
This PyPI project is part of of the grscheller
[pythonic-fp namespace projects](https://github.com/grscheller/pythonic-fp/blob/main/README.md).
## Documentation
Documentation for this PyPI projects is hosted on
[GitHub Pages](https://grscheller.github.io/pythonic-fp/iterators/API/development/build/html/releases.html).
## Copyright and License
Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "pythonic-fp.iterables",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "iterables, iterators",
"author": null,
"author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
"download_url": "https://files.pythonhosted.org/packages/a4/91/19e68a6de7960346f169eb812653739c2f4e23ea71c5c7717678a3776648/pythonic_fp_iterables-4.0.0.tar.gz",
"platform": null,
"description": "# Pythonic FP - Tools for iterables\n\nPyPI project\n[pythonic-fp.iterators](https://pypi.org/project/pythonic-fp.iterables/)\nimplementing a Python library of functions for iterables and iterators.\n\n- Concatenating and merging iterables\n- Dropping and taking values from iterables\n- Reducing and accumulating iterables\n\n#### Info:\n\nThis library assumes that at all times iterator protocol\nis followed. This means that all iterators are iterable and\nthat ``iter(some_iterator) is some_iterator``.\n\n#### Note:\n\nIterables are not necessarily iterators.\n\nThis PyPI project is part of of the grscheller\n[pythonic-fp namespace projects](https://github.com/grscheller/pythonic-fp/blob/main/README.md).\n\n## Documentation\n\nDocumentation for this PyPI projects is hosted on\n[GitHub Pages](https://grscheller.github.io/pythonic-fp/iterators/API/development/build/html/releases.html).\n\n## Copyright and License\n\nCopyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache\nLicense, Version 2.0. See the LICENSE file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "Library of functions for iterating iterables.",
"version": "4.0.0",
"project_urls": {
"Changelog": "https://github.com/grscheller/pythonic-fp-iterables/blob/main/CHANGELOG.rst",
"Documentation": "https://grscheller.github.io/pythonic-fp/iterables/API/development/build/html/releases.html",
"Homepage": "https://github.com/grscheller/pythonic-fp/blob/main/README.md",
"Source": "https://github.com/grscheller/pythonic-fp-iterables"
},
"split_keywords": [
"iterables",
" iterators"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9782922c1b4187bf0a55048683660952bd5d4935d8d6cad34f189968a4981c3e",
"md5": "ecde868d6de28c8688c0063339f2349f",
"sha256": "d54b0b8f54fca0f33c2347f036768479cb9e19f8113d783915e86c66cd219688"
},
"downloads": -1,
"filename": "pythonic_fp_iterables-4.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ecde868d6de28c8688c0063339f2349f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 9680,
"upload_time": "2025-07-16T19:07:58",
"upload_time_iso_8601": "2025-07-16T19:07:58.795076Z",
"url": "https://files.pythonhosted.org/packages/97/82/922c1b4187bf0a55048683660952bd5d4935d8d6cad34f189968a4981c3e/pythonic_fp_iterables-4.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a49119e68a6de7960346f169eb812653739c2f4e23ea71c5c7717678a3776648",
"md5": "3014c17951e8afe3025128b01df8b4ce",
"sha256": "76c79a017cfbf0c191cdf6ba572e33a88fd5bf956650b167b288d9c765dc8c2f"
},
"downloads": -1,
"filename": "pythonic_fp_iterables-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3014c17951e8afe3025128b01df8b4ce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 10432,
"upload_time": "2025-07-16T19:07:59",
"upload_time_iso_8601": "2025-07-16T19:07:59.975479Z",
"url": "https://files.pythonhosted.org/packages/a4/91/19e68a6de7960346f169eb812653739c2f4e23ea71c5c7717678a3776648/pythonic_fp_iterables-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 19:07:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "grscheller",
"github_project": "pythonic-fp-iterables",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pythonic-fp.iterables"
}