Skip to content

phi-friday/diskcache-stubs

Repository files navigation

diskcache-stubs

License: Apache 2.0 PyPI version python version

Warning: This library provides type hints only. If you need the runtime package, you can find it python-diskcache.

how to install

$ pip install diskcache-stubs

TODO

  • diskcache.core.Cache

Cache.pull, Cache.peek, Cache.peekitem

  • .typeshed.BaseCache

BaseCache.get, BaseCache.pop

  • diskcache.djangocache.DjangoCache

Lack of interest in Django, so I haven't modified most of it since it was auto-generated.

  • tests?

License

Apache 2.0, see LICENSE.