Name | pythonic-fp-iterables JSON |
Version |
5.0.0
JSON |
| download |
home_page | None |
Summary | Library of functions for iterating iterables. |
upload_time | 2025-08-03 03:39:52 |
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>`_.
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``
This PyPI project is part of of the
`pythonic-fp namespace projects <https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_
Documentation
-------------
Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/iterables/development/build/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/16/aa/29c83145bb1efdde8d1db3f4341faa3490fa67fb75c861d4a19bb2445767/pythonic_fp_iterables-5.0.0.tar.gz",
"platform": null,
"description": "Pythonic FP - Tools for iterables\n=================================\n\nPyPI project\n`pythonic-fp.iterators <https://pypi.org/project/pythonic-fp.iterables>`_.\n\nLibrary of functions for iterating iterables.\n\n- Concatenating and merging iterables\n- Dropping and taking values from iterables\n- Reducing and accumulating iterables\n- Assumptions\n\n - iterables are not necessarily iterators\n - at all times iterator protocol is assumed to be followed\n\n - all iterators are assumed to be iterable\n - for all iterators ``foo`` we assume ``iter(foo) is foo``\n\nThis PyPI project is part of of the\n`pythonic-fp namespace projects <https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_\n\nDocumentation\n-------------\n\nDocumentation for this project is hosted on\n`GitHub Pages\n<https://grscheller.github.io/pythonic-fp/iterables/development/build/html>`_.\n\nCopyright and License\n---------------------\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": "5.0.0",
"project_urls": {
"Changelog": "https://github.com/grscheller/pythonic-fp-iterables/blob/main/CHANGELOG.rst",
"Documentation": "https://grscheller.github.io/pythonic-fp/iterables/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": "baf75ab0e1f5bf4efdb21d31b28e2619e90ff06eb08dae54622e1c640fda57e3",
"md5": "403d2944cf1f6fde548fb5567ab254a3",
"sha256": "f399277fb2b721127a8c9ee5f4a92f4c9229a5fb352d1b085ad8ec4d18c56751"
},
"downloads": -1,
"filename": "pythonic_fp_iterables-5.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "403d2944cf1f6fde548fb5567ab254a3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 12392,
"upload_time": "2025-08-03T03:39:51",
"upload_time_iso_8601": "2025-08-03T03:39:51.465209Z",
"url": "https://files.pythonhosted.org/packages/ba/f7/5ab0e1f5bf4efdb21d31b28e2619e90ff06eb08dae54622e1c640fda57e3/pythonic_fp_iterables-5.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "16aa29c83145bb1efdde8d1db3f4341faa3490fa67fb75c861d4a19bb2445767",
"md5": "ea04f14a445c488306f60f7dd2bd7782",
"sha256": "028f59de9b03d4090e85ec15f10ba25041db0682bb233714776c6b602e8010d1"
},
"downloads": -1,
"filename": "pythonic_fp_iterables-5.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ea04f14a445c488306f60f7dd2bd7782",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 14783,
"upload_time": "2025-08-03T03:39:52",
"upload_time_iso_8601": "2025-08-03T03:39:52.871270Z",
"url": "https://files.pythonhosted.org/packages/16/aa/29c83145bb1efdde8d1db3f4341faa3490fa67fb75c861d4a19bb2445767/pythonic_fp_iterables-5.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-03 03:39:52",
"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"
}