| Name | pythonic-fp-splitends JSON | 
            
| Version | 
                  1.0.2
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | Mutable stack objects that can safely share data. | 
            | upload_time | 2025-09-09 18:06:24 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | None | 
            
            | requires_python | >=3.13 | 
            
            
            | 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.13",
    "maintainer_email": null,
    "keywords": "SplitEnd, lifo, stack",
    "author": null,
    "author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
    "download_url": "https://files.pythonhosted.org/packages/57/4d/d3580b2362dfe7a0721ab567f614c6ee44d8a1410b915653be88dc73ffde/pythonic_fp_splitends-1.0.2.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.2",
    "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": "3b391506ea6114caa91e9e6b27c530bdbd1fd0c0fdbd8d0184d5964b2f6c5f76",
                "md5": "7ee6a764b319862f5ca6dd6c0a58166d",
                "sha256": "c671762e9e1364975a3aa5f9f362f78fe52ae22607701e23c63a06f5a059357f"
            },
            "downloads": -1,
            "filename": "pythonic_fp_splitends-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ee6a764b319862f5ca6dd6c0a58166d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 12456,
            "upload_time": "2025-09-09T18:06:23",
            "upload_time_iso_8601": "2025-09-09T18:06:23.895826Z",
            "url": "https://files.pythonhosted.org/packages/3b/39/1506ea6114caa91e9e6b27c530bdbd1fd0c0fdbd8d0184d5964b2f6c5f76/pythonic_fp_splitends-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "574dd3580b2362dfe7a0721ab567f614c6ee44d8a1410b915653be88dc73ffde",
                "md5": "bb2090555b4de6925fbb74efd9969b86",
                "sha256": "cff77f1d4211bee67937841056b4e00c20ebdeb68fc8d9290d19043c3592e061"
            },
            "downloads": -1,
            "filename": "pythonic_fp_splitends-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bb2090555b4de6925fbb74efd9969b86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 16065,
            "upload_time": "2025-09-09T18:06:24",
            "upload_time_iso_8601": "2025-09-09T18:06:24.981550Z",
            "url": "https://files.pythonhosted.org/packages/57/4d/d3580b2362dfe7a0721ab567f614c6ee44d8a1410b915653be88dc73ffde/pythonic_fp_splitends-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 18:06:24",
    "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"
}