Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days 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.