An open API service indexing awesome lists of open source software.

https://github.com/adgaudio/mutable_lru_cache

Python 3+: Makes functools.lru_cache compatible with mutable structures like Pandas DataFrames without modifying their __hash__ function.
https://github.com/adgaudio/mutable_lru_cache

Last synced: about 2 months ago
JSON representation

Python 3+: Makes functools.lru_cache compatible with mutable structures like Pandas DataFrames without modifying their __hash__ function.

Awesome Lists containing this project

README

        

# mutable_lru_cache
Python 3+: Makes functools.lru_cache compatible with mutable structures like Pandas DataFrames without modifying their __hash__ function.