Metadata-Version: 2.4
Name: pythonic-fp-containers
Version: 4.1.0
Summary: Containers with FP interfaces
Keywords: functional_containers,functional_tuple,immutable_list
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
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.14
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-circulararray>=6.0.4
Requires-Dist: pythonic-fp-fptools>=5.2.0
Requires-Dist: pythonic-fp-iterables>=5.1.3
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-containers/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp/projects/containers.html
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-containers
Provides-Extra: test

Pythonic FP - Containers
========================

PyPI project
`pythonic-fp-containers
<https://pypi.org/project/pythonic-fp-containers>`_.

Python package of container like data structures with functional
programming inspired tweaks.

+---------------------------------------------+-----------+------------------+
| module                                      | class     | name             |
+=============================================+===========+==================+
| ``pythonic_fp.containers.functional_tuple`` | FTuple    | Functional Tuple |
+---------------------------------------------+-----------+------------------+
| ``pythonic_fp.containers.immutable_list``   | IList     | Immutable List   |
+---------------------------------------------+-----------+------------------+

Part of the
`pythonic-fp
<https://grscheller.github.io/pythonic-fp/>`_
PyPI projects.

Documentation
-------------

Documentation and other links for this project are hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/projects/containers.html>`_.

Copyright and License
---------------------

Copyright (c) 2023-2026 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

