From 2a7afc2a33e257cc6df5db6387021bddda741264 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Wed, 29 Sep 2021 22:10:14 +0200 Subject: Fix #210: Link to typeshed typing stubs. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index ed962f8..869d3cb 100644 --- a/README.rst +++ b/README.rst @@ -72,6 +72,11 @@ cachetools is available from PyPI_ and can be installed by running:: pip install cachetools +Typing stubs for this package are provided by typeshed_ and can be +installed by running:: + + pip install types-cachetools + Project Resources ------------------------------------------------------------------------ @@ -96,6 +101,7 @@ Licensed under the `MIT License`_. .. _cache algorithm: https://en.wikipedia.org/wiki/Cache_algorithms .. _PyPI: https://pypi.org/project/cachetools/ +.. _typeshed: https://github.com/python/typeshed/ .. _Documentation: https://cachetools.readthedocs.io/ .. _Issue tracker: https://github.com/tkem/cachetools/issues/ .. _Source code: https://github.com/tkem/cachetools/ -- cgit v1.2.3