Metadata-Version: 2.4
Name: pythonic-fp.splitends
Version: 0.30.0
Summary: Pythonic FP - Splitends
Keywords: SplitEnd,lifo,stack
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp.containers >=2.0.0
Project-URL: Changelog, https://grscheller.github.io/pythonic-fp-splitends/html/changelog.html
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp-splitends/html/
Project-URL: Homepage, https://github.com/grscheller/pythonic-fp/blob/main/README.md
Project-URL: Source, https://github.com/grscheller/pythonic-fp-splitends

# Pythonic FP - SplitEnds

PyPI project
[pythonic-fp.splitends](https://pypi.org/project/pythonic-fp.splitends/)
implementing a singularly linked data structures allowing data to be
safely shared between multiple instances.

- Singularly link stack with shareable data nodes
  - *module* `pythonic_fp.splitends.splitend`
  - *class* `SplitEnd`

- Shareable nodes used by SplitEnd instances
  - *module* `pythonic_fp.splitends.splitend_node`
  - *class* `SENode`
    - shareable nodes used by SplitEnd instances
      - this class is designed to be inaccessible to client code

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. It will probably remain Alpha for quite a while.

## Documentation

Documentation hosted on
[GitHub Pages](https://grscheller.github.io/pythonic-fp-splitends/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.

