aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2021-09-29 22:10:14 +0200
committerThomas Kemmer <tkemmer@computer.org>2021-09-29 22:11:36 +0200
commit2a7afc2a33e257cc6df5db6387021bddda741264 (patch)
treebb7df42a507ac460365debd3bed646279da95013
parentc0162c5163b498dc31995f88147b868872ae20d4 (diff)
downloadcachetools-2a7afc2a33e257cc6df5db6387021bddda741264.tar.gz
Fix #210: Link to typeshed typing stubs.
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
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/