Metadata-Version: 2.1
Name: iterator_cacher
Version: 0.1.1
Summary: decorator to transparently cache each element of an iterable
Home-page: https://github.com/thiswillbeyourgithub/iterator_cacher
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
License-File: LICENSE.md
Requires-Dist: dill >=0.3.8
Requires-Dist: joblib >=1.4.2
Requires-Dist: beartype >=0.18.5

decorator to transparently cache each element of an iterable
