filecache
filecache copied to clipboard
Cache the return value of functions for use even after the interpreter dies
Hi, I'm trying to package filecache for Fedora. But I ran into to issue that you didn't specify the license under which this package can be distributed. In readme there...
This PR adds typing support to `filecache`, turning it into a type-safe library. It is type-checked using [mypy](https://mypy.readthedocs.io/en/stable/): ```shell $ python -m mypy --version mypy 1.6.0 (compiled: yes) $ python...
Whenever I import a module, with a cached function, in more than one python instance, I get a `Resource temporarily unavailable` error on the `module.py.cache` file. This is a bit...