Name | pythonic-fp-splitends JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | Mutable stack objects that can safely share data. |
upload_time | 2025-08-03 03:45:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
splitend
lifo
stack
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Pythonic FP - SplitEnds
=======================
PyPI project
`pythonic-fp.splitends <https://pypi.org/project/pythonic-fp.splitends/>`_.
Python package Implementing a singularly linked LIFO queue called
a ``SplitEnd``. These data structures can safely share data nodes
between themselves.
- each ``SplitEnd`` is a very simple stateful (mutable) LIFO stack
- data can be "extended" to or "snipped" off of the end (tip)
- the "root" value of a ``SplitEnd`` is fixed and cannot be "snipped"
- different mutable split ends can safely share the same "tail"
- each ``SplitEnd`` sees itself as a singularly linked list
- bush-like datastructures can be formed using multiple ``SplitEnds``
- the ``SplitEnd`` copy method and ``len`` are O(1)
- in boolean context returns true if the ``SplitEnd`` is not just a "root"
This PyPI project is part of of the grscheller
`pythonic-fp namespace projects <https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_
**Warning:** This PyPI project is Alpha level software and subject to
change.
Documentation
-------------
Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/splitends/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-splitends",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "SplitEnd, lifo, stack",
"author": null,
"author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
"download_url": "https://files.pythonhosted.org/packages/c5/b8/7e79bc079ee372878fde67a311dd35e973dfe28be7357c46c18707ec7a75/pythonic_fp_splitends-1.0.0.tar.gz",
"platform": null,
"description": "Pythonic FP - SplitEnds\n=======================\n\nPyPI project\n`pythonic-fp.splitends <https://pypi.org/project/pythonic-fp.splitends/>`_.\n\nPython package Implementing a singularly linked LIFO queue called\na ``SplitEnd``. These data structures can safely share data nodes\nbetween themselves.\n\n- each ``SplitEnd`` is a very simple stateful (mutable) LIFO stack\n- data can be \"extended\" to or \"snipped\" off of the end (tip)\n- the \"root\" value of a ``SplitEnd`` is fixed and cannot be \"snipped\"\n- different mutable split ends can safely share the same \"tail\"\n- each ``SplitEnd`` sees itself as a singularly linked list\n- bush-like datastructures can be formed using multiple ``SplitEnds``\n- the ``SplitEnd`` copy method and ``len`` are O(1)\n- in boolean context returns true if the ``SplitEnd`` is not just a \"root\"\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**Warning:** This PyPI project is Alpha level software and subject to\nchange.\n\nDocumentation\n-------------\n\nDocumentation for this project is hosted on\n`GitHub Pages\n<https://grscheller.github.io/pythonic-fp/splitends/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": "Mutable stack objects that can safely share data.",
"version": "1.0.0",
"project_urls": {
"Changelog": "https://github.com/grscheller/pythonic-fp-splitends/blob/main/CHANGELOG.rst",
"Documentation": "https://grscheller.github.io/pythonic-fp/splitends/development/build/html/releases.html",
"Homepage": "https://github.com/grscheller/pythonic-fp/blob/main/README.md",
"Source": "https://github.com/grscheller/pythonic-fp-splitends"
},
"split_keywords": [
"splitend",
" lifo",
" stack"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1d34988af3916a89c94b9397278e36d2bfddfb1c1737499f3a64216ef40a20fa",
"md5": "29c78a1a15ebb6eb42f9901af5f44886",
"sha256": "fcc036babbe24333cb992ff584e9773b5e054ab72f81e8cae4e57d1a4b23537b"
},
"downloads": -1,
"filename": "pythonic_fp_splitends-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "29c78a1a15ebb6eb42f9901af5f44886",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 10693,
"upload_time": "2025-08-03T03:45:06",
"upload_time_iso_8601": "2025-08-03T03:45:06.859375Z",
"url": "https://files.pythonhosted.org/packages/1d/34/988af3916a89c94b9397278e36d2bfddfb1c1737499f3a64216ef40a20fa/pythonic_fp_splitends-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5b87e79bc079ee372878fde67a311dd35e973dfe28be7357c46c18707ec7a75",
"md5": "2e2203af07450aec59f9de3d42872b31",
"sha256": "17875aabd80113e0dd270732f370dd4c18286c659919f8111513d9630528c5ba"
},
"downloads": -1,
"filename": "pythonic_fp_splitends-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "2e2203af07450aec59f9de3d42872b31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 15650,
"upload_time": "2025-08-03T03:45:08",
"upload_time_iso_8601": "2025-08-03T03:45:08.271258Z",
"url": "https://files.pythonhosted.org/packages/c5/b8/7e79bc079ee372878fde67a311dd35e973dfe28be7357c46c18707ec7a75/pythonic_fp_splitends-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-03 03:45:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "grscheller",
"github_project": "pythonic-fp-splitends",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pythonic-fp-splitends"
}