Metadata-Version: 2.4
Name: pythonic-fp-containers
Version: 3.0.0
Summary: Package of container like data structures.
Keywords: boxes,functional_tuple,immutable_list,queue,fifo,lifo,dqueue,dequeue
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
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-circulararray>= 5.3.0
Requires-Dist: pythonic-fp-fptools>=5.0.0
Requires-Dist: pythonic-fp-iterables>=5.0.0
Requires-Dist: pythonic-fp-singletons>=1.0.0
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Requires-Dist: pythonic-fp-splitends>=1.0.0 ; 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/containers/development/build/html/releases.html
Project-URL: Homepage, https://github.com/grscheller/pythonic-fp/blob/main/README.md
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.

+------------------+------------------------------------------------------+
| Description      |                        Module                        |
+==================+======================================================+
| Single item box  | *module* ``pythonic_fp.containers.box``              |
| Functional tuple | *module* ``pythonic_fp.containers.functional_tuple`` |
| Immutable list   | *module* ``pythonic_fp.containers.immutable_list``   |
+------------------+------------------------------------------------------+

**DEPRECATION WARNING:** ``pythonic_fp.fptools.box`` as been deprecated.
Use ``pythonic_fp.box`` instead.

This PyPI project is part of of the grscheller
`pythonic-fp namespace projects <https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_.

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

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/containers/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.

