Metadata-Version: 2.1
Name: funstruct
Version: 0.1.1
Summary: fun & functional structures
License: MIT
Keywords: functional,immutable,fp
Author: Andrew Stefanich
Author-email: andrewstefanich@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest-parametrization (>=2022.2.1,<2023.0.0)
Requires-Dist: returns (>=0.23.0,<0.24.0)
Description-Content-Type: text/markdown

# funstruct

Some of my fav lil data structures.

These are not meant to be highly performant.

They are useful for smaller datasets and for personal scripts.

Like all functional stuctures, they play very well with recursive algos.

