| Name | pythonic-fp JSON |
| Version |
3.2.2
JSON |
| download |
| home_page | None |
| Summary | Purpose pythonic-fp PyPI Project |
| upload_time | 2025-10-12 13:36:01 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.13 |
| license | None |
| keywords |
functional
pythonic
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Pythonic Functional Programming
Collection of Functional Programming (FP) oriented Python libraries
which endeavor to still remain Pythonic.
The overall project's name is **Pythonic FP** and consists of PyPI
projects with PyPI and GitHub names beginning "pythonic-fp-". All
projects are all under the Python `pythonic_fp` namespace.
For more information visit the project's
[homepage](https://grscheller.github.io/pythonic-fp/).
## Pythonic FP projects
| Name | PyPI | GitHub | Docs | Python Package |
|:---- |:----:|:------:|:----:|:-------------- |
| Booleans | [pythonic-fp-booleans][101] | [gh][201] | [gh_pages][301] | pythonic_fp.Booleans |
| Circular Array | [pythonic-fp-circulararray][102] | [gh][202] | [gh_pages][302] | pythonic_fp.circulararray |
| Containers | [pythonic-fp-containers][103] | [gh][203] | [gh_pages][303] | pythonic_fp.containers |
| FP Tools | [pythonic-fp-fptools][104] | [gh][204] | [gh_pages][304] | pythonic_fp.fptools |
| Gadgets | [pythonic-fp-gadgets][105] | [gh][205] | [gh_pages][305] | pythonic_fp.gadgets |
| Iterables | [pythonic-fp-iterables][106] | [gh][206] | [gh_pages][306] | pythonic_fp.iterables |
| Queues | [pythonic-fp-queues][107] | [gh][207] | [gh_pages][307] | pythonic_fp.queues |
| Splitends | [pythonic-fp-splitends][108] | [gh][208] | [gh_pages][308] | pythonic_fp.splitends |
## Copyright and License
Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.
[101]: https://pypi.org/project/pythonic-fp-booleans
[102]: https://pypi.org/project/pythonic-fp-circulararray
[103]: https://pypi.org/project/pythonic-fp-containers
[104]: https://pypi.org/project/pythonic-fp-fptools
[105]: https://pypi.org/project/pythonic-fp-gadgets
[106]: https://pypi.org/project/pythonic-fp-iterables
[107]: https://pypi.org/project/pythonic-fp-queues
[108]: https://pypi.org/project/pythonic-fp-splitends
[201]: https://github.com/grscheller/pythonic-fp-booleans/blob/main/README.rst
[202]: https://github.com/grscheller/pythonic-fp-circulararray/blob/main/README.rst
[203]: https://github.com/grscheller/pythonic-fp-containers/blob/main/README.rst
[204]: https://github.com/grscheller/pythonic-fp-fptools/blob/main/README.rst
[205]: https://github.com/grscheller/pythonic-fp-gadgets/blob/main/README.rst
[206]: https://github.com/grscheller/pythonic-fp-iterables/blob/main/README.rst
[207]: https://github.com/grscheller/pythonic-fp-queues/blob/main/README.rst
[208]: https://github.com/grscheller/pythonic-fp-splitends/blob/main/README.rst
[301]: https://grscheller.github.io/pythonic-fp/booleans/development/build/html
[302]: https://grscheller.github.io/pythonic-fp/circulararray/development/build/html
[303]: https://grscheller.github.io/pythonic-fp/containers/development/build/html
[304]: https://grscheller.github.io/pythonic-fp/fptools/development/build/html
[305]: https://grscheller.github.io/pythonic-fp/gadgets/development/build/html
[306]: https://grscheller.github.io/pythonic-fp/iterables/development/build/html
[307]: https://grscheller.github.io/pythonic-fp/queues/development/build/html
[308]: https://grscheller.github.io/pythonic-fp/splitends/development/build/html
Raw data
{
"_id": null,
"home_page": null,
"name": "pythonic-fp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "functional, pythonic",
"author": null,
"author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
"download_url": "https://files.pythonhosted.org/packages/3b/20/5b4169c4b7869e14f40199a46ea2eedf597837df474c14bbf3b3dec3c88d/pythonic_fp-3.2.2.tar.gz",
"platform": null,
"description": "# Pythonic Functional Programming\n\nCollection of Functional Programming (FP) oriented Python libraries\nwhich endeavor to still remain Pythonic.\n\nThe overall project's name is **Pythonic FP** and consists of PyPI\nprojects with PyPI and GitHub names beginning \"pythonic-fp-\". All\nprojects are all under the Python `pythonic_fp` namespace.\n\nFor more information visit the project's\n[homepage](https://grscheller.github.io/pythonic-fp/).\n\n## Pythonic FP projects\n\n| Name | PyPI | GitHub | Docs | Python Package |\n|:---- |:----:|:------:|:----:|:-------------- |\n| Booleans | [pythonic-fp-booleans][101] | [gh][201] | [gh_pages][301] | pythonic_fp.Booleans |\n| Circular Array | [pythonic-fp-circulararray][102] | [gh][202] | [gh_pages][302] | pythonic_fp.circulararray |\n| Containers | [pythonic-fp-containers][103] | [gh][203] | [gh_pages][303] | pythonic_fp.containers |\n| FP Tools | [pythonic-fp-fptools][104] | [gh][204] | [gh_pages][304] | pythonic_fp.fptools |\n| Gadgets | [pythonic-fp-gadgets][105] | [gh][205] | [gh_pages][305] | pythonic_fp.gadgets |\n| Iterables | [pythonic-fp-iterables][106] | [gh][206] | [gh_pages][306] | pythonic_fp.iterables |\n| Queues | [pythonic-fp-queues][107] | [gh][207] | [gh_pages][307] | pythonic_fp.queues |\n| Splitends | [pythonic-fp-splitends][108] | [gh][208] | [gh_pages][308] | pythonic_fp.splitends |\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\n\n[101]: https://pypi.org/project/pythonic-fp-booleans\n[102]: https://pypi.org/project/pythonic-fp-circulararray\n[103]: https://pypi.org/project/pythonic-fp-containers\n[104]: https://pypi.org/project/pythonic-fp-fptools\n[105]: https://pypi.org/project/pythonic-fp-gadgets\n[106]: https://pypi.org/project/pythonic-fp-iterables\n[107]: https://pypi.org/project/pythonic-fp-queues\n[108]: https://pypi.org/project/pythonic-fp-splitends\n[201]: https://github.com/grscheller/pythonic-fp-booleans/blob/main/README.rst\n[202]: https://github.com/grscheller/pythonic-fp-circulararray/blob/main/README.rst\n[203]: https://github.com/grscheller/pythonic-fp-containers/blob/main/README.rst\n[204]: https://github.com/grscheller/pythonic-fp-fptools/blob/main/README.rst\n[205]: https://github.com/grscheller/pythonic-fp-gadgets/blob/main/README.rst\n[206]: https://github.com/grscheller/pythonic-fp-iterables/blob/main/README.rst\n[207]: https://github.com/grscheller/pythonic-fp-queues/blob/main/README.rst\n[208]: https://github.com/grscheller/pythonic-fp-splitends/blob/main/README.rst\n[301]: https://grscheller.github.io/pythonic-fp/booleans/development/build/html\n[302]: https://grscheller.github.io/pythonic-fp/circulararray/development/build/html\n[303]: https://grscheller.github.io/pythonic-fp/containers/development/build/html\n[304]: https://grscheller.github.io/pythonic-fp/fptools/development/build/html\n[305]: https://grscheller.github.io/pythonic-fp/gadgets/development/build/html\n[306]: https://grscheller.github.io/pythonic-fp/iterables/development/build/html\n[307]: https://grscheller.github.io/pythonic-fp/queues/development/build/html\n[308]: https://grscheller.github.io/pythonic-fp/splitends/development/build/html\n",
"bugtrack_url": null,
"license": null,
"summary": "Purpose pythonic-fp PyPI Project",
"version": "3.2.2",
"project_urls": {
"Changelog": "https://github.com/grscheller/pythonic-fp/blob/main/CHANGELOG.rst",
"Homepage": "https://grscheller.github.io/pythonic-fp/homepage/build/html/",
"Source": "https://github.com/grscheller/pythonic-fp"
},
"split_keywords": [
"functional",
" pythonic"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "84306d46a07143920121a9d9f0d37741edf0308e5132f5bdb781596fff19f997",
"md5": "cfa3d07ae31f90b6c33ebeb0fe0604be",
"sha256": "279beafff70283fb7e4ca645fea1f28c63b2e2f788f0e3045d9a7a8cce55e511"
},
"downloads": -1,
"filename": "pythonic_fp-3.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cfa3d07ae31f90b6c33ebeb0fe0604be",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 9992,
"upload_time": "2025-10-12T13:35:59",
"upload_time_iso_8601": "2025-10-12T13:35:59.951610Z",
"url": "https://files.pythonhosted.org/packages/84/30/6d46a07143920121a9d9f0d37741edf0308e5132f5bdb781596fff19f997/pythonic_fp-3.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b205b4169c4b7869e14f40199a46ea2eedf597837df474c14bbf3b3dec3c88d",
"md5": "a8866bd29ea8bf5266f553274ab6d7e3",
"sha256": "bd44022a215c63cc2a49c212cf6b94f3dc9ed79c818bd63843ae50845c141e3e"
},
"downloads": -1,
"filename": "pythonic_fp-3.2.2.tar.gz",
"has_sig": false,
"md5_digest": "a8866bd29ea8bf5266f553274ab6d7e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 13220,
"upload_time": "2025-10-12T13:36:01",
"upload_time_iso_8601": "2025-10-12T13:36:01.493415Z",
"url": "https://files.pythonhosted.org/packages/3b/20/5b4169c4b7869e14f40199a46ea2eedf597837df474c14bbf3b3dec3c88d/pythonic_fp-3.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-12 13:36:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "grscheller",
"github_project": "pythonic-fp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pythonic-fp"
}