Metadata-Version: 2.3
Name: bamboo-stash
Version: 0.1.3
Summary: Automatic caching for Pandas function pipelines.
Project-URL: Documentation, https://bamboo-stash.readthedocs.io
Project-URL: Repository, https://github.com/dhrosa/bamboo-stash
Author-email: Diony Rosa <dhrosa+dev@gmail.com>
License-Expression: MIT
Keywords: pandas
Requires-Python: >=3.10
Requires-Dist: pandas
Requires-Dist: platformdirs
Description-Content-Type: text/x-rst

Source Code: https://github.com/dhrosa/bamboo-stash

.. image:: https://badge.fury.io/py/bamboo-stash.svg
    :target: https://badge.fury.io/py/bamboo-stash

.. image:: https://readthedocs.org/projects/bamboo-stash/badge/?version=latest
    :target: https://bamboo-stash.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

``bamboo-stash`` is a Python library for caching function calls, especially in a
Jupyter+pandas workflow.

Read full documentation at https://bamboo-stash.readthedocs.io
