Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

phi-friday/diskcache-stubs

Repository files navigation

diskcache-stubs

License: Apache 2.0 PyPI version python version

Caution

You can see in here why this library is no longer maintained.

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.